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

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: fix ios build error Created 4 years, 7 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/sequence_sort_key.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 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',
« no previous file with comments | « base/base.gyp ('k') | base/task_scheduler/sequence_sort_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698