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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1432263002: (reland) Adds TimeDomains to the TaskQueueManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix thread_hop_task DCHECK Created 5 years, 1 month 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 | « components/scheduler/child/scheduler_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/scheduler.gypi
diff --git a/components/scheduler/scheduler.gypi b/components/scheduler/scheduler.gypi
index 506797938ccb061a73cf5979c2acc1f43d8bbfc2..dbd40ce796c9807b95e2403a5005d9408b50919b 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -13,6 +13,8 @@
'base/cancelable_closure_holder.h',
'base/lazy_now.cc',
'base/lazy_now.h',
+ 'base/real_time_domain.cc',
+ 'base/real_time_domain.h',
'base/task_queue.cc',
'base/task_queue.h',
'base/task_queue_impl.cc',
@@ -24,8 +26,12 @@
'base/task_queue_selector.h',
'base/task_queue_sets.cc',
'base/task_queue_sets.h',
+ 'base/time_domain.cc',
+ 'base/time_domain.h',
'base/pollable_thread_safe_flag.cc',
'base/pollable_thread_safe_flag.h',
+ 'base/virtual_time_domain.cc',
+ 'base/virtual_time_domain.h',
'child/child_scheduler.h',
'child/idle_helper.cc',
'child/idle_helper.h',
« no previous file with comments | « components/scheduler/child/scheduler_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698