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

Unified Diff: base/base.gypi

Issue 1705253002: TaskScheduler [3/9] Task and Sequence (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_1_scheduler_lock
Patch Set: static_assert 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 15aeb38a5ef91b2d8208688a7f3b3ba40f18cf56..5ad65620171f956976b60b50541bd81aa374ddbe 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -632,6 +632,12 @@
'task_runner_util.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/task.cc',
+ 'task_scheduler/task.h',
'task_scheduler/task_traits.cc',
'task_scheduler/task_traits.h',
'template_util.h',
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/sequence.h » ('j') | base/task_scheduler/sequence.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698