| Index: components/autofill/core/common/BUILD.gn
|
| diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
|
| index e2f7e68ec437ee578c2aef5c0cf0d1defed6996f..8397ba434540ae99edf142ae72cda19dfc936f91 100644
|
| --- a/components/autofill/core/common/BUILD.gn
|
| +++ b/components/autofill/core/common/BUILD.gn
|
| @@ -12,6 +12,8 @@ static_library("common") {
|
| "autofill_pref_names.h",
|
| "autofill_switches.cc",
|
| "autofill_switches.h",
|
| + "autofill_util.cc",
|
| + "autofill_util.h",
|
| "form_data.cc",
|
| "form_data.h",
|
| "form_data_predictions.cc",
|
| @@ -48,6 +50,7 @@ static_library("common") {
|
| source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| + "autofill_util.unittest.cc",
|
| "form_data_unittest.cc",
|
| "form_field_data_unittest.cc",
|
| "password_form_fill_data_unittest.cc",
|
|
|