summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorpritam.nikam <pritam.nikam@samsung.com>2015-07-14 06:51:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-14 13:51:43 +0000
commit2dfdae10eacafadd4103018bde5b9481b3cec9d2 (patch)
tree873b5b4d04cd85157494a17f2e206ea268b855f0 /components/components_tests.gyp
parent2f52af4946455e3872c5e949f5fe6f4e50103da8 (diff)
downloadchromium_src-2dfdae10eacafadd4103018bde5b9481b3cec9d2.zip
chromium_src-2dfdae10eacafadd4103018bde5b9481b3cec9d2.tar.gz
chromium_src-2dfdae10eacafadd4103018bde5b9481b3cec9d2.tar.bz2
[Autofill/Autocomplete Feature] Substring matching instead of prefix matching.
With present implementation autofill/autocomplete suggestions are matched for prefix for what user has typed. This patch brings in suggestions with substring matching (i.e. substring matching to the beginning of suggestion tokens) instead of prefix matching. This patch keeps the feature behind a command line switch --enable-suggestions-with-substring-match. BUG=77194 Review URL: https://codereview.chromium.org/962673004 Cr-Commit-Position: refs/heads/master@{#338677}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 4bf8a14..02c39b3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -62,6 +62,7 @@
'autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service_unittest.cc',
'autofill/core/browser/webdata/web_data_service_unittest.cc',
'autofill/core/common/autofill_regexes_unittest.cc',
+ 'autofill/core/common/autofill_util_unittest.cc',
'autofill/core/common/form_data_unittest.cc',
'autofill/core/common/form_field_data_unittest.cc',
'autofill/core/common/password_form_fill_data_unittest.cc',