Index: components/autofill/core/common/BUILD.gn |
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn |
index ed9d5894938016c1f083b10babbafc07f03920b6..9a53fe2486ac71f61381f1b4a23961b97ac0c7bc 100644 |
--- a/components/autofill/core/common/BUILD.gn |
+++ b/components/autofill/core/common/BUILD.gn |
@@ -16,6 +16,8 @@ static_library("common") { |
"autofill_regexes.h", |
"autofill_switches.cc", |
"autofill_switches.h", |
+ "autofill_util.cc", |
+ "autofill_util.h", |
"form_data.cc", |
"form_data.h", |
"form_data_predictions.cc", |
@@ -55,6 +57,7 @@ source_set("unit_tests") { |
testonly = true |
sources = [ |
"autofill_regexes_unittest.cc", |
+ "autofill_util_unittest.cc", |
"form_data_unittest.cc", |
"form_field_data_unittest.cc", |
"password_form_fill_data_unittest.cc", |