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

Unified Diff: chrome/browser/BUILD.gn

Issue 832583007: Add GN files for chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update compiler options for release to fix chrome_elf. 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 d210d1cf70adfe380e3de3fb555daf872130a725..b47f78072568d645095e02e28ff866a7051f591d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -641,14 +641,14 @@ static_library("browser") {
deps += [
"//chrome:version_header",
"//chrome/installer/util:strings",
+ "//chrome_elf",
+ "//chrome_elf:chrome_elf_constants",
+ "//chrome_elf:dll_hash",
"//third_party/iaccessible2",
"//third_party/isimpledom",
"//third_party/wtl",
#"chrome_process_finder", TODO(GYP)
- #"../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",
« build/config/compiler/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698