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

Unified Diff: components/task_scheduler_util/BUILD.gn

Issue 2506693002: Enable Initialization of the Task Scheduler by Default in the Browser Process (Closed)
Patch Set: CR Feedback + Centralization Created 4 years, 1 month 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 6c743a5c271de0e7978176af8c51a80f97dcd4b0..9f3dcd5ee69bb968b46cda8e1ae1762c5a88c884 100644
--- a/components/task_scheduler_util/BUILD.gn
+++ b/components/task_scheduler_util/BUILD.gn
@@ -10,5 +10,6 @@ static_library("task_scheduler_util") {
deps = [
"//base",
+ "//components/variations",
]
}

Powered by Google App Engine
This is Rietveld 408576698