| Index: cc/cc_tests.gyp
 | 
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
 | 
| index 49337bc3efc0ff28418106371efae66aae3b29f5..4d29a60996dca6f1dfa5d3020a4446240a2569bb 100644
 | 
| --- a/cc/cc_tests.gyp
 | 
| +++ b/cc/cc_tests.gyp
 | 
| @@ -32,8 +32,8 @@
 | 
|        'layers/delegated_frame_resource_collection_unittest.cc',
 | 
|        'layers/delegated_renderer_layer_impl_unittest.cc',
 | 
|        'layers/delegated_renderer_layer_unittest.cc',
 | 
| -      'layers/heads_up_display_unittest.cc',
 | 
|        'layers/heads_up_display_layer_impl_unittest.cc',
 | 
| +      'layers/heads_up_display_unittest.cc',
 | 
|        'layers/io_surface_layer_impl_unittest.cc',
 | 
|        'layers/layer_impl_unittest.cc',
 | 
|        'layers/layer_iterator_unittest.cc',
 | 
| @@ -47,15 +47,15 @@
 | 
|        'layers/picture_image_layer_unittest.cc',
 | 
|        'layers/picture_layer_impl_unittest.cc',
 | 
|        'layers/picture_layer_unittest.cc',
 | 
| -      'layers/render_surface_unittest.cc',
 | 
|        'layers/render_surface_impl_unittest.cc',
 | 
| +      'layers/render_surface_unittest.cc',
 | 
|        'layers/scrollbar_layer_unittest.cc',
 | 
|        'layers/solid_color_layer_impl_unittest.cc',
 | 
|        'layers/solid_color_scrollbar_layer_impl_unittest.cc',
 | 
| -      'layers/surface_layer_unittest.cc',
 | 
|        'layers/surface_layer_impl_unittest.cc',
 | 
| -      'layers/texture_layer_unittest.cc',
 | 
| +      'layers/surface_layer_unittest.cc',
 | 
|        'layers/texture_layer_impl_unittest.cc',
 | 
| +      'layers/texture_layer_unittest.cc',
 | 
|        'layers/tiled_layer_impl_unittest.cc',
 | 
|        'layers/tiled_layer_unittest.cc',
 | 
|        'layers/ui_resource_layer_impl_unittest.cc',
 | 
| @@ -83,8 +83,8 @@
 | 
|        'resources/picture_pile_impl_unittest.cc',
 | 
|        'resources/picture_pile_unittest.cc',
 | 
|        'resources/picture_unittest.cc',
 | 
| +      'resources/platform_color_unittest.cc',
 | 
|        'resources/prioritized_resource_unittest.cc',
 | 
| -      'resources/tile_task_worker_pool_unittest.cc',
 | 
|        'resources/resource_provider_unittest.cc',
 | 
|        'resources/resource_update_controller_unittest.cc',
 | 
|        'resources/scoped_gpu_raster_unittest.cc',
 | 
| @@ -94,6 +94,7 @@
 | 
|        'resources/texture_uploader_unittest.cc',
 | 
|        'resources/tile_manager_unittest.cc',
 | 
|        'resources/tile_priority_unittest.cc',
 | 
| +      'resources/tile_task_worker_pool_unittest.cc',
 | 
|        'resources/video_resource_updater_unittest.cc',
 | 
|        'scheduler/begin_frame_source_unittest.cc',
 | 
|        'scheduler/delay_based_time_source_unittest.cc',
 | 
| @@ -110,7 +111,6 @@
 | 
|        'trees/layer_tree_host_pixeltest_blending.cc',
 | 
|        'trees/layer_tree_host_pixeltest_filters.cc',
 | 
|        'trees/layer_tree_host_pixeltest_masks.cc',
 | 
| -      'trees/layer_tree_host_pixeltest_on_demand_raster.cc',
 | 
|        'trees/layer_tree_host_pixeltest_readback.cc',
 | 
|        'trees/layer_tree_host_pixeltest_synchronous.cc',
 | 
|        'trees/layer_tree_host_unittest.cc',
 | 
| @@ -119,8 +119,8 @@
 | 
