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

Unified Diff: ios/chrome/app/BUILD.gn

Issue 2661183002: Split ios/chrome/app/startup targets to reduce dependencies. (Closed)
Patch Set: Fixed dependencies, factored out chrome_paths. Created 3 years, 11 months 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 | « no previous file | ios/chrome/app/startup/BUILD.gn » ('j') | ios/chrome/app/startup/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/BUILD.gn
diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
index 9b17b928557cf0fe0e151e2ceb8433986ada1f4f..64c91322d349ea96be56d79d413cb78556324a71 100644
--- a/ios/chrome/app/BUILD.gn
+++ b/ios/chrome/app/BUILD.gn
@@ -162,6 +162,7 @@ source_set("app_internal") {
"//ios/chrome/app/safe_mode",
"//ios/chrome/app/spotlight",
"//ios/chrome/app/startup",
+ "//ios/chrome/app/startup:startup_basic",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
"//ios/chrome/browser:browser_internal",
@@ -252,7 +253,7 @@ source_set("main") {
":app_internal",
"//base",
"//components/crash/core/common",
- "//ios/chrome/app/startup",
+ "//ios/chrome/app/startup:startup_basic",
"//ios/chrome/browser:browser_internal",
"//ios/chrome/browser/crash_report",
"//ios/chrome/common",
« no previous file with comments | « no previous file | ios/chrome/app/startup/BUILD.gn » ('j') | ios/chrome/app/startup/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698