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/browser/autofill/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/autofill/BUILD.gn
diff --git a/ios/chrome/browser/autofill/BUILD.gn b/ios/chrome/browser/autofill/BUILD.gn
index 21bd1b66a78f08224bb5af277c9a48b420ab1323..961309903b77ae3dbde5e759a70dcbf7b9dcf4ce 100644
--- a/ios/chrome/browser/autofill/BUILD.gn
+++ b/ios/chrome/browser/autofill/BUILD.gn
@@ -50,6 +50,7 @@ source_set("autofill_internal") {
"autofill_controller.mm",
]
deps = [
+ ":autofill",
"//base",
"//components/autofill/core/browser",
"//components/autofill/core/common",
@@ -60,7 +61,6 @@ source_set("autofill_internal") {
"//components/signin/core/browser",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
- "//ios/chrome/browser/autofill",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/infobars",
"//ios/chrome/browser/signin",
@@ -84,6 +84,7 @@ source_set("unit_tests") {
"js_suggestion_manager_unittest.mm",
]
deps = [
+ ":autofill",
":autofill_internal",
"//base",
"//base/test:test_support",
@@ -94,7 +95,6 @@ source_set("unit_tests") {
"//components/infobars/core",
"//components/keyed_service/core",
"//ios/chrome/browser",
- "//ios/chrome/browser/autofill",
"//ios/chrome/browser/browser_state:test_support",
"//ios/chrome/browser/infobars",
"//ios/chrome/browser/ui",
@@ -115,10 +115,10 @@ source_set("eg_tests") {
"form_input_egtest.mm",
]
deps = [
+ ":autofill",
"//base",
"//base/test:test_support",
"//ios/chrome/app/strings",
- "//ios/chrome/browser/autofill",
"//ios/chrome/browser/ui",
"//ios/chrome/test/app:test_support",
"//ios/chrome/test/earl_grey:test_support",

Powered by Google App Engine
This is Rietveld 408576698