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

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: Make WebThreadImplForWorkerSchedulerTest::TestTaskObserver less verbose Created 5 years, 8 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 769cf3e0155da3d47e4e724a404a9db706cac7de..bfaef5fda7f9e28b82583c7f5cd36647c24cf95a 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -194,6 +194,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',
@@ -205,6 +207,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_scheduler.cc',
+ 'child/scheduler/webthread_impl_for_worker_scheduler.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