Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: skia/BUILD.gn

Issue 2527833002: Implement SkEncodeImage() (Closed)
Patch Set: 2016-11-28 (Monday) 17:33:22 EST Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index efcfb7f216a13f025bd619f7a5ce5cc2ca87bf8a..de253de2b17233678a67a533850fd7292da04a28 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -219,6 +219,8 @@ component("skia") {
"ext/platform_device_mac.cc",
"ext/platform_device_win.cc",
"ext/recursive_gaussian_convolution.cc",
+ "ext/skia_encode_image.cc",
+ "ext/skia_encode_image.h",
"ext/skia_histogram.cc",
"ext/skia_memory_dump_provider.cc",
"ext/skia_trace_memory_dump_impl.cc",
@@ -258,7 +260,6 @@ component("skia") {
"//third_party/skia/src/ports/SkFontMgr_android_parser.cpp",
"//third_party/skia/src/ports/SkFontMgr_win_dw.cpp",
"//third_party/skia/src/ports/SkGlobalInitialization_default.cpp",
- "//third_party/skia/src/ports/SkImageEncoder_none.cpp",
scroggo 2016/11/29 14:52:53 Once this CL lands, can we delete this file?
hal.canary 2016/11/29 18:24:27 Yes. It can be deleted as part of the later clean
"//third_party/skia/src/ports/SkImageGenerator_none.cpp",
"//third_party/skia/src/ports/SkOSFile_posix.cpp",
"//third_party/skia/src/ports/SkOSFile_stdio.cpp",

Powered by Google App Engine
This is Rietveld 408576698