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

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

Issue 2712053003: [Payment Request] Displays Contact Info in the payment summary view (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/app/strings/ios_strings.grd ('k') | ios/chrome/browser/payments/cells/autofill_profile_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/cells/BUILD.gn
diff --git a/ios/chrome/browser/payments/cells/BUILD.gn b/ios/chrome/browser/payments/cells/BUILD.gn
index bb65368808cfb685a02a05e2e035e070a88ad49b..892e720b3e9cb710395e0b2cf5a0616a6d1486f8 100644
--- a/ios/chrome/browser/payments/cells/BUILD.gn
+++ b/ios/chrome/browser/payments/cells/BUILD.gn
@@ -4,6 +4,8 @@
source_set("cells") {
sources = [
+ "autofill_profile_item.h",
+ "autofill_profile_item.mm",
"page_info_item.h",
"page_info_item.mm",
"payment_method_item.h",
@@ -12,11 +14,10 @@ source_set("cells") {
"payments_text_item.mm",
"price_item.h",
"price_item.mm",
- "shipping_address_item.h",
- "shipping_address_item.mm",
]
deps = [
+ "//ios/chrome/browser/ui",
"//ios/chrome/browser/ui/collection_view/cells",
"//ios/chrome/browser/ui/colors",
"//ios/third_party/material_components_ios",
@@ -29,11 +30,11 @@ source_set("cells") {
source_set("unit_tests") {
testonly = true
sources = [
+ "autofill_profile_item_unittest.mm",
"page_info_item_unittest.mm",
"payment_method_item_unittest.mm",
"payments_text_item_unittest.mm",
"price_item_unittest.mm",
- "shipping_address_item_unittest.mm",
]
deps = [
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/chrome/browser/payments/cells/autofill_profile_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698