diff options
author | Lei Zhang <thestig@chromium.org> | 2017-04-15 21:30:32 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-17 19:14:58 +0000 |
commit | 65a2192443ec9a111012fb02693ceaa513c0035f (patch) | |
tree | 38da8f76f8de9a3fd652176e6e2265bfe9843c74 /skia/BUILD.gn | |
parent | 16b9d77ceb55e102260bc44cf1c8f519d11d6769 (diff) | |
download | pdfium-65a2192443ec9a111012fb02693ceaa513c0035f.tar.xz |
Remove more references to GYP.
BUG=pdfium:559,pdfium:695
Change-Id: I534d8b78ae39946e9b423f29ec3884794b3083fc
Reviewed-on: https://pdfium-review.googlesource.com/4256
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'skia/BUILD.gn')
-rw-r--r-- | skia/BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index a129ef9d59..74546ebfc0 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -183,7 +183,7 @@ component("skia") { "ext/google_logging.cc", ] - # The skia gypi values are relative to the skia_dir, so we need to rebase. + # The skia sources values are relative to the skia_dir, so we need to rebase. sources += skia_core_sources sources += skia_effects_sources sources += skia_sksl_sources @@ -235,7 +235,7 @@ component("skia") { sources += skia_null_gpu_sources } - # Remove unused util files include in utils.gypi + # Remove unused util files include in utils.gni sources -= [ "//third_party/skia/src/utils/SkCamera.cpp", "//third_party/skia/src/utils/SkDumpCanvas.cpp", @@ -497,7 +497,7 @@ source_set("skia_opts") { cflags += [ "-fomit-frame-pointer" ] sources = skia_opts.none_sources } else { - assert(false, "Need to port cpu specific stuff from skia_library_opts.gyp") + assert(false, "Need to port cpu specific stuff from gn/BUILDCONFIG.gn") } if (is_android && !is_debug) { |