summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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