|        'trees/layer_tree_host_unittest_copyrequest.cc',
 | 
|        'trees/layer_tree_host_unittest_damage.cc',
 | 
|        'trees/layer_tree_host_unittest_delegated.cc',
 | 
| -      'trees/layer_tree_host_unittest_occlusion.cc',
 | 
|        'trees/layer_tree_host_unittest_no_message_loop.cc',
 | 
| +      'trees/layer_tree_host_unittest_occlusion.cc',
 | 
|        'trees/layer_tree_host_unittest_picture.cc',
 | 
|        'trees/layer_tree_host_unittest_proxy.cc',
 | 
|        'trees/layer_tree_host_unittest_scroll.cc',
 | 
| @@ -132,6 +132,7 @@
 | 
|        'trees/tree_synchronizer_unittest.cc',
 | 
|      ],
 | 
|      'cc_surfaces_unit_tests_source_files': [
 | 
| +      'surfaces/display_unittest.cc',
 | 
|        'surfaces/surface_aggregator_test_helpers.cc',
 | 
|        'surfaces/surface_aggregator_test_helpers.h',
 | 
|        'surfaces/surface_aggregator_unittest.cc',
 | 
| @@ -144,6 +145,8 @@
 | 
|        'test/animation_test_common.h',
 | 
|        'test/begin_frame_args_test.cc',
 | 
|        'test/begin_frame_args_test.h',
 | 
| +      'test/failure_output_surface.cc',
 | 
| +      'test/failure_output_surface.h',
 | 
|        'test/fake_content_layer.cc',
 | 
|        'test/fake_content_layer.h',
 | 
|        'test/fake_content_layer_client.cc',
 | 
| @@ -198,12 +201,8 @@
 | 
|        'test/fake_ui_resource_layer_tree_host_impl.h',
 | 
|        'test/fake_video_frame_provider.cc',
 | 
|        'test/fake_video_frame_provider.h',
 | 
| -      'test/failure_output_surface.cc',
 | 
| -      'test/failure_output_surface.h',
 | 
|        'test/geometry_test_utils.cc',
 | 
|        'test/geometry_test_utils.h',
 | 
| -      'test/test_in_process_context_provider.cc',
 | 
| -      'test/test_in_process_context_provider.h',
 | 
|        'test/impl_side_painting_settings.h',
 | 
|        'test/layer_test_common.cc',
 | 
|        'test/layer_test_common.h',
 | 
| @@ -254,6 +253,8 @@
 | 
|        'test/test_gpu_memory_buffer_manager.h',
 | 
|        'test/test_image_factory.cc',
 | 
|        'test/test_image_factory.h',
 | 
| +      'test/test_in_process_context_provider.cc',
 | 
| +      'test/test_in_process_context_provider.h',
 | 
|        'test/test_now_source.cc',
 | 
|        'test/test_now_source.h',
 | 
|        'test/test_occlusion_tracker.h',
 | 
| @@ -290,8 +291,8 @@
 | 
|          'cc_test_support',
 | 
|        ],
 | 
|        'sources': [
 | 
| -        'test/run_all_unittests.cc',
 | 
|          'test/cc_test_suite.cc',
 | 
| +        'test/run_all_unittests.cc',
 | 
|          '<@(cc_unit_tests_source_files)',
 | 
|          '<@(cc_surfaces_unit_tests_source_files)',
 | 
|        ],
 | 
| @@ -349,9 +350,9 @@
 | 
|          'layers/picture_layer_impl_perftest.cc',
 | 
|          'resources/picture_layer_tiling_perftest.cc',
 | 
|          'resources/picture_pile_impl_perftest.cc',
 | 
| -        'resources/tile_task_worker_pool_perftest.cc',
 | 
|          'resources/task_graph_runner_perftest.cc',
 | 
|          'resources/tile_manager_perftest.cc',
 | 
| +        'resources/tile_task_worker_pool_perftest.cc',
 | 
|          'test/cc_test_suite.cc',
 | 
|          'test/run_all_perftests.cc',
 | 
|          'trees/layer_tree_host_common_perftest.cc',
 | 
| 
 |