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

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

Issue 2896623002: [Payment Request] Country selection coordinator (Closed)
Patch Set: Addressed comment Created 3 years, 7 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/country_selection_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 ace23f2624f19611e0bec830a134d61dbb48e969..a986f96f1342e8fd8be30695d383cd68fdd998f3 100644
--- a/ios/chrome/browser/ui/payments/BUILD.gn
+++ b/ios/chrome/browser/ui/payments/BUILD.gn
@@ -13,6 +13,8 @@ source_set("payments") {
"address_edit_mediator.mm",
"address_edit_view_controller.h",
"address_edit_view_controller.mm",
+ "country_selection_coordinator.h",
+ "country_selection_coordinator.mm",
"credit_card_edit_coordinator.h",
"credit_card_edit_coordinator.mm",
"credit_card_edit_mediator.h",
@@ -136,6 +138,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"address_edit_coordinator_unittest.mm",
+ "country_selection_coordinator_unittest.mm",
"credit_card_edit_coordinator_unittest.mm",
"credit_card_edit_view_controller_unittest.mm",
"payment_items_display_coordinator_unittest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/country_selection_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698