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

Unified Diff: content/public/browser/BUILD.gn

Issue 2539263003: Move Task Scheduler Initialization From chrome/browser to Content (Closed)
Patch Set: CR Feedback and Move to Components Dependency 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: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index dc7ba177041be4201267ae39b4d5c638c589024d..c27744a209e59892c555524bb41b470d194e0d75 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -302,6 +302,7 @@ source_set("browser_sources") {
]
deps = [
"//cc",
+ "//components/task_scheduler_util/initialization",
"//content/browser", # Must not be public_deps!
"//content/public/common:common_sources",
"//device/geolocation",

Powered by Google App Engine
This is Rietveld 408576698