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

Unified Diff: base/BUILD.gn

Issue 1806473002: TaskScheduler [9] Delayed Task Manager (Closed) Base URL: https://luckyluke-private.googlesource.com/src@s_5_worker_thread
Patch Set: rebase 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/delayed_task_manager.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 fb995965a1abd24f931148e0e874bf0804e2fc7e..48579fff7aecb5f1f5e26d9df40d04f4676b11c2 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -760,6 +760,8 @@ component("base") {
"task_runner.cc",
"task_runner.h",
"task_runner_util.h",
+ "task_scheduler/delayed_task_manager.cc",
+ "task_scheduler/delayed_task_manager.h",
"task_scheduler/priority_queue.cc",
"task_scheduler/priority_queue.h",
"task_scheduler/scheduler_lock.h",
@@ -1819,6 +1821,7 @@ test("base_unittests") {
"system_monitor/system_monitor_unittest.cc",
"task/cancelable_task_tracker_unittest.cc",
"task_runner_util_unittest.cc",
+ "task_scheduler/delayed_task_manager_unittest.cc",
"task_scheduler/priority_queue_unittest.cc",
"task_scheduler/scheduler_lock_unittest.cc",
"task_scheduler/scheduler_thread_pool_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/task_scheduler/delayed_task_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698