| Index: components/policy/core/common/BUILD.gn
|
| diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
|
| index 28dca47b2cd4e0f1c46fc32327a4de9594a52dfe..8bd89b1c67c21d2bcbcfb437092b01e8c2cd9f6c 100644
|
| --- a/components/policy/core/common/BUILD.gn
|
| +++ b/components/policy/core/common/BUILD.gn
|
| @@ -5,7 +5,10 @@
|
| import("//build/config/features.gni")
|
|
|
| source_set("common") {
|
| - visibility = [ "//components/policy/*" ]
|
| + visibility = [
|
| + "//components/policy/*",
|
| + "//components/syncable_prefs/*",
|
| + ]
|
|
|
| defines = [ "POLICY_COMPONENT_IMPLEMENTATION" ]
|
|
|
|
|