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

Unified Diff: cc/BUILD.gn

Issue 2445093002: cc/blimp: Add synchronization for scroll/scale state. (Closed)
Patch Set: Addressed comments Created 4 years, 2 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: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 1e2fbda704e3e180271472a6e8bb645ea54bb29a..4bcf9ff413fe95a092615fa07696dac27af0e2aa 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",

Powered by Google App Engine
This is Rietveld 408576698