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

Unified Diff: ios/chrome/browser/ui/downloads/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/downloads/BUILD.gn
diff --git a/ios/chrome/browser/ui/downloads/BUILD.gn b/ios/chrome/browser/ui/downloads/BUILD.gn
index eafa4b44e4397c445fe9b41974699969f96fd9a5..685cea45c9df65cee29c7de87562b72d61e91a1d 100644
--- a/ios/chrome/browser/ui/downloads/BUILD.gn
+++ b/ios/chrome/browser/ui/downloads/BUILD.gn
@@ -39,6 +39,8 @@ source_set("downloads") {
"download_manager_controller.mm",
]
deps = [
+ ":assets",
+ ":download_manager_controller_xib",
"//base",
"//components/strings",
"//ios/chrome/app/strings",
@@ -48,8 +50,6 @@ source_set("downloads") {
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/alert_coordinator",
"//ios/chrome/browser/ui/colors",
- "//ios/chrome/browser/ui/downloads:assets",
- "//ios/chrome/browser/ui/downloads:download_manager_controller_xib",
"//ios/chrome/browser/web:web_internal",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser/native_app_launcher",

Powered by Google App Engine
This is Rietveld 408576698