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

Unified Diff: components/scheduler/scheduler.gypi

Issue 1718233002: Fix computation of runtime for throttled tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo 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 b0f3442c33da7b443b34728cb59bf4646067c44d..d9f5e38e39e5f43b5c4c65bdc2487cf8f4a729cf 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -80,6 +80,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