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

Unified Diff: ios/chrome/browser/passwords/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/passwords/BUILD.gn
diff --git a/ios/chrome/browser/passwords/BUILD.gn b/ios/chrome/browser/passwords/BUILD.gn
index 9412649e03bc4247f05f940fc96f32eb9c546929..acc40c17ec731689539ede3405aab38f1ea9505b 100644
--- a/ios/chrome/browser/passwords/BUILD.gn
+++ b/ios/chrome/browser/passwords/BUILD.gn
@@ -151,11 +151,11 @@ source_set("passwords_internal") {
"passwords_ui_delegate_impl.mm",
]
deps = [
+ ":passwords",
"//base",
"//components/strings",
"//ios/chrome/app/strings",
"//ios/chrome/app/theme",
- "//ios/chrome/browser/passwords",
"//ios/chrome/browser/ui",
"//ios/chrome/common",
"//ios/third_party/material_components_ios",

Powered by Google App Engine
This is Rietveld 408576698