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

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: self 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 96acf45d2547a816630d2ca88337dc2e2321b2a0..62811f1e7bf1dfdfbf9c71450e6476d431e12bb1 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -657,6 +657,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