| Index: components/payments/BUILD.gn
|
| diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn
|
| index a0bff0681aeebdeb398d804437957ac2ce1c4e93..3895da560825e1aec5363de8ed243bf8352b901a 100644
|
| --- a/components/payments/BUILD.gn
|
| +++ b/components/payments/BUILD.gn
|
| @@ -52,6 +52,8 @@ if (!is_ios) {
|
|
|
| static_library("payment_validation") {
|
| sources = [
|
| + "address_normalizer.cc",
|
| + "address_normalizer.h",
|
| "currency_formatter.cc",
|
| "currency_formatter.h",
|
| "payment_details_validation.cc",
|
| @@ -63,12 +65,14 @@ static_library("payment_validation") {
|
| deps = [
|
| ":payment_request",
|
| "//base",
|
| + "//components/autofill/core/browser",
|
| "//third_party/re2:re2",
|
| "//url:url",
|
| ]
|
|
|
| public_deps = [
|
| "//third_party/icu:icu",
|
| + "//third_party/libaddressinput",
|
| ]
|
| }
|
|
|
|
|