60009388be
Bug: skia:8235 Change-Id: I883e05bc50c48f822b5ac3884f25ae67d21c94a9 Reviewed-on: https://skia-review.googlesource.com/c/136940 Commit-Queue: Leon Scroggins <scroggo@google.com> Reviewed-by: Leon Scroggins <scroggo@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",
|
|
]
|
|
}
|