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

Unified Diff: blimp/common/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: merged origin/master 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
Index: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 1835b40b87ca3a8ebb36c5bd53ef3f22781d4a23..e1ec05a02954547b6264cb76f07055da97c713fc 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -11,6 +11,8 @@ component("blimp_common") {
"compositor/blimp_image_serialization_processor.h",
"compositor/blimp_task_graph_runner.cc",
"compositor/blimp_task_graph_runner.h",
+ "compositor/webp_decoder.cc",
+ "compositor/webp_decoder.h",
"create_blimp_message.cc",
"create_blimp_message.h",
"protocol_version.h",
@@ -23,6 +25,7 @@ component("blimp_common") {
"//blimp/common/proto",
"//cc",
"//skia",
+ "//third_party/libwebp",
"//ui/gfx/geometry",
"//ui/gl",
]

Powered by Google App Engine
This is Rietveld 408576698