| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index f2140150fecff97c9e2c06c2c2317a0df19db106..9f4097c72687ca032baf3ae9d648077fc3a500cc 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -19,7 +19,6 @@
|
| 'base/scoped_ptr_vector_unittest.cc',
|
| 'base/tiling_data_unittest.cc',
|
| 'base/util_unittest.cc',
|
| - 'base/worker_pool_unittest.cc',
|
| 'input/top_controls_manager_unittest.cc',
|
| 'layers/content_layer_unittest.cc',
|
| 'layers/contents_scaling_layer_unittest.cc',
|
| @@ -62,6 +61,7 @@
|
| 'resources/scoped_resource_unittest.cc',
|
| 'resources/tile_manager_unittest.cc',
|
| 'resources/tile_priority_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',
|
| @@ -227,7 +227,7 @@
|
| 'cc_test_support',
|
| ],
|
| 'sources': [
|
| - 'base/worker_pool_perftest.cc',
|
| + 'resources/worker_pool_perftest.cc',
|
| 'test/cc_test_suite.cc',
|
| 'test/run_all_unittests.cc',
|
| 'trees/layer_tree_host_perftest.cc',
|
|
|