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

Unified Diff: components/autofill.gypi

Issue 1081803003: Limit form-less Autofilling to pages that look like checkout pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress msvc warning Created 5 years, 8 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 25f6909ae4c29f8bd4ff0a94c90c6331d7f277e8..283881ce56399d8b612a179ddc2d1b8cb10a56d2 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -27,6 +27,8 @@
'autofill/core/common/autofill_l10n_util.h',
'autofill/core/common/autofill_pref_names.cc',
'autofill/core/common/autofill_pref_names.h',
+ 'autofill/core/common/autofill_regexes.cc',
+ 'autofill/core/common/autofill_regexes.h',
'autofill/core/common/autofill_switches.cc',
'autofill/core/common/autofill_switches.h',
'autofill/core/common/form_data.cc',
@@ -48,6 +50,9 @@
'autofill/core/common/web_element_descriptor.cc',
'autofill/core/common/web_element_descriptor.h',
],
+
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [4267, ],
},
{
@@ -126,8 +131,6 @@
'autofill/core/browser/autofill_profile.h',
'autofill/core/browser/autofill_regex_constants.cc',
'autofill/core/browser/autofill_regex_constants.h',
- 'autofill/core/browser/autofill_regexes.cc',
- 'autofill/core/browser/autofill_regexes.h',
'autofill/core/browser/autofill_scanner.cc',
'autofill/core/browser/autofill_scanner.h',
'autofill/core/browser/autofill_server_field_info.h',
« no previous file with comments | « chrome/test/data/autofill/heuristics/output/bug_471748.out ('k') | components/autofill/content/renderer/form_autofill_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698