summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Canary <halcanary@google.com>2017-06-21 09:56:46 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-06-21 14:20:49 +0000
commit5e57faaa7fbcfe25a9b708b3972509b322f803db (patch)
tree6a18f3f87c0d5ed0cf46702d2dcb889ed0ac6a89
parentcddc8eddbd33e8e96540341eb9781403ae423b93 (diff)
downloadpdfium-5e57faaa7fbcfe25a9b708b3972509b322f803db.tar.xz
skia/BUILD.gn: s/ImageEncoder_none/ImageEncoder/
msarett@ realized that if all of the encoders were disabled, then these files were equivalent. Bug: Change-Id: I1bbfd00b9324fb4b051154089c84b7d759ff1a1f Reviewed-on: https://pdfium-review.googlesource.com/6810 Commit-Queue: Hal Canary <halcanary@chromium.org> Reviewed-by: Cary Clark <caryclark@google.com>
-rw-r--r--skia/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 0478695974..4e1bde1224 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -26,6 +26,7 @@ config("skia_config") {
"//third_party/skia/include/config",
"//third_party/skia/include/core",
"//third_party/skia/include/effects",
+ "//third_party/skia/include/encode",
"//third_party/skia/include/images",
"//third_party/skia/include/lazy",
"//third_party/skia/include/pathops",
@@ -193,6 +194,7 @@ component("skia") {
sources += [
"//third_party/skia/src/fonts/SkFontMgr_indirect.cpp",
"//third_party/skia/src/fonts/SkRemotableFontMgr.cpp",
+ "//third_party/skia/src/images/SkImageEncoder.cpp",
"//third_party/skia/src/ports/SkFontHost_FreeType.cpp",
"//third_party/skia/src/ports/SkFontHost_FreeType_common.cpp",
"//third_party/skia/src/ports/SkFontHost_win.cpp",
@@ -200,7 +202,6 @@ component("skia") {
"//third_party/skia/src/ports/SkFontMgr_android_factory.cpp",
"//third_party/skia/src/ports/SkFontMgr_android_parser.cpp",
"//third_party/skia/src/ports/SkGlobalInitialization_default.cpp",
- "//third_party/skia/src/ports/SkImageEncoder_none.cpp",
"//third_party/skia/src/ports/SkImageGenerator_none.cpp",
"//third_party/skia/src/ports/SkOSFile_posix.cpp",
"//third_party/skia/src/ports/SkOSFile_stdio.cpp",