| Index: components/policy/core/common/BUILD.gn
|
| diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
|
| index dcad6d130d1c3d292c9dd9eb3141960b8881ef0c..47759a39d5df8d051b5f5934ec31b56714ef624b 100644
|
| --- a/components/policy/core/common/BUILD.gn
|
| +++ b/components/policy/core/common/BUILD.gn
|
| @@ -148,7 +148,12 @@ source_set("common") {
|
| ]
|
|
|
| if (is_win) {
|
| - libs = [ "netapi32.lib" ]
|
| + libs = [
|
| + "netapi32.lib",
|
| + "shlwapi.lib",
|
| + "userenv.lib",
|
| + "ntdsapi.lib",
|
| + ]
|
| }
|
| if (is_android) {
|
| sources += [ "cloud/component_cloud_policy_service_stub.cc" ]
|
|
|