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

Unified Diff: skia/BUILD.gn

Issue 2527833002: Implement SkEncodeImage() (Closed)
Patch Set: rebase again Created 3 years, 11 months 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
« no previous file with comments | « no previous file | skia/config/SkUserConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 904502a9b0653b04347d2454f873594af4c55bb0..78e5a7d909f1b541cc5a85b764696ac2ec49f3c3 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -207,6 +207,8 @@ component("skia") {
"ext/opacity_filter_canvas.cc",
"ext/platform_device.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",
@@ -247,7 +249,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",
"//third_party/skia/src/ports/SkImageGenerator_none.cpp",
"//third_party/skia/src/ports/SkOSFile_posix.cpp",
"//third_party/skia/src/ports/SkOSFile_stdio.cpp",
« no previous file with comments | « no previous file | skia/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698