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

Unified Diff: cc/cc.gyp

Issue 1449133002: TaskGraphRunner refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for linux/android 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.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index cf128889c5a7ac6cc3c3a79f0e717be19a862ae9..27606f30fa160f35ef242be2a2355a1ca46331d1 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -423,8 +423,14 @@
'raster/raster_buffer.h',
'raster/scoped_gpu_raster.cc',
'raster/scoped_gpu_raster.h',
+ 'raster/single_thread_task_graph_runner.cc',
+ 'raster/single_thread_task_graph_runner.h',
+ 'raster/synchronous_task_graph_runner.cc',
+ 'raster/synchronous_task_graph_runner.h',
'raster/task_graph_runner.cc',
'raster/task_graph_runner.h',
+ 'raster/task_graph_work_queue.cc',
+ 'raster/task_graph_work_queue.h',
'raster/texture_compressor.cc',
'raster/texture_compressor.h',
'raster/texture_compressor_etc1.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/test/test_task_graph_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698