| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 0d5c591d35c44f784192279856b1f595c4ef8964..7d212b455f70251b5308852fc80d82e74f022e93 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -164,13 +164,6 @@
|
| '../base/allocator/allocator.gyp:*',
|
| ],
|
| }],
|
| - # Don't enable dependencies that don't work on Win64.
|
| - ['target_arch!="x64"', {
|
| - 'dependencies': [
|
| - # TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
|
| - '../tools/memory_watcher/memory_watcher.gyp:*',
|
| - ],
|
| - }],
|
| ],
|
| 'dependencies': [
|
| '../chrome_elf/chrome_elf.gyp:*',
|
|
|