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", |