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

Unified Diff: ios/chrome/browser/ui/icons/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/icons/BUILD.gn
diff --git a/ios/chrome/browser/ui/icons/BUILD.gn b/ios/chrome/browser/ui/icons/BUILD.gn
index 506c6b1db6dfaa564add25c01a9fa71daf652755..76bb5538077769c81f31a46cb254a73adec5d8d5 100644
--- a/ios/chrome/browser/ui/icons/BUILD.gn
+++ b/ios/chrome/browser/ui/icons/BUILD.gn
@@ -8,9 +8,9 @@ source_set("icons") {
"chrome_icon.mm",
]
deps = [
+ ":assets",
"//base",
"//ios/chrome/app/strings",
- "//ios/chrome/browser/ui/icons:assets",
"//ui/base",
]
libs = [

Powered by Google App Engine
This is Rietveld 408576698