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/config | |
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/config')
-rw-r--r-- | skia/config/SkUserConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index e09a2351b3..bb9862b564 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -235,7 +235,7 @@ SK_API void SkDebugf_FileLine(const char* file, #define SK_SUPPORT_LEGACY_EVAL_CUBIC #endif -///////////////////////// Imported from BUILD.gn and skia_common.gypi +///////////////////////// Imported from BUILD.gn /* In some places Skia can use static initializers for global initialization, * or fall back to lazy runtime initialization. Chrome always wants the latter. |