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

Unified Diff: content/content_child.gypi

Issue 1025323003: Introduce a SchedulerHelper in content/child/scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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 | « content/child/scheduler/task_queue_selector.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index e73d3d80b79b58ce3a302c00260d271df89d2ccc..1f06d88886761618ee9df3d5a0cf4dc94bb6e0ca 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -186,6 +186,22 @@
'child/request_extra_data.h',
'child/request_info.cc',
'child/request_info.h',
+ 'child/scheduler/cancelable_closure_holder.cc',
+ 'child/scheduler/cancelable_closure_holder.h',
+ 'child/scheduler/nestable_single_thread_task_runner.h',
+ 'child/scheduler/null_idle_task_runner.cc',
+ 'child/scheduler/null_idle_task_runner.h',
+ 'child/scheduler/prioritizing_task_queue_selector.cc',
+ 'child/scheduler/prioritizing_task_queue_selector.h',
+ 'child/scheduler/scheduler_helper.cc',
+ 'child/scheduler/scheduler_helper.h',
+ 'child/scheduler/scheduler_message_loop_delegate.cc',
+ 'child/scheduler/scheduler_message_loop_delegate.h',
+ 'child/scheduler/single_thread_idle_task_runner.cc',
+ 'child/scheduler/single_thread_idle_task_runner.h',
+ 'child/scheduler/task_queue_selector.h',
+ 'child/scheduler/task_queue_manager.cc',
+ 'child/scheduler/task_queue_manager.h',
'child/resource_dispatcher.cc',
'child/resource_dispatcher.h',
'child/resource_scheduling_filter.cc',
« no previous file with comments | « content/child/scheduler/task_queue_selector.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698