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

Unified Diff: ios/chrome/browser/ui/downloads/BUILD.gn

Issue 2740473002: DownloadManagerController now uses WebState (Closed)
Patch Set: handles nil StoreKitTabHelper Created 3 years, 9 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
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | ios/chrome/browser/ui/downloads/download_manager_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6813700d21947dd714c2c23beb5e6904f68b21c6..fc0f24982fd48c1601bce8c6c167d29ff0083c70 100644
--- a/ios/chrome/browser/ui/downloads/BUILD.gn
+++ b/ios/chrome/browser/ui/downloads/BUILD.gn
@@ -75,8 +75,10 @@ source_set("unit_tests") {
"//base",
"//ios/chrome/browser",
"//ios/chrome/browser/store_kit",
+ "//ios/chrome/browser/web:test_support",
"//ios/web:test_support",
"//net:test_support",
"//testing/gtest",
+ "//third_party/ocmock:ocmock",
]
}
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | ios/chrome/browser/ui/downloads/download_manager_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698