| Index: components/policy/core/common/BUILD.gn
|
| diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
|
| index 8bd89b1c67c21d2bcbcfb437092b01e8c2cd9f6c..f4324684e5a41224a04d82766914edd35f1a1c27 100644
|
| --- a/components/policy/core/common/BUILD.gn
|
| +++ b/components/policy/core/common/BUILD.gn
|
| @@ -136,11 +136,11 @@ source_set("common") {
|
| ]
|
| deps = [
|
| "//base:i18n",
|
| - "//base:prefs",
|
| "//base/third_party/dynamic_annotations",
|
| "//components/data_use_measurement/core",
|
| "//components/json_schema",
|
| "//components/policy",
|
| + "//components/prefs",
|
| "//google_apis",
|
| "//net",
|
| "//third_party/re2",
|
| @@ -283,10 +283,11 @@ if (enable_configuration_policy) {
|
|
|
| deps = [
|
| "//base",
|
| - "//base:prefs_test_support",
|
| "//base/test:test_support",
|
| "//components/policy",
|
| "//components/policy:policy_component_test_support",
|
| + "//components/prefs:test_support",
|
| + "//components/prefs:test_support",
|
| "//google_apis",
|
| "//net:test_support",
|
| "//testing/gmock",
|
|
|