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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1223163006: Implement PostDelayedTaskAt for guaranteed timer ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include to IdleHelperTest. Created 5 years, 5 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 e0d4beece4802cb2eb3b2dc401c789d5320bc8c2..9f8e970465140501a3c0b8e56923e14ea99971b3 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -17,6 +17,8 @@
'child/nestable_single_thread_task_runner.h',
'child/null_idle_task_runner.cc',
'child/null_idle_task_runner.h',
+ 'child/null_task_queue.cc',
+ 'child/null_task_queue.h',
'child/null_worker_scheduler.cc',
'child/null_worker_scheduler.h',
'child/pollable_thread_safe_flag.cc',
@@ -29,6 +31,7 @@
'child/scheduler_message_loop_delegate.h',
'child/single_thread_idle_task_runner.cc',
'child/single_thread_idle_task_runner.h',
+ 'child/task_queue.h',
'child/task_queue_manager.cc',
'child/task_queue_manager.h',
'child/task_queue_selector.h',
« no previous file with comments | « components/scheduler/renderer/webthread_impl_for_renderer_scheduler.cc ('k') | content/test/fake_renderer_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698