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

Unified Diff: components/payments/core/BUILD.gn

Issue 2829903004: Reland: Normalize shipping address for merchant on Desktop. (Closed)
Patch Set: Make android code use the new impl 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
Index: components/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index 0a8ca3b94c21878c923dcbd98ab0626132b27fb7..0bb04822ea8b5e1257dc9b66c9bc13ebaadfb65e 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -4,8 +4,9 @@
static_library("core") {
sources = [
- "address_normalizer.cc",
"address_normalizer.h",
+ "address_normalizer_impl.cc",
+ "address_normalizer_impl.h",
"autofill_payment_instrument.cc",
"autofill_payment_instrument.h",
"basic_card_response.cc",
@@ -49,7 +50,7 @@ static_library("core") {
source_set("unit_tests") {
testonly = true
sources = [
- "address_normalizer_unittest.cc",
+ "address_normalizer_impl_unittest.cc",
"autofill_payment_instrument_unittest.cc",
"basic_card_response_unittest.cc",
"currency_formatter_unittest.cc",
« no previous file with comments | « components/payments/content/payment_response_helper_unittest.cc ('k') | components/payments/core/address_normalizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698