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

Unified Diff: net/BUILD.gn

Issue 1984133003: Remove Windows Vista/XP specific code from net/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing builds Created 4 years, 7 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/network_interfaces_unittest.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 744743279b7e004615903a084ff20596f4c5301e..178e8804721dc783c62f804e1ff68dc5b2941c1d 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1657,6 +1657,12 @@ test("net_unittests") {
# data += [ "$root_out_dir/net_unittests.dSYM/" ]
}
}
+
+ if (is_win) {
+ libs = [
+ "iphlpapi.lib",
+ ]
+ }
}
# !is_android && !is_win && !is_mac
« no previous file with comments | « no previous file | net/base/network_interfaces_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698