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

Unified Diff: components/payments/BUILD.gn

Issue 2686613003: [Payments] Move address normalization code from android to native. (Closed)
Patch Set: Renamed file and addressed comments 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
« no previous file with comments | « chrome/browser/autofill/android/personal_data_manager_android.cc ('k') | components/payments/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « chrome/browser/autofill/android/personal_data_manager_android.cc ('k') | components/payments/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698