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

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

Issue 2731553005: Introduced StoreKitTabHelper class (Closed)
Patch Set: rebase 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
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 685cea45c9df65cee29c7de87562b72d61e91a1d..6813700d21947dd714c2c23beb5e6904f68b21c6 100644
--- a/ios/chrome/browser/ui/downloads/BUILD.gn
+++ b/ios/chrome/browser/ui/downloads/BUILD.gn
@@ -47,6 +47,7 @@ source_set("downloads") {
"//ios/chrome/browser",
"//ios/chrome/browser/native_app_launcher",
"//ios/chrome/browser/native_app_launcher:native_app_launcher_internal",
+ "//ios/chrome/browser/store_kit",
"//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/alert_coordinator",
"//ios/chrome/browser/ui/colors",
@@ -73,6 +74,7 @@ source_set("unit_tests") {
":downloads",
"//base",
"//ios/chrome/browser",
+ "//ios/chrome/browser/store_kit",
"//ios/web:test_support",
"//net:test_support",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698