Create symbols zip file when creating distribution.

This commit is contained in:
Cheng Zhao 2013-11-18 11:41:44 +08:00
parent 1d2de6d1fb
commit e4b4087fdb
3 changed files with 31 additions and 5 deletions

View file

@ -415,7 +415,7 @@
'tools/mac/generate_breakpad_symbols.py',
'--build-dir=<(PRODUCT_DIR)',
'--binary=<(PRODUCT_DIR)/<(product_name).app/Contents/MacOS/<(product_name)',
'--symbols-dir=<(PRODUCT_DIR)/<(product_name).breakpad.syms',
'--symbols-dir=<(PRODUCT_DIR)/atom-shell.breakpad.syms',
'--clear',
'--jobs=16',
],