| Index: components/policy/core/browser/BUILD.gn
|
| diff --git a/components/policy/core/browser/BUILD.gn b/components/policy/core/browser/BUILD.gn
|
| index 05c61a5e84d74855ed0eee2ea9e4015d76732f09..ff65ce41a7d1b4ef2c6d584c22f819dcb8c42354 100644
|
| --- a/components/policy/core/browser/BUILD.gn
|
| +++ b/components/policy/core/browser/BUILD.gn
|
| @@ -19,12 +19,12 @@ source_set("browser") {
|
|
|
| deps = [
|
| "//base",
|
| - "//base:prefs",
|
| "//base/third_party/dynamic_annotations",
|
| "//components/bookmarks/managed",
|
| "//components/keyed_service/core",
|
| "//components/policy/core/common",
|
| "//components/pref_registry",
|
| + "//components/prefs",
|
| "//components/strings",
|
| "//components/url_matcher",
|
| "//ui/base",
|
| @@ -96,10 +96,10 @@ if (enable_configuration_policy) {
|
| ]
|
| deps = [
|
| "//base",
|
| - "//base:prefs_test_support",
|
| "//components/autofill/core/common",
|
| "//components/policy",
|
| "//components/policy:policy_component_test_support",
|
| + "//components/prefs:test_support",
|
| "//components/proxy_config",
|
| "//components/url_formatter",
|
| "//google_apis",
|
|
|