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

Unified Diff: base/base.gyp

Issue 1685423002: Task Scheduler. (Closed) Base URL: https://luckyluke-private.googlesource.com/src@a_master
Patch Set: 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.gypi » ('j') | base/task_scheduler/delayed_task_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 929a3e42d52114297ce7715f90c31913b3fd720c..6ff76f6e1f61f8c43674289e4530bf425373880b 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -539,6 +539,18 @@
'test/test_reg_util_win_unittest.cc',
'test/trace_event_analyzer_unittest.cc',
'test/user_action_tester_unittest.cc',
+ 'task_scheduler/delayed_task_manager_unittest.cc',
robliao 2016/02/11 21:56:27 We'll need to do this for BUILD.gn as well.
fdoray 2016/02/12 04:16:19 Done.
+ 'task_scheduler/scheduler_lock_unittest.cc',
+ 'task_scheduler/sequence_unittest.cc',
+ 'task_scheduler/sequence_sort_key_unittest.cc',
+ 'task_scheduler/shutdown_manager_unittest.cc',
+ 'task_scheduler/priority_queue_unittest.cc',
+ 'task_scheduler/task_scheduler_impl_unittest.cc',
+ 'task_scheduler/test_util.cc',
+ 'task_scheduler/test_util.h',
+ 'task_scheduler/thread_pool_unittest.cc',
+ 'task_scheduler/utils_unittest.cc',
+ 'task_scheduler/worker_thread_unittest.cc',
'threading/non_thread_safe_unittest.cc',
'threading/platform_thread_unittest.cc',
'threading/sequenced_worker_pool_unittest.cc',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/task_scheduler/delayed_task_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698