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

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: Incorporated Vaclav's review comments. Created 5 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
Index: components/autofill/core/common/BUILD.gn
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
index ed9d5894938016c1f083b10babbafc07f03920b6..9a53fe2486ac71f61381f1b4a23961b97ac0c7bc 100644
--- a/components/autofill/core/common/BUILD.gn
+++ b/components/autofill/core/common/BUILD.gn
@@ -16,6 +16,8 @@ static_library("common") {
"autofill_regexes.h",
"autofill_switches.cc",
"autofill_switches.h",
+ "autofill_util.cc",
+ "autofill_util.h",
"form_data.cc",
"form_data.h",
"form_data_predictions.cc",
@@ -55,6 +57,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"autofill_regexes_unittest.cc",
+ "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