| Index: cc/BUILD.gn | 
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn | 
| index bd9685916e646df72f6c4ccc53bd440f517a93b4..48bacc2bc8f3b3af7487881b023ea9ff71e73804 100644 | 
| --- a/cc/BUILD.gn | 
| +++ b/cc/BUILD.gn | 
| @@ -730,6 +730,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", | 
|  |