| 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',
|
|
|