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

Unified Diff: base/BUILD.gn

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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/task_scheduler/scheduler_thread_pool_impl_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index f7ace802ae7d189200663c60eb452ded56dc6646..5dfb672ad85c1645bf88ba17f7baa69fbe089468 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -783,6 +783,8 @@ component("base") {
"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",
@@ -1863,6 +1865,7 @@ test("base_unittests") {
"task_scheduler/scheduler_worker_thread_unittest.cc",
"task_scheduler/sequence_sort_key_unittest.cc",
"task_scheduler/sequence_unittest.cc",
+ "task_scheduler/task_scheduler_impl_unittest.cc",
"task_scheduler/task_tracker_unittest.cc",
"task_scheduler/test_task_factory.cc",
"task_scheduler/test_task_factory.h",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/task_scheduler/scheduler_thread_pool_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698