Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: chrome/tools/build/mac/dump_product_syms

Issue 7562002: Generate Breakpad symbols for Remoting Host plugin on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/mac/dump_product_syms
diff --git a/chrome/tools/build/mac/dump_product_syms b/chrome/tools/build/mac/dump_product_syms
index 4dc0b8ada77218313cb798e2f35debe4af114cc8..96bdab040f96f88af49611b710b1f273518b4140 100755
--- a/chrome/tools/build/mac/dump_product_syms
+++ b/chrome/tools/build/mac/dump_product_syms
@@ -55,7 +55,8 @@ for SRC_NAME in "${SRC_APP_NAME}.app" \
"crash_inspector" \
"crash_report_sender.app" \
"ffmpegsumo.so" \
- "libplugin_carbon_interpose.dylib" ; do
+ "libplugin_carbon_interpose.dylib" \
+ "remoting_host_plugin.plugin" ; do
Mark Mentovai 2011/08/03 04:04:22 Is this present in all builds? I did an official-f
# 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
# its enclosing .app or .framework bundle. This is the bundle name without
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698