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

Unified Diff: ios/chrome/browser/ui/overscroll_actions/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/overscroll_actions/BUILD.gn
diff --git a/ios/chrome/browser/ui/overscroll_actions/BUILD.gn b/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
index 5d8fee97d5b6c55e2e1efdb8efef4f5fb83a25d8..98b99f7992a3568fc4887467614140fbb0a875ed 100644
--- a/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
+++ b/ios/chrome/browser/ui/overscroll_actions/BUILD.gn
@@ -36,10 +36,10 @@ source_set("overscroll_actions") {
"overscroll_actions_view.mm",
]
deps = [
+ ":resources",
"//base",
"//ios/chrome/app/theme",
"//ios/chrome/browser/ui",
- "//ios/chrome/browser/ui/overscroll_actions:resources",
"//ios/chrome/browser/ui/static_content",
"//ios/chrome/browser/ui/toolbar",
"//ios/chrome/browser/ui/util",

Powered by Google App Engine
This is Rietveld 408576698