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

Unified Diff: chrome/browser/BUILD.gn

Issue 886243002: Revert "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
« 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 c02400d347779e6f8064f78dc1968ec5d092c3a8..6168d061227e5a23744c08068850a4fd2f2378f4 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -653,8 +653,6 @@ 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",
@@ -662,7 +660,6 @@ 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