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

Unified Diff: chrome/browser/BUILD.gn

Issue 854503004: Fix some files in chrome directory for Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build on Linux and 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 | « no previous file | chrome/browser/metro_utils/BUILD.gn » ('j') | chrome/browser/metro_utils/BUILD.gn » ('J')
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 d210d1cf70adfe380e3de3fb555daf872130a725..5f8006aae72617deda9d56f4ede7de65f4878c6b 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -485,6 +485,8 @@ static_library("browser") {
if (use_x11) {
sources +=
rebase_path(gypi_values.chrome_browser_x11_sources, ".", "//chrome")
+ } else {
+ sources -= [ "password_manager/password_store_x.cc" ]
}
if (is_posix && !is_mac && !is_ios) {
sources += [
@@ -641,6 +643,7 @@ static_library("browser") {
deps += [
"//chrome:version_header",
"//chrome/installer/util:strings",
+ "//google_update",
"//third_party/iaccessible2",
"//third_party/isimpledom",
"//third_party/wtl",
@@ -649,7 +652,6 @@ static_library("browser") {
#"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP)
#"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP)
#"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP)
- #"../google_update/google_update.gyp:google_update", TODO(GYP)
"//ui/metro_viewer",
"//win8:metro_viewer",
]
« no previous file with comments | « no previous file | chrome/browser/metro_utils/BUILD.gn » ('j') | chrome/browser/metro_utils/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698