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