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

Unified Diff: base/BUILD.gn

Issue 1892033003: TaskScheduler [10] SchedulerWorkerThreadStack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9_single_thread
Patch Set: CR danakj #44 (Empty -> IsEmpty) 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 bb35c9c081c37307ccf4f6c8a4ca191aca505f09..c3ca900240a380fef05f8def825936a92f0bb751 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -773,6 +773,8 @@ component("base") {
"task_scheduler/scheduler_thread_pool.h",
"task_scheduler/scheduler_worker_thread.cc",
"task_scheduler/scheduler_worker_thread.h",
+ "task_scheduler/scheduler_worker_thread_stack.cc",
+ "task_scheduler/scheduler_worker_thread_stack.h",
"task_scheduler/sequence.cc",
"task_scheduler/sequence.h",
"task_scheduler/sequence_sort_key.cc",
@@ -1849,6 +1851,7 @@ test("base_unittests") {
"task_scheduler/priority_queue_unittest.cc",
"task_scheduler/scheduler_lock_unittest.cc",
"task_scheduler/scheduler_thread_pool_unittest.cc",
+ "task_scheduler/scheduler_worker_thread_stack_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 | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698