Index: cc/cc_tests.gyp |
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp |
index 65efce56a9fe835c820bc3c1fb1617ea25506364..23793aa44f5e6c8af867e4dc0d39f36d14d894a6 100644 |
--- a/cc/cc_tests.gyp |
+++ b/cc/cc_tests.gyp |
@@ -67,11 +67,11 @@ |
'resources/resource_provider_unittest.cc', |
'resources/resource_update_controller_unittest.cc', |
'resources/scoped_resource_unittest.cc', |
- 'resources/task_graph_runner_unittest.cc', |
'resources/texture_mailbox_deleter_unittest.cc', |
'resources/tile_manager_unittest.cc', |
'resources/tile_priority_unittest.cc', |
'resources/video_resource_updater_unittest.cc', |
+ 'resources/worker_pool_unittest.cc', |
'scheduler/delay_based_time_source_unittest.cc', |
'scheduler/frame_rate_controller_unittest.cc', |
'scheduler/rolling_time_delta_history_unittest.cc', |
@@ -285,8 +285,8 @@ |
'layers/layer_perftest.cc', |
'resources/picture_layer_tiling_perftest.cc', |
'resources/raster_worker_pool_perftest.cc', |
- 'resources/task_graph_runner_perftest.cc', |
'resources/tile_manager_perftest.cc', |
+ 'resources/worker_pool_perftest.cc', |
'test/cc_test_suite.cc', |
'test/lap_timer.cc', |
'test/run_all_perftests.cc', |