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

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

Issue 2713033004: Layered component for web payments (Closed)
Patch Set: Rebase Created 3 years, 10 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/DEPS ('k') | ios/chrome/browser/payments/payment_items_display_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/BUILD.gn
diff --git a/ios/chrome/browser/payments/BUILD.gn b/ios/chrome/browser/payments/BUILD.gn
index 01040da3af9aafbd7c2a93bc38dfed55c5299157..07d0054f4111d73ab030a41e5c4fce33f3ce7caa 100644
--- a/ios/chrome/browser/payments/BUILD.gn
+++ b/ios/chrome/browser/payments/BUILD.gn
@@ -57,7 +57,7 @@ source_set("payments") {
"//base",
"//components/autofill/core/browser",
"//components/autofill/ios/browser",
- "//components/payments:payment_validation",
+ "//components/payments/core",
"//components/strings",
"//ios/chrome/app/strings",
"//ios/chrome/app/theme",
@@ -106,7 +106,7 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
- "//components/payments:payment_validation",
+ "//components/payments/core",
"//components/strings",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
« no previous file with comments | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/payments/payment_items_display_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698