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

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

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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 d69005312c684ce3ea03253850ffbab4f7be716b..e2d993df238f86ddfcaf8a2a9cdd0a8ce00f2e79 100644
--- a/third_party/crashpad/crashpad/handler/handler.gyp
+++ b/third_party/crashpad/crashpad/handler/handler.gyp
@@ -148,6 +148,20 @@
],
},
{
+ 'target_name': 'crashy_signal',
+ 'type': 'executable',
+ 'dependencies': [
+ '../client/client.gyp:crashpad_client',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'win/crashy_signal.cc',
+ ],
+ },
+ {
'target_name': 'crash_other_program',
'type': 'executable',
'dependencies': [
« no previous file with comments | « third_party/crashpad/crashpad/handler/crashpad_handler.md ('k') | third_party/crashpad/crashpad/handler/win/crashy_signal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698