| Index: third_party/crashpad/crashpad/handler/handler.gyp
|
| diff --git a/third_party/crashpad/crashpad/handler/handler.gyp b/third_party/crashpad/crashpad/handler/handler.gyp
|
| index 40d5977e46e36a0e286b9ea4c1b75621caf89108..bbb2ce4e35aceeed34a0504603df9480132ac1e7 100644
|
| --- a/third_party/crashpad/crashpad/handler/handler.gyp
|
| +++ b/third_party/crashpad/crashpad/handler/handler.gyp
|
| @@ -111,6 +111,40 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'crash_other_program',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + '../client/client.gyp:crashpad_client',
|
| + '../test/test.gyp:crashpad_test',
|
| + '../third_party/mini_chromium/mini_chromium.gyp:base',
|
| + '../util/util.gyp:crashpad_util',
|
| + ],
|
| + 'sources': [
|
| + 'win/crash_other_program.cc',
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'hanging_program',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + '../client/client.gyp:crashpad_client',
|
| + '../third_party/mini_chromium/mini_chromium.gyp:base',
|
| + ],
|
| + 'sources': [
|
| + 'win/hanging_program.cc',
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'loader_lock_dll',
|
| + 'type': 'loadable_module',
|
| + 'sources': [
|
| + 'win/loader_lock_dll.cc',
|
| + ],
|
| + 'msvs_settings': {
|
| + 'NoImportLibrary': 'true',
|
| + },
|
| + },
|
| + {
|
| 'target_name': 'self_destroying_program',
|
| 'type': 'executable',
|
| 'dependencies': [
|
|
|