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

Unified Diff: chrome/browser/BUILD.gn

Issue 1069533002: GN Windows component build fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index f828c23d8b630cb3d74eee6a1a06ec2e31e36caf..76a06f98814cd0f98129635bc7033edfdf9fe5fd 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -48,7 +48,7 @@ if (is_desktop_linux) {
}
}
-static_library("browser") {
+source_set("browser") {
configs += [
"//build/config/compiler:wexit_time_destructors",
"//third_party/WebKit/public:debug_devtools",
@@ -682,7 +682,10 @@ static_library("browser") {
"//ui/metro_viewer",
"//win8:metro_viewer",
]
- libs += [ "credui.lib" ]
+ libs += [
+ "credui.lib",
+ "netapi32.lib",
+ ]
} else {
# Non-Windows.
sources +=
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698