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

Unified Diff: chrome/browser/BUILD.gn

Issue 2539263003: Move Task Scheduler Initialization From chrome/browser to Content (Closed)
Patch Set: Remove Content Dependency on components/task_scheduler_util 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 9b90b53ddfbf2a3e2485bc0bbc88ece4b72b5c5f..2e205a0ad80ac1f2e4788b470ca3f320661ed616 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1407,7 +1407,8 @@ split_static_library("browser") {
"//components/sync_bookmarks",
"//components/sync_preferences",
"//components/sync_sessions",
- "//components/task_scheduler_util",
+ "//components/task_scheduler_util/initialization",
+ "//components/task_scheduler_util/variations",
"//components/tracing:startup_tracing",
"//components/translate/content/browser",
"//components/translate/core/browser",
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | chrome/browser/chrome_content_browser_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698