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

Unified Diff: ios/chrome/browser/autofill/BUILD.gn

Issue 2844783002: [Payment Request] Adds address normalization on iOS. (Closed)
Patch Set: Addresses comments from mahmadi@. 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: ios/chrome/browser/autofill/BUILD.gn
diff --git a/ios/chrome/browser/autofill/BUILD.gn b/ios/chrome/browser/autofill/BUILD.gn
index 961309903b77ae3dbde5e759a70dcbf7b9dcf4ce..bf9d7d03e96365940c2414c4c387cbd4e65edd3d 100644
--- a/ios/chrome/browser/autofill/BUILD.gn
+++ b/ios/chrome/browser/autofill/BUILD.gn
@@ -19,6 +19,8 @@ source_set("autofill") {
"form_suggestion_view_client.h",
"personal_data_manager_factory.cc",
"personal_data_manager_factory.h",
+ "validation_rules_storage_factory.cc",
+ "validation_rules_storage_factory.h",
]
deps = [
"//base",
@@ -27,6 +29,7 @@ source_set("autofill") {
"//components/autofill/ios/browser",
"//components/keyed_service/core",
"//components/keyed_service/ios",
+ "//components/prefs",
"//components/signin/core/browser",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
@@ -35,6 +38,7 @@ source_set("autofill") {
"//ios/chrome/browser/signin",
"//ios/chrome/browser/ui",
"//ios/web",
+ "//third_party/libaddressinput",
"//ui/base",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698