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

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: Fix bug where tasks posted to a worker thread did not always run when the thread was shutdown 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..92269c1eefbc175421ab4d0e221a68acfbff1faa 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',
@@ -291,8 +299,8 @@
'child/webthemeengine_impl_default.cc',
'child/webthemeengine_impl_default.h',
'child/webthemeengine_impl_mac.h',
- 'child/webthread_impl.cc',
- 'child/webthread_impl.h',
+ 'child/webthread_base.cc',
+ 'child/webthread_base.h',
'child/weburlresponse_extradata_impl.cc',
'child/weburlresponse_extradata_impl.h',
'child/worker_task_runner.cc',

Powered by Google App Engine
This is Rietveld 408576698