| 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 cb219fb7aaef54418a6179dceab4c21569bd18fa..d69005312c684ce3ea03253850ffbab4f7be716b 100644
|
| --- a/third_party/crashpad/crashpad/handler/handler.gyp
|
| +++ b/third_party/crashpad/crashpad/handler/handler.gyp
|
| @@ -161,6 +161,13 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'fake_handler_that_crashes_at_startup',
|
| + 'type': 'executable',
|
| + 'sources': [
|
| + 'win/fake_handler_that_crashes_at_startup.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'hanging_program',
|
| 'type': 'executable',
|
| 'dependencies': [
|
|
|