| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 1e2fbda704e3e180271472a6e8bb645ea54bb29a..602a11dc04d8a82d47c3fb5fdd9162466a5968be 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -732,6 +732,10 @@ static_library("test_support") {
|
| "test/pixel_test_output_surface.h",
|
| "test/pixel_test_utils.cc",
|
| "test/pixel_test_utils.h",
|
| + "test/push_properties_counting_layer.cc",
|
| + "test/push_properties_counting_layer.h",
|
| + "test/push_properties_counting_layer_impl.cc",
|
| + "test/push_properties_counting_layer_impl.h",
|
| "test/remote_client_layer_factory.cc",
|
| "test/remote_client_layer_factory.h",
|
| "test/remote_proto_channel_bridge.cc",
|
|
|