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

Unified Diff: ios/chrome/browser/ui/dialogs/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/browser/ui/dialogs/BUILD.gn
diff --git a/ios/chrome/browser/ui/dialogs/BUILD.gn b/ios/chrome/browser/ui/dialogs/BUILD.gn
index 6f7f5575739ef59a940d155c04e57a26f7373be5..4c2159cd8113d9232c895fdd9c00a29502cb9174 100644
--- a/ios/chrome/browser/ui/dialogs/BUILD.gn
+++ b/ios/chrome/browser/ui/dialogs/BUILD.gn
@@ -5,7 +5,7 @@
source_set("dialogs") {
deps = [
"//base",
- "//ios/web:web",
+ "//ios/web",
]
sources = [
@@ -25,8 +25,8 @@ source_set("unit_tests") {
deps = [
":dialogs",
+ "//ios/web",
"//ios/web:test_support",
- "//ios/web:web",
"//testing/gtest",
]
@@ -43,13 +43,13 @@ source_set("dialogs_internal") {
"nsurl_protection_space_util.mm",
]
deps = [
+ ":dialogs",
"//base",
"//components/strings",
"//components/url_formatter",
"//ios/chrome/app/strings",
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/alert_coordinator",
- "//ios/chrome/browser/ui/dialogs",
"//ios/web",
"//ui/base",
"//url",
@@ -69,8 +69,8 @@ source_set("unit_tests_internal") {
"//components/strings",
"//ios/chrome/app/strings",
"//ios/chrome/browser/ui/alert_coordinator",
+ "//ios/web",
"//ios/web:test_support",
- "//ios/web:web",
"//testing/gtest",
"//ui/base",
"//url",
@@ -84,11 +84,11 @@ source_set("eg_tests") {
"javascript_dialog_egtest.mm",
]
deps = [
+ ":dialogs_internal",
"//base",
"//components/strings",
"//ios/chrome/app/strings",
"//ios/chrome/browser/ui",
- "//ios/chrome/browser/ui/dialogs:dialogs_internal",
"//ios/chrome/browser/ui/tools_menu",
"//ios/chrome/test/app:test_support",
"//ios/chrome/test/earl_grey:test_support",

Powered by Google App Engine
This is Rietveld 408576698