summaryrefslogtreecommitdiffstats
path: root/o3d/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/breakpad/breakpad.gyp')
-rw-r--r--o3d/breakpad/breakpad.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/o3d/breakpad/breakpad.gyp b/o3d/breakpad/breakpad.gyp
index 512501f..68e64ae 100644
--- a/o3d/breakpad/breakpad.gyp
+++ b/o3d/breakpad/breakpad.gyp
@@ -8,6 +8,7 @@
},
'includes': [
'../build/common.gypi',
+ '../plugin/branding.gypi',
],
'target_defaults': {
'include_dirs': [
@@ -15,6 +16,11 @@
'../..',
'../../breakpad/src',
],
+ 'defines': [
+ 'O3D_PLUGIN_INSTALLDIR_CSIDL=<(plugin_installdir_csidl)',
+ 'O3D_PLUGIN_VENDOR_DIRECTORY="<(plugin_vendor_directory)"',
+ 'O3D_PLUGIN_PRODUCT_DIRECTORY="<(plugin_product_directory)"',
+ ],
},
'conditions': [
['OS=="mac"',