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

Unified Diff: ios/chrome/browser/ui/settings/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/settings/BUILD.gn
diff --git a/ios/chrome/browser/ui/settings/BUILD.gn b/ios/chrome/browser/ui/settings/BUILD.gn
index 7fdc9735d28f0d6ab01b172e90ca79c65e4b685a..1b1eaa98adfc796c24d9459bf0c1df2a0484dae1 100644
--- a/ios/chrome/browser/ui/settings/BUILD.gn
+++ b/ios/chrome/browser/ui/settings/BUILD.gn
@@ -103,6 +103,7 @@ source_set("settings") {
"voicesearch_collection_view_controller.mm",
]
deps = [
+ ":resources",
"//base",
"//base:i18n",
"//components/autofill/core/browser",
@@ -160,7 +161,6 @@ source_set("settings") {
"//ios/chrome/browser/ui/icons",
"//ios/chrome/browser/ui/keyboard",
"//ios/chrome/browser/ui/material_components",
- "//ios/chrome/browser/ui/settings:resources",
"//ios/chrome/browser/ui/settings/cells",
"//ios/chrome/browser/ui/settings/utils",
"//ios/chrome/browser/ui/sync",
@@ -334,6 +334,7 @@ source_set("eg_tests") {
]
deps = [
+ ":settings",
"//base",
"//components/browsing_data/core",
"//components/content_settings/core/browser",
@@ -350,7 +351,6 @@ source_set("eg_tests") {
"//ios/chrome/browser/content_settings",
"//ios/chrome/browser/search_engines",
"//ios/chrome/browser/signin",
- "//ios/chrome/browser/ui/settings",
"//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