Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 27bd63ee8d967e6afc0212a34f11bad332b86aeb..dfca4e8fd01f976a6835c5188cd295d8307346c2 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -62,6 +62,8 @@ |
# into chrome.exe, not into a dependent. |
'<(DEPTH)/content/app/sandbox_helper_win.cc', |
'<(DEPTH)/content/public/common/content_switches.cc', |
+ 'app/chrome_crash_reporter_client.cc', |
+ 'app/chrome_crash_reporter_client.h', |
'app/chrome_exe_load_config_win.cc', |
'app/chrome_exe_main_aura.cc', |
'app/chrome_exe_main_mac.c', |
@@ -71,10 +73,10 @@ |
'app/chrome_watcher_client_win.h', |
'app/chrome_watcher_command_line_win.cc', |
'app/chrome_watcher_command_line_win.h', |
- 'app/main_dll_loader_win.cc', |
- 'app/main_dll_loader_win.h', |
'app/kasko_client.cc', |
'app/kasko_client.h', |
+ 'app/main_dll_loader_win.cc', |
+ 'app/main_dll_loader_win.h', |
'app/signature_validator_win.cc', |
'app/signature_validator_win.h', |
], |
@@ -105,6 +107,7 @@ |
'chrome_watcher', |
'chrome_watcher_client', |
'../components/components.gyp:browser_watcher_client', |
+ '../components/components.gyp:crash_component', |
'../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handler_lib', |
], |
'conditions': [ |