| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 27bd63ee8d967e6afc0212a34f11bad332b86aeb..a2fa643222883f4d72bd8a38115f260d7400edf0 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -105,7 +105,6 @@
|
| 'chrome_watcher',
|
| 'chrome_watcher_client',
|
| '../components/components.gyp:browser_watcher_client',
|
| - '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handler_lib',
|
| ],
|
| 'conditions': [
|
| ['kasko==1', {
|
| @@ -433,6 +432,8 @@
|
| ],
|
| 'sources': [
|
| '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
|
| + 'app/chrome_crash_reporter_client.cc',
|
| + 'app/chrome_crash_reporter_client.h',
|
| 'app/chrome_exe.rc',
|
| 'common/crash_keys.cc',
|
| 'common/crash_keys.h',
|
|
|