| 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..cf884d945ecee4af7b7b0a74c22c4a4894ba1ba9 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",
|
| @@ -50,6 +52,7 @@ static_library("common") {
|
| 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",
|
|
|