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

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

Issue 2661183002: Split ios/chrome/app/startup targets to reduce dependencies. (Closed)
Patch Set: Review feedback, rebase. Created 3 years, 8 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') | no next file with comments »
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 4e36ae066834834cdd10b12c91b0318f6dc4e74d..b22e2f7e924456be333fc06394629567968be8e1 100644
--- a/ios/chrome/app/BUILD.gn
+++ b/ios/chrome/app/BUILD.gn
@@ -159,6 +159,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",
@@ -249,7 +250,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698