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

Unified Diff: components/task_scheduler_util/BUILD.gn

Issue 2568793003: Control TaskScheduler initialization params in renderers via field trial. (Closed)
Patch Set: self-review 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: components/task_scheduler_util/BUILD.gn
diff --git a/components/task_scheduler_util/BUILD.gn b/components/task_scheduler_util/BUILD.gn
index 0cc79ca2f34ef3f11a377f4ca79755c262e6cbbd..5553d610a0b46ce4a587d93f19a96ced4ba29f55 100644
--- a/components/task_scheduler_util/BUILD.gn
+++ b/components/task_scheduler_util/BUILD.gn
@@ -15,6 +15,18 @@ static_library("browser") {
]
}
+static_library("renderer") {
+ sources = [
+ "renderer/initialization.cc",
+ "renderer/initialization.h",
+ ]
+
+ deps = [
+ ":common",
+ "//base",
+ ]
+}
+
static_library("common") {
sources = [
"common/variations_util.cc",

Powered by Google App Engine
This is Rietveld 408576698