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

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

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: 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
Index: ios/chrome/app/BUILD.gn
diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
index c94edaee7214bbb08849d60e0b9973611c6bfab1..ac46e1923379cd0bb4d1f145202c86aee3aa2b5b 100644
--- a/ios/chrome/app/BUILD.gn
+++ b/ios/chrome/app/BUILD.gn
@@ -132,6 +132,8 @@ source_set("app_internal") {
]
deps = [
+ ":app",
+ ":tests_hook",
"//base",
"//components/bookmarks/browser",
"//components/browser_sync",
@@ -155,8 +157,6 @@ source_set("app_internal") {
"//components/sync",
"//components/url_formatter",
"//components/web_resource",
- "//ios/chrome/app",
- "//ios/chrome/app:tests_hook",
"//ios/chrome/app/application_delegate",
"//ios/chrome/app/application_delegate:application_delegate_internal",
"//ios/chrome/app/safe_mode",
@@ -268,7 +268,7 @@ ios_app_bundle("chrome") {
deps = [
":main",
- "//ios/chrome/app:tests_fake_hook",
+ ":tests_fake_hook",
]
bundle_deps = [ "//ios/chrome/app/resources" ]
@@ -335,7 +335,7 @@ ios_app_bundle("chrome_clean_skeleton") {
deps = [
":main_clean_skeleton",
- "//ios/chrome/app:tests_fake_hook",
+ ":tests_fake_hook",
]
bundle_deps = [ "//ios/chrome/app/resources" ]
@@ -362,9 +362,9 @@ source_set("main_clean_skeleton") {
deps = [
":app_clean_skeleton",
+ ":app_internal",
"//base",
"//components/crash/core/common",
- "//ios/chrome/app:app_internal",
"//ios/chrome/app/startup",
"//ios/chrome/browser",
"//ios/chrome/browser:browser_internal",
« no previous file with comments | « no previous file | ios/chrome/app/application_delegate/BUILD.gn » ('j') | ios/chrome/app/application_delegate/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698