| 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",
|
|
|