Index: handler/handler.gyp |
diff --git a/handler/handler.gyp b/handler/handler.gyp |
index 28bc9e35614b43956c44e57a6227774a610308ae..04433ac8c0e8be20cab24f19938c3ff8cdb57cde 100644 |
--- a/handler/handler.gyp |
+++ b/handler/handler.gyp |
@@ -91,6 +91,24 @@ |
'win/crashy_test_program.cc', |
], |
}, |
+ { |
+ 'target_name': 'self_destroying_program', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '../client/client.gyp:crashpad_client', |
+ '../compat/compat.gyp:crashpad_compat', |
+ '../snapshot/snapshot.gyp:crashpad_snapshot', |
+ '../third_party/mini_chromium/mini_chromium.gyp:base', |
+ '../tools/tools.gyp:crashpad_tool_support', |
+ '../util/util.gyp:crashpad_util', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'win/self_destroying_test_program.cc', |
+ ], |
+ }, |
], |
}, { |
'targets': [], |