Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Unified Diff: components/policy/core/common/BUILD.gn

Issue 1847063004: Remove "#pragma comment(lib" in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]

Powered by Google App Engine
This is Rietveld 408576698