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.gypi

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 & Evan's Inputs. 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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 493438f7c400487f13f1c8e66e85ac9d64751058..d27863069037862093c68ecb638ac42906aa0c1b 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -47,6 +47,8 @@
'autofill/core/common/autofill_pref_names.h',
'autofill/core/common/autofill_switches.cc',
'autofill/core/common/autofill_switches.h',
+ 'autofill/core/common/autofill_util.cc',
+ 'autofill/core/common/autofill_util.h',
'autofill/core/common/form_data.cc',
'autofill/core/common/form_data.h',
'autofill/core/common/form_data_predictions.cc',

Powered by Google App Engine
This is Rietveld 408576698