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

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 2121253002: Embed address normalization rewriting rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 5 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 | « components/autofill.gypi ('k') | components/autofill/core/browser/address_rewriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 89bd3841bf6215afc384e4ece6de40f1a976de7c..b51755e6f88f7fac87e714cfde537a125677cbfd 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -13,6 +13,9 @@ source_set("browser") {
"address_field.h",
"address_i18n.cc",
"address_i18n.h",
+ "address_rewriter.cc",
+ "address_rewriter.h",
+ "address_rewriter_rules.cc",
"autocomplete_history_manager.cc",
"autocomplete_history_manager.h",
"autofill-inl.h",
@@ -279,6 +282,7 @@ source_set("unit_tests") {
sources = [
"address_field_unittest.cc",
"address_i18n_unittest.cc",
+ "address_rewriter_unittest.cc",
"address_unittest.cc",
"autocomplete_history_manager_unittest.cc",
"autofill_country_unittest.cc",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/address_rewriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698