summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 2b058ec..155a361 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -47,6 +47,9 @@
{
'target_name': 'crash_inspector',
'type': 'executable',
+ 'variables': {
+ 'mac_real_dsym': 1,
+ },
'dependencies': [
'breakpad_utilities',
],
@@ -67,6 +70,9 @@
'target_name': 'crash_report_sender',
'type': 'executable',
'mac_bundle': 1,
+ 'variables': {
+ 'mac_real_dsym': 1,
+ },
'include_dirs': [
'src/common/mac',
],