| Index: components/policy/core/common/BUILD.gn
|
| diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
|
| index 47759a39d5df8d051b5f5934ec31b56714ef624b..6b937832d7721151c40e76ea61e6c1ce49f6732c 100644
|
| --- a/components/policy/core/common/BUILD.gn
|
| +++ b/components/policy/core/common/BUILD.gn
|
| @@ -189,6 +189,9 @@ source_set("common") {
|
| "cloud/user_cloud_policy_store.h",
|
| ]
|
| }
|
| + if (is_mac) {
|
| + libs = [ "CoreFoundation.framework" ]
|
| + }
|
| if (!is_ios && !is_mac) {
|
| sources -= [
|
| "mac_util.cc",
|
|
|