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

Unified Diff: base/base.gypi

Issue 1698183005: Reference CL for the new task scheduler. (Closed) Base URL: https://luckyluke-private.googlesource.com/src@bigmaster2
Patch Set: Created 4 years, 10 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/delayed_task_manager.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 36730af02b82ab14c61dc453b5b2d5716a998899..c7ee08620b520dfe6bd404b32e62eeb0b48c10ff 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -630,6 +630,34 @@
'task_runner.cc',
'task_runner.h',
'task_runner_util.h',
+ 'task_scheduler/delayed_task_manager.cc',
+ 'task_scheduler/delayed_task_manager.h',
+ 'task_scheduler/post_task.cc',
+ 'task_scheduler/post_task.h',
+ 'task_scheduler/priority_queue.cc',
+ 'task_scheduler/priority_queue.h',
+ 'task_scheduler/scheduler_lock.cc',
+ 'task_scheduler/scheduler_lock.h',
+ 'task_scheduler/sequence.cc',
+ 'task_scheduler/sequence.h',
+ 'task_scheduler/sequence_sort_key.cc',
+ 'task_scheduler/sequence_sort_key.h',
+ 'task_scheduler/shutdown_manager.cc',
+ 'task_scheduler/shutdown_manager.h',
+ 'task_scheduler/task.cc',
+ 'task_scheduler/task.h',
+ 'task_scheduler/task_scheduler.cc',
+ 'task_scheduler/task_scheduler.h',
+ 'task_scheduler/task_scheduler_impl.cc',
+ 'task_scheduler/task_scheduler_impl.h',
+ 'task_scheduler/task_traits.cc',
+ 'task_scheduler/task_traits.h',
+ 'task_scheduler/thread_pool.cc',
+ 'task_scheduler/thread_pool.h',
+ 'task_scheduler/utils.cc',
+ 'task_scheduler/utils.h',
+ 'task_scheduler/worker_thread.cc',
+ 'task_scheduler/worker_thread.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/delayed_task_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698