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

Unified Diff: chrome/browser/BUILD.gn

Issue 874033003: Fix chrome target in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix building on chromeos. Created 5 years, 11 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 e5e14286679f00ca518c180a2309df3e51a71bfb..c1a7e7488976b55f3b4bab2cba50ec434f64219e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -652,6 +652,8 @@ static_library("browser") {
"//chrome_elf",
"//chrome_elf:constants",
"//chrome_elf:dll_hash",
+ "//components/browser_watcher",
+ "//components/browser_watcher:browser_watcher_client",
"//google_update",
"//third_party/iaccessible2",
"//third_party/isimpledom",
@@ -659,6 +661,7 @@ static_library("browser") {
"//ui/metro_viewer",
"//win8:metro_viewer",
]
+ libs += [ "credui.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