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

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: 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 e2b1ca7b5129f74dfcf9160de80ec1ade7b228a0..bd103ba95481c4b7af006cf59eaa22a8d3512f50 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -13,6 +13,8 @@ component("blimp_common") {
"compositor/blimp_remote_image_serializer.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",
@@ -25,6 +27,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