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

Unified Diff: blimp/common/BUILD.gn

Issue 1955493002: Move BlimpImageSerializationProcessor and WebPDecoder to //blimp/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments, moved to blimp::client namespace, renamed webp_decoder.[cc|h] according to func… Created 4 years, 7 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 8be32cd41b44f1295ef5e0ce8cac60317ce347b6..8b5da1102129e7fd4319d87eb651a71866e4e0ab 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -13,12 +13,8 @@ component("common") {
"blob_cache/id_util.h",
"blob_cache/in_memory_blob_cache.cc",
"blob_cache/in_memory_blob_cache.h",
- "compositor/blimp_image_serialization_processor.cc",
- "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",
"logging.cc",
@@ -33,10 +29,6 @@ component("common") {
"//blimp/common/proto",
"//cc",
"//crypto",
- "//skia",
- "//third_party/libwebp",
- "//ui/gfx/geometry",
- "//ui/gl",
]
}

Powered by Google App Engine
This is Rietveld 408576698