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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1751953002: [Cherrypick try #2] Fix computation of runtime for throttled tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Fix formatting Created 4 years, 10 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/throttling_helper_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 8271fffc924d7b59f53df4847fc4806235ceb2cf..87e2be0d1ac79a4d65b4a52b4e7a532e5b1ba6b5 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -78,6 +78,8 @@
'renderer/render_widget_signals.h',
'renderer/task_cost_estimator.cc',
'renderer/task_cost_estimator.h',
+ 'renderer/throttled_time_domain.cc',
+ 'renderer/throttled_time_domain.h',
'renderer/throttling_helper.cc',
'renderer/throttling_helper.h',
'renderer/web_frame_scheduler_impl.cc',
« no previous file with comments | « components/scheduler/renderer/throttling_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698