| 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..01c5165096fef212c96ba45828cb6db4cefa8297 100644
|
| --- a/components/autofill/core/common/BUILD.gn
|
| +++ b/components/autofill/core/common/BUILD.gn
|
| @@ -14,6 +14,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",
|
| @@ -50,6 +52,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",
|
|
|