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

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: Sami's suggestions 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
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 63a014ffb80916ef1264ab6c842892983585c24e..5ca098770b5e7296ca335c047325f372d4491439 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',

Powered by Google App Engine
This is Rietveld 408576698