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

Unified Diff: content/content_child.gypi

Issue 1033643004: Add a WorkerScheduler and a WebThreadImplForWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InitOnThread needed to call Init() 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 1f06d88886761618ee9df3d5a0cf4dc94bb6e0ca..b92d60a25b318f73a3b7e8e82c4cf069868b0b7f 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -191,6 +191,8 @@
'child/scheduler/nestable_single_thread_task_runner.h',
'child/scheduler/null_idle_task_runner.cc',
'child/scheduler/null_idle_task_runner.h',
+ 'child/scheduler/null_worker_scheduler.cc',
+ 'child/scheduler/null_worker_scheduler.h',
'child/scheduler/prioritizing_task_queue_selector.cc',
'child/scheduler/prioritizing_task_queue_selector.h',
'child/scheduler/scheduler_helper.cc',
@@ -202,6 +204,12 @@
'child/scheduler/task_queue_selector.h',
'child/scheduler/task_queue_manager.cc',
'child/scheduler/task_queue_manager.h',
+ 'child/scheduler/webthread_impl_for_worker.cc',
+ 'child/scheduler/webthread_impl_for_worker.h',
+ 'child/scheduler/worker_scheduler.cc',
+ 'child/scheduler/worker_scheduler.h',
+ 'child/scheduler/worker_scheduler_impl.cc',
+ 'child/scheduler/worker_scheduler_impl.h',
'child/resource_dispatcher.cc',
'child/resource_dispatcher.h',
'child/resource_scheduling_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698