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

Unified Diff: blimp/client/BUILD.gn

Issue 1680333004: Add support for encoding/decoding WebP images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serialize-deserialize-images-framework
Patch Set: address minor last comments Created 4 years, 10 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 | blimp/client/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index e817cd37ad91e370fefcbf1486e2e4907a295cdb..d629ef8ac47133aedadc4b4a4477151bf73a88b4 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -38,6 +38,7 @@ source_set("blimp_client") {
"//cc",
"//gpu/skia_bindings",
"//net",
+ "//third_party/libwebp",
"//ui/gfx/geometry",
"//url:url",
]
@@ -76,6 +77,8 @@ source_set("feature") {
"feature/compositor/blimp_layer_tree_settings.h",
"feature/compositor/blimp_output_surface.cc",
"feature/compositor/blimp_output_surface.h",
+ "feature/compositor/decoding_image_generator.cc",
+ "feature/compositor/decoding_image_generator.h",
"feature/navigation_feature.cc",
"feature/navigation_feature.h",
"feature/render_widget_feature.cc",
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698