e93ec68a52
This reverts commit 7d1c9ec49f
.
Bug: skia:8235
Change-Id: I830ba00a87e85c80f7e8583f5dfa105cd60029b2
Reviewed-on: https://skia-review.googlesource.com/c/165301
Commit-Queue: Leon Scroggins <scroggo@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Leon Scroggins <scroggo@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
# Copyright 2018 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
import("../third_party.gni")
|
|
|
|
third_party("wuffs") {
|
|
public_include_dirs = [ "../externals/wuffs/release/c" ]
|
|
sources = [
|
|
"wuffs.c",
|
|
]
|
|
}
|