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

Unified Diff: base/base.gypi

Issue 1708773002: TaskScheduler [7] SchedulerThreadPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_5_worker_thread
Patch Set: fix windows build error Created 4 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
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/priority_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 2cc906f4ae3fe10ac488a8b7efa50298eedca35f..1c7520b9a3c63f0d128b8c8414ac453f0be5336b 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -642,6 +642,9 @@
'task_scheduler/scheduler_lock.h',
'task_scheduler/scheduler_lock_impl.cc',
'task_scheduler/scheduler_lock_impl.h',
+ 'task_scheduler/scheduler_task_executor.h',
+ 'task_scheduler/scheduler_thread_pool.cc',
+ 'task_scheduler/scheduler_thread_pool.h',
'task_scheduler/scheduler_worker_thread.cc',
'task_scheduler/scheduler_worker_thread.h',
'task_scheduler/sequence.cc',
@@ -654,6 +657,8 @@
'task_scheduler/task_tracker.h',
'task_scheduler/task_traits.cc',
'task_scheduler/task_traits.h',
+ 'task_scheduler/utils.cc',
+ 'task_scheduler/utils.h',
'template_util.h',
'third_party/dmg_fp/dmg_fp.h',
'third_party/dmg_fp/dtoa_wrapper.cc',
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/priority_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698