summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-07 18:04:55 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-07 18:04:55 +0000
commitd688d9043693340f14485241fdef825180984b24 (patch)
tree893aa9fcaacd5f6f47219b8d5ebca2e2794124ac
parent4e38f1aed9c88c7501d4fa54ae92697871916a78 (diff)
downloadchromium_src-d688d9043693340f14485241fdef825180984b24.zip
chromium_src-d688d9043693340f14485241fdef825180984b24.tar.gz
chromium_src-d688d9043693340f14485241fdef825180984b24.tar.bz2
Save real .dSYMs for Breakpad's crash_inspector and crash_report_sender.app
for proper debugging and Breakpadding. Dump symbols for Breakpad for these new files and for libffmpegsumo.dylib, and save all of their .dSYMs in the .dSYM archive. BUG=58310 TEST=none Review URL: http://codereview.chromium.org/3516022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61808 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
-rw-r--r--breakpad/breakpad.gyp6
-rwxr-xr-xchrome/tools/build/mac/dump_product_syms3
3 files changed, 10 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index b6b7a54..0894078 100644
--- a/DEPS
+++ b/DEPS
@@ -11,7 +11,7 @@ vars = {
"nacl_revision": "3365",
"libjingle_revision": "33",
"libvpx_revision": "60399",
- "ffmpeg_revision": "60910",
+ "ffmpeg_revision": "61805",
}
deps = {
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 2b058ec..155a361 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -47,6 +47,9 @@
{
'target_name': 'crash_inspector',
'type': 'executable',
+ 'variables': {
+ 'mac_real_dsym': 1,
+ },
'dependencies': [
'breakpad_utilities',
],
@@ -67,6 +70,9 @@
'target_name': 'crash_report_sender',
'type': 'executable',
'mac_bundle': 1,
+ 'variables': {
+ 'mac_real_dsym': 1,
+ },
'include_dirs': [
'src/common/mac',
],
diff --git a/chrome/tools/build/mac/dump_product_syms b/chrome/tools/build/mac/dump_product_syms
index ad6c2b5..702ac0a 100755
--- a/chrome/tools/build/mac/dump_product_syms
+++ b/chrome/tools/build/mac/dump_product_syms
@@ -52,6 +52,9 @@ declare -a DSYMS
for SRC_NAME in "${SRC_APP_NAME}.app" \
"${SRC_APP_NAME} Framework.framework" \
"${SRC_APP_NAME} Helper.app" \
+ "crash_inspector" \
+ "crash_report_sender.app" \
+ "libffmpegsumo.dylib" \
"libplugin_carbon_interpose.dylib" ; do
# SRC_STEM is the name of the file within the DWARF directory of the .dSYM
# bundle, which comes from the on-disk name of an executable or dylib within