summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad_handler.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad_handler.gypi')
-rw-r--r--breakpad/breakpad_handler.gypi30
1 files changed, 4 insertions, 26 deletions
diff --git a/breakpad/breakpad_handler.gypi b/breakpad/breakpad_handler.gypi
index 4764f8d..540e87e 100644
--- a/breakpad/breakpad_handler.gypi
+++ b/breakpad/breakpad_handler.gypi
@@ -28,6 +28,10 @@
'include_dirs': [
'src',
],
+ 'defines': [
+ # Avoid the TerminateThread Application Verifier Failure.
+ 'BREAKPAD_NO_TERMINATE_THREAD',
+ ],
}],
],
},
@@ -47,28 +51,6 @@
'src',
],
},
- 'defines': [
- # Avoid the TerminateThread Application Verifier Failure.
- 'BREAKPAD_NO_TERMINATE_THREAD',
- ],
- },
- {
- # This alternate breakpad target builds a breakpad that is suitable
- # for use with a DLL. It explicitly does NOT define
- # BREAKPAD_NO_TERMINATE_THREAD as that define makes breakpad crash
- # when created and destroyed in DllMain.
- 'target_name': 'breakpad_handler_dll',
- 'type': 'static_library',
- 'variables': {
- 'breakpad_handler_target': 1,
- },
- # TODO(gregoryd): direct_dependent_settings should be shared with the
- # 64-bit target, but it doesn't work due to a bug in gyp
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'src',
- ],
- },
},
],
}],
@@ -87,10 +69,6 @@
'src',
],
},
- 'defines': [
- # Avoid the TerminateThread Application Verifier Failure.
- 'BREAKPAD_NO_TERMINATE_THREAD',
- ],
'configurations': {
'Common_Base': {
'msvs_target_platform': 'x64',