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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1424053002: Adds a flag to support "Virtual Time" to the blink scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a test Created 5 years, 2 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: components/scheduler/scheduler.gypi
diff --git a/components/scheduler/scheduler.gypi b/components/scheduler/scheduler.gypi
index d285e45723601d64a2bc5abe3a257aeb322bf7dd..c467fc08e49fb4866b17316cfb488ed381d1c1f8 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -4,6 +4,10 @@
{
'variables': {
+ 'scheduler_common_sources': [
+ 'common/scheduler_switches.cc',
Sami 2015/10/28 20:00:35 I think you left out these files.
alex clarke (OOO till 29th) 2015/10/29 18:07:30 Done.
+ 'common/scheduler_switches.h',
+ ],
'scheduler_sources': [
'base/cancelable_closure_holder.cc',
'base/cancelable_closure_holder.h',
@@ -32,6 +36,8 @@
'child/scheduler_task_runner_delegate_impl.h',
'child/single_thread_idle_task_runner.cc',
'child/single_thread_idle_task_runner.h',
+ 'child/virtual_time_task_runner_delegate.cc',
+ 'child/virtual_time_task_runner_delegate.h',
'child/web_scheduler_impl.cc',
'child/web_scheduler_impl.h',
'child/web_task_runner_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698