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

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

Issue 1694443004: [Autofill] Add credit card first and last name heuristics predictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index b0008d4bfe3696d37be5b621e656afd2788b5c1e..17b138ed859e6b7b2e5368e94596a0aee65fed76 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -32,6 +32,8 @@ source_set("browser") {
"autofill_country.h",
"autofill_data_model.cc",
"autofill_data_model.h",
+ "autofill_data_util.cc",
+ "autofill_data_util.h",
"autofill_download_manager.cc",
"autofill_download_manager.h",
"autofill_driver.h",
@@ -261,6 +263,7 @@ source_set("unit_tests") {
"autocomplete_history_manager_unittest.cc",
"autofill_country_unittest.cc",
"autofill_data_model_unittest.cc",
+ "autofill_data_util_unittest.cc",
"autofill_download_manager_unittest.cc",
"autofill_external_delegate_unittest.cc",
"autofill_field_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698