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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2568793003: Control TaskScheduler initialization params in renderers via field trial. (Closed)
Patch Set: add missing file Created 4 years 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: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index fe445077cafad3585198226ab572c38609910af1..fe84d48fe758e5eaeb0b9b9c14cf325f0af6195a 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -111,6 +111,7 @@ static_library("renderer") {
"//components/spellcheck:build_features",
"//components/startup_metric_utils/common:interfaces",
"//components/subresource_filter/content/renderer",
+ "//components/task_scheduler_util/renderer",
"//components/translate/content/renderer",
"//components/translate/core/common",
"//components/translate/core/language_detection",

Powered by Google App Engine
This is Rietveld 408576698