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

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: 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index e5e14286679f00ca518c180a2309df3e51a71bfb..a5e009cdd10d4c544eebbb595081521e4f77f9a9 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",
Slava Chigrin 2015/01/30 16:29:31 Se GYP https://code.google.com/p/chromium/codesea
"//google_update",
"//third_party/iaccessible2",
"//third_party/isimpledom",
@@ -659,6 +661,7 @@ static_library("browser") {
"//ui/metro_viewer",
"//win8:metro_viewer",
]
+ libs += [ "Credui.lib" ]
brettw 2015/01/30 19:31:23 I think this should be all lower-case.
Slava Chigrin 2015/01/30 19:44:50 Done.
} else {
# Non-Windows.
sources +=

Powered by Google App Engine
This is Rietveld 408576698