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

Unified Diff: base/base.gypi

Issue 1701343003: TaskScheduler [13] TaskSchedulerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_6_threadpool
Patch Set: initial patch for review 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index b89090d22efe48bf51b562bca8f704f9bc25a579..e6acfc6940b2e4dd01a313808ef1cae2e635c1d3 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -660,6 +660,8 @@
'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_tracker.cc',
'task_scheduler/task_tracker.h',
'task_scheduler/task_traits.cc',

Powered by Google App Engine
This is Rietveld 408576698