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

Unified Diff: ios/chrome/browser/providers/signin/BUILD.gn

Issue 2539143002: [iOS] Clean deps and public_deps. (Closed)
Patch Set: Fix deps Created 4 years 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
« no previous file with comments | « ios/chrome/browser/prefs/BUILD.gn ('k') | ios/chrome/browser/providers/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/providers/signin/BUILD.gn
diff --git a/ios/chrome/browser/providers/signin/BUILD.gn b/ios/chrome/browser/providers/signin/BUILD.gn
index f390b6953440185eba465fb5368be69f139af1dd..d7427bd0c288f24b75e0d8b68119dbde658264d2 100644
--- a/ios/chrome/browser/providers/signin/BUILD.gn
+++ b/ios/chrome/browser/providers/signin/BUILD.gn
@@ -10,7 +10,7 @@ source_set("signin") {
deps = [
"//base",
"//ios/chrome/browser/ui",
- "//ios/public/provider/chrome/browser",
+ "//ios/public/provider/chrome/browser/signin",
]
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « ios/chrome/browser/prefs/BUILD.gn ('k') | ios/chrome/browser/providers/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698