| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index d253a67d1046b987fc83dac9dd3c83832165e25f..d02673fad88d76114eeb18e5989bf36ba9f1c921 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -102,7 +102,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', {
|
| @@ -429,6 +428,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',
|
|
|