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

Unified Diff: base/base.gyp

Issue 1892033003: TaskScheduler [10] SchedulerWorkerThreadStack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@9_single_thread
Patch Set: use bitfield to determine whether an element is on the stack 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
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c98b11d59c8eaa474ed8c9d24ac0084e7c052bcb..c7936cbd34399b7264a22cb50b1c516d64bcf323 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -548,6 +548,7 @@
'task_scheduler/delayed_task_manager_unittest.cc',
'task_scheduler/priority_queue_unittest.cc',
'task_scheduler/scheduler_lock_unittest.cc',
+ 'task_scheduler/scheduler_stack_unittest.cc',
'task_scheduler/scheduler_thread_pool_unittest.cc',
'task_scheduler/scheduler_worker_thread_unittest.cc',
'task_scheduler/sequence_sort_key_unittest.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/task_scheduler/scheduler_stack.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698