Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Unified Diff: third_party/crashpad/crashpad/handler/handler.gyp

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [
« no previous file with comments | « third_party/crashpad/crashpad/handler/crashpad_handler.ad ('k') | third_party/crashpad/crashpad/handler/handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698