Index: components/autofill/core/common/BUILD.gn |
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn |
index 9ba33f3581470435d2acea3959abff16a92d86e2..aef3013c3a6c81b3609aa78502495d824f36a195 100644 |
--- a/components/autofill/core/common/BUILD.gn |
+++ b/components/autofill/core/common/BUILD.gn |
@@ -12,6 +12,8 @@ static_library("common") { |
"autofill_l10n_util.h", |
"autofill_pref_names.cc", |
"autofill_pref_names.h", |
+ "autofill_regexes.cc", |
+ "autofill_regexes.h", |
"autofill_switches.cc", |
"autofill_switches.h", |
"form_data.cc", |
@@ -45,11 +47,14 @@ static_library("common") { |
if (is_android) { |
# deps += [ 'autofill_jni_headers' ] TODO(GYP) |
} |
+ |
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
Evan Stade
2015/04/27 22:41:50
this is the difference from the original patch (th
|
} |
source_set("unit_tests") { |
testonly = true |
sources = [ |
+ "autofill_regexes_unittest.cc", |
"form_data_unittest.cc", |
"form_field_data_unittest.cc", |
"password_form_fill_data_unittest.cc", |