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

Unified Diff: components/scheduler/BUILD.gn

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 | « no previous file | components/scheduler/base/real_time_domain.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/BUILD.gn
diff --git a/components/scheduler/BUILD.gn b/components/scheduler/BUILD.gn
index 97e6463c8e64411fd8510cefacd487315993c4b3..80a9ad592ddfedc9866d39202de7f33f6d61761b 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -74,6 +74,8 @@ component("scheduler") {
"renderer/renderer_web_scheduler_impl.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/user_model.cc",
« no previous file with comments | « no previous file | components/scheduler/base/real_time_domain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698