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

Unified Diff: cc/cc_tests.gyp

Issue 1449133002: TaskGraphRunner refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 65107acad4f15c2c34c1908050303fabce32b792..242be4d6b0ed7621679bea191a08f891f4cd0804 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -90,7 +90,8 @@
'quads/draw_quad_unittest.cc',
'quads/render_pass_unittest.cc',
'raster/scoped_gpu_raster_unittest.cc',
- 'raster/task_graph_runner_unittest.cc',
+ 'raster/single_thread_task_graph_runner_unittest.cc',
+ 'raster/synchronous_task_graph_runner_unittest.cc',
'raster/texture_compressor_etc1_unittest.cc',
'raster/tile_task_worker_pool_unittest.cc',
'resources/platform_color_unittest.cc',
@@ -253,6 +254,8 @@
'test/surface_aggregator_test_helpers.h',
'test/surface_hittest_test_helpers.cc',
'test/surface_hittest_test_helpers.h',
+ 'test/task_graph_runner_test_template.cc',
+ 'test/task_graph_runner_test_template.h',
'test/test_context_provider.cc',
'test/test_context_provider.h',
'test/test_context_support.cc',

Powered by Google App Engine
This is Rietveld 408576698