mac: Build dump_syms

Crashpad doesn't ship dump_syms, we have to build to from breakpad.

Related: #1822
This commit is contained in:
Cheng Zhao 2015-06-08 13:47:08 +08:00
parent 8363a39a56
commit cefe540ec0

View file

@ -45,6 +45,7 @@
'dependencies': [ 'dependencies': [
'<(project_name)_framework', '<(project_name)_framework',
'<(project_name)_helper', '<(project_name)_helper',
'vendor/breakpad/breakpad.gyp:dump_syms',
], ],
'xcode_settings': { 'xcode_settings': {
'ATOM_BUNDLE_ID': 'com.<(company_abbr).<(project_name)', 'ATOM_BUNDLE_ID': 'com.<(company_abbr).<(project_name)',