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

Unified Diff: content/content_renderer.gypi

Issue 637303003: content: Add task queue manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Carlos's comments. Created 6 years, 2 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 | « no previous file | content/content_tests.gypi » ('j') | content/renderer/scheduler/task_queue_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index d3f0e19fe7141c4cede40911f893e9c24de4b99f..b2a0b4c5e14f3d83b6dc88a362225f030ec1ef3f 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -364,6 +364,9 @@
'renderer/sad_plugin.h',
'renderer/savable_resources.cc',
'renderer/savable_resources.h',
+ 'renderer/scheduler/task_queue_manager.cc',
+ 'renderer/scheduler/task_queue_manager.h',
+ 'renderer/scheduler/task_queue_selector.h',
'renderer/screen_orientation/screen_orientation_dispatcher.cc',
'renderer/screen_orientation/screen_orientation_dispatcher.h',
'renderer/screen_orientation/screen_orientation_observer.cc',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/scheduler/task_queue_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698