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

Unified Diff: ios/public/provider/chrome/browser/images/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/public/provider/chrome/browser/images/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/images/BUILD.gn b/ios/public/provider/chrome/browser/images/BUILD.gn
index a4cde134d66b4d03dbe5f4208f73c05b973f212b..3d96d7ff3335fb6564d967903059c468c6edfd7c 100644
--- a/ios/public/provider/chrome/browser/images/BUILD.gn
+++ b/ios/public/provider/chrome/browser/images/BUILD.gn
@@ -20,6 +20,6 @@ source_set("test_support") {
"test_branded_image_provider.mm",
]
deps = [
- "//ios/public/provider/chrome/browser/images",
+ ":images",
]
}

Powered by Google App Engine
This is Rietveld 408576698