| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 452746991cf6e721e48a209550236ee746fe7b15..9117c87e6cc847be61a6a43564b3a958df4446f7 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -71,10 +71,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,8 +105,13 @@
|
| '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',
|
| ],
|
| + 'sources': [
|
| + 'app/chrome_crash_reporter_client.cc',
|
| + 'app/chrome_crash_reporter_client.h',
|
| + ],
|
| 'conditions': [
|
| ['kasko==1', {
|
| 'dependencies': [
|
|
|