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

Unified Diff: components/payments/BUILD.gn

Issue 2686613003: [Payments] Move address normalization code from android to native. (Closed)
Patch Set: Created 3 years, 10 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/BUILD.gn
diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn
index a0bff0681aeebdeb398d804437957ac2ce1c4e93..71579b09e33e2aa9847e8a966a8326293b45bde5 100644
--- a/components/payments/BUILD.gn
+++ b/components/payments/BUILD.gn
@@ -52,6 +52,8 @@ if (!is_ios) {
static_library("payment_validation") {
sources = [
+ "address_validator_helper.cc",
+ "address_validator_helper.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",
]
}

Powered by Google App Engine
This is Rietveld 408576698