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

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

Issue 1921833002: Update Crashpad to 00d458adaf3868999eeab5341fce5bedb81d17a1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win fixes Created 4 years, 8 months 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 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': [
« no previous file with comments | « third_party/crashpad/crashpad/doc/status.ad ('k') | third_party/crashpad/crashpad/handler/win/crash_other_program.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698