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

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

Issue 2827453004: [Payment Request] Refactors selector view controllers (Closed)
Patch Set: Addressed comments Created 3 years, 8 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/payments/payment_request_selector_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 4538a0168c8d03843e7ac1f74c64572b78693fc9..e353acd45ebd0f1114de91d444e137c7b8c6673a 100644
--- a/ios/chrome/browser/payments/BUILD.gn
+++ b/ios/chrome/browser/payments/BUILD.gn
@@ -41,9 +41,8 @@ source_set("payments") {
"payment_request_view_controller_actions.h",
"shipping_address_selection_coordinator.h",
"shipping_address_selection_coordinator.mm",
- "shipping_address_selection_view_controller.h",
- "shipping_address_selection_view_controller.mm",
- "shipping_address_selection_view_controller_actions.h",
+ "shipping_address_selection_mediator.h",
+ "shipping_address_selection_mediator.mm",
"shipping_option_selection_coordinator.h",
"shipping_option_selection_coordinator.mm",
"shipping_option_selection_view_controller.h",
@@ -139,7 +138,6 @@ source_set("unit_tests") {
"payment_request_unittest.mm",
"payment_request_view_controller_unittest.mm",
"shipping_address_selection_coordinator_unittest.mm",
- "shipping_address_selection_view_controller_unittest.mm",
"shipping_option_selection_coordinator_unittest.mm",
"shipping_option_selection_view_controller_unittest.mm",
]
« no previous file with comments | « no previous file | ios/chrome/browser/payments/payment_request_selector_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698