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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1303353003: scheduler: Disable expensive timers during main thread user input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments. Created 5 years, 4 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 | « components/scheduler/renderer/task_cost_estimator_unittest.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 37277468429713fede309567a05fa787cb0588cd..ac55476aa56c41928b6412cfacb69d0651c53ab3 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -50,6 +50,8 @@
'renderer/renderer_scheduler_impl.h',
'renderer/renderer_web_scheduler_impl.cc',
'renderer/renderer_web_scheduler_impl.h',
+ 'renderer/task_cost_estimator.cc',
+ 'renderer/task_cost_estimator.h',
'renderer/webthread_impl_for_renderer_scheduler.cc',
'renderer/webthread_impl_for_renderer_scheduler.h',
'scheduler_export.h',
« no previous file with comments | « components/scheduler/renderer/task_cost_estimator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698