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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1308183005: Introduce WebTaskRunner Patch 2/5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final tweaks Created 5 years, 3 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 ac55476aa56c41928b6412cfacb69d0651c53ab3..ee51da53b09f5727923e8aef9e099c12922d8d57 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -34,6 +34,8 @@
'child/task_queue_sets.h',
'child/web_scheduler_impl.cc',
'child/web_scheduler_impl.h',
+ 'child/web_task_runner_impl.cc',
+ 'child/web_task_runner_impl.h',
'child/webthread_base.cc',
'child/webthread_base.h',
'child/webthread_impl_for_worker_scheduler.cc',
« no previous file with comments | « components/scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc ('k') | components/test_runner/test_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698