| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index a9abd93a45d35653caad02d80d135849deff843a..4f26f4037f74e9969cfaedc6c02c2e0e9f64e284 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -642,15 +642,15 @@ static_library("browser") {
|
| deps += [
|
| "//chrome:version_header",
|
| "//chrome/installer/util:strings",
|
| + "//chrome_elf",
|
| + "//chrome_elf:constants",
|
| + "//chrome_elf:dll_hash",
|
| "//google_update",
|
| "//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)
|
| "//ui/metro_viewer",
|
| "//win8:metro_viewer",
|
| ]
|
|
|