Index: chrome_elf/chrome_elf.gyp |
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp |
index 034476a6568d865848c9ab957e793ab99fa4c2c8..87d16f22a754d772bcfe4ce02468b99c535e8eda 100644 |
--- a/chrome_elf/chrome_elf.gyp |
+++ b/chrome_elf/chrome_elf.gyp |
@@ -37,6 +37,8 @@ |
'chrome_elf.def', |
'chrome_elf_main.cc', |
'chrome_elf_main.h', |
+ '../chrome/app/chrome_crash_reporter_client_win.cc', |
+ '../chrome/app/chrome_crash_reporter_client_win.h', |
'<(SHARED_INTERMEDIATE_DIR)/chrome_elf/chrome_elf_version.rc', |
], |
'dependencies': [ |
@@ -44,6 +46,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': { |