| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index 9a922b8b2af1326bbecde748c8a7e2f9bd095c25..c9bd71159747be15bf8008828f11fc60e2e94606 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -174,6 +174,7 @@ static_library("browser") {
|
| }
|
|
|
| static_library("test_support") {
|
| + testonly = true
|
| sources = [
|
| "autofill_test_utils.cc",
|
| "autofill_test_utils.h",
|
| @@ -199,6 +200,7 @@ static_library("test_support") {
|
| }
|
|
|
| source_set("unit_tests") {
|
| + testonly = true
|
| sources = [
|
| "address_field_unittest.cc",
|
| "address_unittest.cc",
|
|
|