mac: Copy necessary breakpad binaries to package.

This commit is contained in:
Cheng Zhao 2013-11-13 13:55:40 +08:00
parent 85428d8eb3
commit 896c1793d3
2 changed files with 8 additions and 1 deletions

View file

@ -441,6 +441,13 @@
'<(libchromiumcontent_library_dir)/libchromiumcontent.dylib',
],
},
{
'destination': '<(PRODUCT_DIR)/<(product_name).framework/Versions/A/Resources',
'files': [
'<(PRODUCT_DIR)/Inspector',
'<(PRODUCT_DIR)/crash_report_sender.app',
],
},
],
'postbuilds': [
{