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

Unified Diff: base/BUILD.gn

Issue 226223006: Template invocation fixes in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698