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

Unified Diff: ios/chrome/app/safe_mode/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/app/safe_mode/BUILD.gn
diff --git a/ios/chrome/app/safe_mode/BUILD.gn b/ios/chrome/app/safe_mode/BUILD.gn
index 947affb02528419f4b4d477498ed81aaad11cea3..180fb25cbda2b62449dc2d49403d22457a8efc91 100644
--- a/ios/chrome/app/safe_mode/BUILD.gn
+++ b/ios/chrome/app/safe_mode/BUILD.gn
@@ -22,9 +22,9 @@ source_set("safe_mode") {
]
deps = [
+ ":resources",
"//base",
"//ios/chrome/app",
- "//ios/chrome/app/safe_mode:resources",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
"//ios/chrome/browser/crash_report",

Powered by Google App Engine
This is Rietveld 408576698