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

Unified Diff: ios/chrome/browser/payments/BUILD.gn

Issue 2733953003: [Payments] Return a basic card response (Closed)
Patch Set: tests 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/payments/BUILD.gn
diff --git a/ios/chrome/browser/payments/BUILD.gn b/ios/chrome/browser/payments/BUILD.gn
index 07d0054f4111d73ab030a41e5c4fce33f3ce7caa..db5388c70f17f9f840ebb42f7b087afd68ad55dd 100644
--- a/ios/chrome/browser/payments/BUILD.gn
+++ b/ios/chrome/browser/payments/BUILD.gn
@@ -57,7 +57,6 @@ source_set("payments") {
"//base",
"//components/autofill/core/browser",
"//components/autofill/ios/browser",
- "//components/payments/core",
"//components/strings",
"//ios/chrome/app/strings",
"//ios/chrome/app/theme",
@@ -77,6 +76,9 @@ source_set("payments") {
"//ios/web",
"//ui/base",
]
+ public_deps = [
+ "//components/payments/core",
+ ]
libs = [ "UIKit.framework" ]
}

Powered by Google App Engine
This is Rietveld 408576698