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

Unified Diff: base/BUILD.gn

Issue 1705253002: TaskScheduler [3/9] Task and Sequence (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_1_scheduler_lock
Patch Set: static_assert Created 4 years, 10 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/sequence.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 d725eda29a6bff1e5dad057f92bb6cddf750494b..b6ab9820d810ba62f8a749cbe14887a0f3b1d955 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -741,6 +741,12 @@ component("base") {
"task_runner_util.h",
"task_scheduler/scheduler_lock.cc",
"task_scheduler/scheduler_lock.h",
+ "task_scheduler/sequence.cc",
+ "task_scheduler/sequence.h",
+ "task_scheduler/sequence_sort_key.cc",
+ "task_scheduler/sequence_sort_key.h",
+ "task_scheduler/task.cc",
+ "task_scheduler/task.h",
"task_scheduler/task_traits.cc",
"task_scheduler/task_traits.h",
"template_util.h",
@@ -1691,6 +1697,8 @@ test("base_unittests") {
"task/cancelable_task_tracker_unittest.cc",
"task_runner_util_unittest.cc",
"task_scheduler/scheduler_lock_unittest.cc",
+ "task_scheduler/sequence_sort_key_unittest.cc",
+ "task_scheduler/sequence_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') | base/task_scheduler/sequence.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698