Chromium Code Reviews| Index: chrome_elf/chrome_elf.gyp |
| diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp |
| index 034476a6568d865848c9ab957e793ab99fa4c2c8..22e77b81eeae13a8e9752068a366f69d01ff0277 100644 |
| --- a/chrome_elf/chrome_elf.gyp |
| +++ b/chrome_elf/chrome_elf.gyp |
| @@ -37,6 +37,7 @@ |
| 'chrome_elf.def', |
| 'chrome_elf_main.cc', |
| 'chrome_elf_main.h', |
| + '../chrome/app/chrome_crash_reporter_client_win.cc', |
|
robertshield
2016/06/10 18:09:56
The GN config adds an explicit dependency on "//ch
ananta
2016/06/10 18:29:57
The config adds a dependency on content/public/com
|
| '<(SHARED_INTERMEDIATE_DIR)/chrome_elf/chrome_elf_version.rc', |
| ], |
| 'dependencies': [ |
| @@ -44,6 +45,8 @@ |
| 'chrome_elf_breakpad', |
| 'chrome_elf_resources', |
| '../chrome/chrome.gyp:install_static_util', |
| + '../components/components.gyp:crash_component', |
| + '../components/components.gyp:crash_core_common', |
| ], |
| 'msvs_settings': { |
| 'VCLinkerTool': { |