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

Unified Diff: ui/gfx/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 | « skia/ext/skia_encode_image.cc ('k') | ui/gfx/codec/skia_image_encoder_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index b9ea3573e945406c812f93283fe671db2e9d7827..4628bd642102f34e1f43db216d7ac68953f0ea02 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -57,6 +57,8 @@ component("gfx") {
"codec/jpeg_codec.h",
"codec/png_codec.cc",
"codec/png_codec.h",
+ "codec/skia_image_encoder_adapter.cc",
+ "codec/skia_image_encoder_adapter.h",
"color_analysis.cc",
"color_analysis.h",
"color_palette.h",
« no previous file with comments | « skia/ext/skia_encode_image.cc ('k') | ui/gfx/codec/skia_image_encoder_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698