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

Unified Diff: base/base.gypi

Issue 1704113002: TaskScheduler [6] SchedulerWorkerThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_4_shutdown
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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 9788996244f7ac76622885b7e875ffcf2457862d..e6c1bdf0c056918e30c6e97c5775b65435f9d920 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -630,6 +630,8 @@
'task_runner.cc',
'task_runner.h',
'task_runner_util.h',
+ 'task_scheduler/delayed_task_manager.cc',
+ 'task_scheduler/delayed_task_manager.h',
'task_scheduler/priority_queue.cc',
'task_scheduler/priority_queue.h',
'task_scheduler/scheduler_lock.cc',
@@ -644,6 +646,10 @@
'task_scheduler/task.h',
'task_scheduler/task_traits.cc',
'task_scheduler/task_traits.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',

Powered by Google App Engine
This is Rietveld 408576698