| Index: components/autofill/core/common/BUILD.gn
|
| diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
|
| index f3b320f0827b36e83c45fdd18d6e42c04e3f1015..45bba3733cd16563ae98f55ec143cc588c1635b5 100644
|
| --- a/components/autofill/core/common/BUILD.gn
|
| +++ b/components/autofill/core/common/BUILD.gn
|
| @@ -14,6 +14,8 @@ static_library("common") {
|
| "autofill_l10n_util.h",
|
| "autofill_pref_names.cc",
|
| "autofill_pref_names.h",
|
| + "autofill_regex_constants.cc",
|
| + "autofill_regex_constants.h",
|
| "autofill_regexes.cc",
|
| "autofill_regexes.h",
|
| "autofill_switches.cc",
|
| @@ -74,7 +76,6 @@ source_set("unit_tests") {
|
| "//base",
|
| "//base:i18n",
|
| "//base/test:test_support",
|
| - "//components/autofill/core/browser",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//url",
|
|
|