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

Unified Diff: cc/BUILD.gn

Issue 2445093002: cc/blimp: Add synchronization for scroll/scale state. (Closed)
Patch Set: test compile Created 4 years, 1 month 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/engine/renderer/frame_scheduler_unittest.cc ('k') | cc/blimp/compositor_state_deserializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index c5005cb6fbdb5fc2cab4fff884a0c4bec542b7d8..9458f4c5e55d4a949bb2a669b6971d33cd9d0853 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -49,7 +49,6 @@ component("cc") {
"blimp/compositor_proto_state.h",
"blimp/compositor_state_deserializer.cc",
"blimp/compositor_state_deserializer.h",
- "blimp/compositor_state_deserializer_client.h",
"blimp/deserialized_content_layer_client.cc",
"blimp/deserialized_content_layer_client.h",
"blimp/engine_picture_cache.h",
@@ -64,6 +63,7 @@ component("cc") {
"blimp/remote_compositor_bridge.cc",
"blimp/remote_compositor_bridge.h",
"blimp/remote_compositor_bridge_client.h",
+ "blimp/synced_property_remote.h",
"debug/benchmark_instrumentation.cc",
"debug/benchmark_instrumentation.h",
"debug/debug_colors.cc",
@@ -853,6 +853,7 @@ test("cc_unittests") {
"blimp/compositor_state_deserializer_unittest.cc",
"blimp/layer_tree_host_remote_unittest.cc",
"blimp/picture_data_conversions_unittest.cc",
+ "blimp/synced_property_remote_unittest.cc",
"debug/layer_tree_debug_state_unittest.cc",
"debug/micro_benchmark_controller_unittest.cc",
"debug/rendering_stats_unittest.cc",
« no previous file with comments | « blimp/engine/renderer/frame_scheduler_unittest.cc ('k') | cc/blimp/compositor_state_deserializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698