Chromium Code Reviews| 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 |