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

Unified Diff: base/base.gyp

Issue 1708773002: TaskScheduler [7] SchedulerThreadPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_5_worker_thread
Patch Set: Use std::unique_ptr, rename ThreadPool -> SchedulerThreadPool. Created 4 years, 9 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.gyp
diff --git a/base/base.gyp b/base/base.gyp
index d1e7bd099b0daf4d1565d833388d2432f319992b..72ef69132f1ab975b1b76e9f32338a0b34bd9b29 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -555,6 +555,7 @@
'task_runner_util_unittest.cc',
'task_scheduler/priority_queue_unittest.cc',
'task_scheduler/scheduler_lock_unittest.cc',
+ 'task_scheduler/scheduler_thread_pool_unittest.cc',
'task_scheduler/scheduler_worker_thread_unittest.cc',
'task_scheduler/sequence_sort_key_unittest.cc',
'task_scheduler/sequence_unittest.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/task_scheduler/scheduler_thread_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698