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/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: Addresses Vaclav's inputs 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..8397ba434540ae99edf142ae72cda19dfc936f91 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",
@@ -48,6 +50,7 @@ static_library("common") {
source_set("unit_tests") {
testonly = true
sources = [
+ "autofill_util.unittest.cc",
"form_data_unittest.cc",
"form_field_data_unittest.cc",
"password_form_fill_data_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698