| Index: cc/cc_tests.gyp | 
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp | 
| index 9b954eb24ab0b367152fd3f75d2566b67bedc12d..9cef4f7c06eb59a359ad065af2e18908e1e0ac0f 100644 | 
| --- a/cc/cc_tests.gyp | 
| +++ b/cc/cc_tests.gyp | 
| @@ -142,8 +142,6 @@ | 
| 'cc_surfaces_unit_tests_source_files': [ | 
| 'surfaces/display_unittest.cc', | 
| 'surfaces/display_scheduler_unittest.cc', | 
| -      'surfaces/surface_aggregator_test_helpers.cc', | 
| -      'surfaces/surface_aggregator_test_helpers.h', | 
| 'surfaces/surface_aggregator_unittest.cc', | 
| 'surfaces/surface_display_output_surface_unittest.cc', | 
| 'surfaces/surface_factory_unittest.cc', | 
| @@ -250,6 +248,10 @@ | 
| 'test/skia_common.h', | 
| 'test/solid_color_content_layer_client.cc', | 
| 'test/solid_color_content_layer_client.h', | 
| +      'test/surface_aggregator_test_helpers.cc', | 
| +      'test/surface_aggregator_test_helpers.h', | 
| +      'test/surface_hittest_test_helpers.cc', | 
| +      'test/surface_hittest_test_helpers.h', | 
| 'test/test_context_provider.cc', | 
| 'test/test_context_provider.h', | 
| 'test/test_context_support.cc', | 
|  |