From cefe540ec04c8608e8c9a7d75fe2b237569264e8 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 8 Jun 2015 13:47:08 +0800 Subject: [PATCH] mac: Build dump_syms Crashpad doesn't ship dump_syms, we have to build to from breakpad. Related: #1822 --- atom.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/atom.gyp b/atom.gyp index 82b741b41584..795ae97e9f0c 100644 --- a/atom.gyp +++ b/atom.gyp @@ -45,6 +45,7 @@ 'dependencies': [ '<(project_name)_framework', '<(project_name)_helper', + 'vendor/breakpad/breakpad.gyp:dump_syms', ], 'xcode_settings': { 'ATOM_BUNDLE_ID': 'com.<(company_abbr).<(project_name)',