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

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

Issue 962673004: [Autofill/Autocomplete Feature] Substring matching instead of prefix matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unittests. Created 5 years, 9 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/common/BUILD.gn
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
index e2f7e68ec437ee578c2aef5c0cf0d1defed6996f..9e9daa907b73cf7e5d95ed0c75dacc2a1af51fc8 100644
--- a/components/autofill/core/common/BUILD.gn
+++ b/components/autofill/core/common/BUILD.gn
@@ -12,6 +12,8 @@ static_library("common") {
"autofill_pref_names.h",
"autofill_switches.cc",
"autofill_switches.h",
+ "autofill_util.cc",
+ "autofill_util.h",
"form_data.cc",
"form_data.h",
"form_data_predictions.cc",

Powered by Google App Engine
This is Rietveld 408576698