summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp38
1 files changed, 38 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index ac70ca9e..e661ff7 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -89,6 +89,44 @@
}
},
{
+ 'target_name': 'dump_syms',
+ 'type': 'executable',
+ 'include_dirs': [
+ 'src/common/mac',
+ ],
+ 'dependencies': [
+ 'breakpad_utilities',
+ ],
+ 'sources': [
+ 'src/common/mac/dwarf/bytereader.cc',
+ 'src/common/mac/dwarf/dwarf2reader.cc',
+ 'src/common/mac/dwarf/functioninfo.cc',
+ 'src/common/mac/dump_syms.mm',
+ 'src/tools/mac/dump_syms/dump_syms_tool.mm',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
+ ],
+ }
+ },
+ {
+ 'target_name': 'symupload',
+ 'type': 'executable',
+ 'include_dirs': [
+ 'src/common/mac',
+ ],
+ 'sources': [
+ 'src/common/mac/HTTPMultipartUpload.m',
+ 'src/tools/mac/symupload/symupload.m',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
+ ],
+ }
+ },
+ {
'target_name': 'breakpad',
'type': '<(library)',
'dependencies': [