Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index efbf87e536d11731dbb826cb09cefce93585e708..44f8abc1c24a5753a181db678e7bff828d17017c 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -755,6 +755,9 @@ component("base") { |
if (is_component_build) { |
sources -= [ "debug/debug_on_start_win.cc" ] |
} |
+ |
+ # Needed by win_util.h |
+ libs = [ "netapi32.lib" ] |
cjhopman
2014/04/08 21:20:41
Having the windows build fix in this change is a b
|
} else if (!is_nacl) { |
# Non-Windows. |
deps += [ "//third_party/libevent" ] |