Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2519)

Unified Diff: cc/cc_tests.gyp

Issue 141163019: Re-land: cc: Remove WorkerPool class and instead use TaskGraphRunner directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mode of task_graph_runner.h Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/cc.gyp ('k') | cc/resources/image_raster_worker_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 23793aa44f5e6c8af867e4dc0d39f36d14d894a6..65efce56a9fe835c820bc3c1fb1617ea25506364 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',
« no previous file with comments | « cc/cc.gyp ('k') | cc/resources/image_raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698