| Index: components/policy/policy_common.gypi
|
| diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
|
| index 7beb4c564b4947a1f67f0d2cbd2d5c753e586106..cfd634d3829a1867c4639800bbab85c82003a838 100644
|
| --- a/components/policy/policy_common.gypi
|
| +++ b/components/policy/policy_common.gypi
|
| @@ -193,6 +193,28 @@
|
| 'core/common/mac_util.h',
|
| ],
|
| }],
|
| + ['OS=="win"', {
|
| + 'all_dependent_settings': {
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'AdditionalDependencies': [
|
| + 'shlwapi.lib',
|
| + 'userenv.lib',
|
| + 'ntdsapi.lib',
|
| + ],
|
| + },
|
| + },
|
| + },
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'AdditionalDependencies': [
|
| + 'shlwapi.lib',
|
| + 'userenv.lib',
|
| + 'ntdsapi.lib',
|
| + ],
|
| + },
|
| + },
|
| + }],
|
| ],
|
| }, { # configuration_policy==0
|
| # Some of the policy code is always enabled, so that other parts of
|
|
|