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

Unified Diff: base/BUILD.gn

Issue 1708773002: TaskScheduler [7] SchedulerThreadPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_5_worker_thread
Patch Set: fix windows build error 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') | no next file with comments »
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 3acc134303fdbb90cabfc55682f7abfd36acbf6b..fb995965a1abd24f931148e0e874bf0804e2fc7e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -765,6 +765,9 @@ component("base") {
"task_scheduler/scheduler_lock.h",
"task_scheduler/scheduler_lock_impl.cc",
"task_scheduler/scheduler_lock_impl.h",
+ "task_scheduler/scheduler_task_executor.h",
+ "task_scheduler/scheduler_thread_pool.cc",
+ "task_scheduler/scheduler_thread_pool.h",
"task_scheduler/scheduler_worker_thread.cc",
"task_scheduler/scheduler_worker_thread.h",
"task_scheduler/sequence.cc",
@@ -777,6 +780,8 @@ component("base") {
"task_scheduler/task_tracker.h",
"task_scheduler/task_traits.cc",
"task_scheduler/task_traits.h",
+ "task_scheduler/utils.cc",
+ "task_scheduler/utils.h",
"template_util.h",
"third_party/dmg_fp/dmg_fp.h",
"third_party/dmg_fp/dtoa_wrapper.cc",
@@ -1816,11 +1821,13 @@ test("base_unittests") {
"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",
"task_scheduler/task_tracker_unittest.cc",
"task_scheduler/test_utils.h",
+ "task_scheduler/utils_unittest.cc",
"template_util_unittest.cc",
"test/histogram_tester_unittest.cc",
"test/icu_test_util.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698