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

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: Rebase to 8f211d4 Unroll SequencedWorkerPool changes due to revert 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | components/task_scheduler_util/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | components/task_scheduler_util/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698