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

Unified Diff: components/policy/policy_common.gypi

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/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

Powered by Google App Engine
This is Rietveld 408576698