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

Unified Diff: blimp/client/core/compositor/BUILD.gn

Issue 2300493002: Move glue code of blob channel to blimp_client_context_impl. (Closed)
Patch Set: Merge conflicts. Created 4 years, 3 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 | « blimp/client/core/blimp_client_context_impl.cc ('k') | blimp/client/core/compositor/blob_channel_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/compositor/BUILD.gn
diff --git a/blimp/client/core/compositor/BUILD.gn b/blimp/client/core/compositor/BUILD.gn
index 5256a404fbcfd38e217248c0cf9e4aab04efc1de..bef9006a08b9ad8c908d2c66af1c920bd327cb65 100644
--- a/blimp/client/core/compositor/BUILD.gn
+++ b/blimp/client/core/compositor/BUILD.gn
@@ -17,6 +17,8 @@ source_set("compositor") {
"blimp_image_decoder.cc",
"blimp_image_decoder.h",
"blimp_output_surface.h",
+ "blob_channel_feature.cc",
+ "blob_channel_feature.h",
"blob_image_serialization_processor.cc",
"blob_image_serialization_processor.h",
"decoding_image_generator.cc",
@@ -55,6 +57,7 @@ source_set("unit_tests") {
"blimp_client_picture_cache_unittest.cc",
"blimp_compositor_manager_unittest.cc",
"blimp_compositor_unittest.cc",
+ "blob_channel_feature_unittest.cc",
"delegated_output_surface_unittest.cc",
]
« no previous file with comments | « blimp/client/core/blimp_client_context_impl.cc ('k') | blimp/client/core/compositor/blob_channel_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698