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

Unified Diff: net/BUILD.gn

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 | « no previous file | net/base/keygen_handler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 756804d2efff0d6a790ee56f2f40f4117d887144..d63a421f45c7bc75884d35a6fbda1de1d5dfccde 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -444,6 +444,18 @@ component("net") {
]
}
+ if (is_win) {
+ libs = [
+ "crypt32.lib",
+ "dhcpcsvc.lib",
+ "iphlpapi.lib",
+ "rpcrt4.lib",
+ "secur32.lib",
+ "urlmon.lib",
+ "winhttp.lib",
+ ]
+ }
+
if (!is_nacl) {
if (!disable_file_support) {
sources += gypi_values.net_file_support_sources
« no previous file with comments | « no previous file | net/base/keygen_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698