| Index: components/policy/core/common/BUILD.gn
|
| diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
|
| index 744954a7ef26fe064030f784480e105427a6a258..37376aee7248064efdc88106b5da0dd9d0e78767 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" ]
|
|
|
|
|