| 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",
|
|
|