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

Unified Diff: net/net_common.gypi

Issue 1844793007: Remove "#pragma comment(lib" in net. (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
« no previous file with comments | « net/http/url_security_manager_win.cc ('k') | net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index 330c6173e81cea62ef084a98f3098f2e86871a00..c09336e1b9508d62247e000672eb0a1c31e65dcc 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -339,6 +339,34 @@
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
+ 'all_dependent_settings': {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalDependencies': [
+ 'crypt32.lib',
+ 'dhcpcsvc.lib',
+ 'iphlpapi.lib',
+ 'rpcrt4.lib',
+ 'secur32.lib',
+ 'urlmon.lib',
+ 'winhttp.lib',
+ ],
+ },
+ },
+ },
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'AdditionalDependencies': [
+ 'crypt32.lib',
+ 'dhcpcsvc.lib',
+ 'iphlpapi.lib',
+ 'rpcrt4.lib',
+ 'secur32.lib',
+ 'urlmon.lib',
+ 'winhttp.lib',
+ ],
+ },
+ },
}, { # else: OS != "win"
'sources!': [
'base/winsock_init.cc',
« no previous file with comments | « net/http/url_security_manager_win.cc ('k') | net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698