Index: components/autofill/core/common/BUILD.gn |
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn |
index 9a53fe2486ac71f61381f1b4a23961b97ac0c7bc..a0c0e67c0c506b3902e8f0b6a71f55140fc77b57 100644 |
--- a/components/autofill/core/common/BUILD.gn |
+++ b/components/autofill/core/common/BUILD.gn |
@@ -56,6 +56,7 @@ static_library("common") { |
source_set("unit_tests") { |
testonly = true |
sources = [ |
+ "autofill_l10n_util_unittest.cc", |
"autofill_regexes_unittest.cc", |
"autofill_util_unittest.cc", |
"form_data_unittest.cc", |
@@ -68,6 +69,7 @@ source_set("unit_tests") { |
":common", |
"//base", |
"//base:i18n", |
+ "//base/test:test_support", |
"//components/autofill/core/browser", |
"//testing/gmock", |
"//testing/gtest", |