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

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

Issue 2932703004: [Payment Request] Contact Info editor (Closed)
Patch Set: Addressed comments Created 3 years, 6 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 | « no previous file | ios/chrome/browser/ui/payments/contact_info_edit_coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/payments/BUILD.gn
diff --git a/ios/chrome/browser/ui/payments/BUILD.gn b/ios/chrome/browser/ui/payments/BUILD.gn
index 12c17148159070c40ef4e228c6ff88bce2c4e000..a2c0d93f8b407f3c436b83f5df13d15c6e1e5e20 100644
--- a/ios/chrome/browser/ui/payments/BUILD.gn
+++ b/ios/chrome/browser/ui/payments/BUILD.gn
@@ -15,6 +15,10 @@ source_set("payments") {
"billing_address_selection_coordinator.mm",
"billing_address_selection_mediator.h",
"billing_address_selection_mediator.mm",
+ "contact_info_edit_coordinator.h",
+ "contact_info_edit_coordinator.mm",
+ "contact_info_edit_mediator.h",
+ "contact_info_edit_mediator.mm",
"contact_info_selection_coordinator.h",
"contact_info_selection_coordinator.mm",
"contact_info_selection_mediator.h",
@@ -146,6 +150,8 @@ source_set("unit_tests") {
"address_edit_coordinator_unittest.mm",
"billing_address_selection_coordinator_unittest.mm",
"billing_address_selection_mediator_unittest.mm",
+ "contact_info_edit_coordinator_unittest.mm",
+ "contact_info_edit_mediator_unittest.mm",
"contact_info_selection_coordinator_unittest.mm",
"contact_info_selection_mediator_unittest.mm",
"country_selection_coordinator_unittest.mm",
@@ -182,6 +188,7 @@ source_set("unit_tests") {
"//ios/chrome/browser/payments:test_support",
"//ios/chrome/browser/signin",
"//ios/chrome/browser/signin:test_support",
+ "//ios/chrome/browser/ui/autofill",
"//ios/chrome/browser/ui/autofill:autofill_ui",
"//ios/chrome/browser/ui/autofill/cells",
"//ios/chrome/browser/ui/collection_view:test_support",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/contact_info_edit_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698