diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 20:32:57 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 20:32:57 +0000 |
commit | d5d0994056a4938507b170a707e1afbca29a55c1 (patch) | |
tree | 38ec9e779ea87a34238eb3aef2103ad4f56cf468 /chrome/tools | |
parent | 1e74373898327c3ff2d9195238e5261281654e77 (diff) | |
download | chromium_src-d5d0994056a4938507b170a707e1afbca29a55c1.zip chromium_src-d5d0994056a4938507b170a707e1afbca29a55c1.tar.gz chromium_src-d5d0994056a4938507b170a707e1afbca29a55c1.tar.bz2 |
The GYP fixes the other week put lib on the front of this file, update this script also.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/464042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-x | chrome/tools/build/mac/dump_product_syms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/mac/dump_product_syms b/chrome/tools/build/mac/dump_product_syms index f4bfefe..ad6c2b5 100755 --- a/chrome/tools/build/mac/dump_product_syms +++ b/chrome/tools/build/mac/dump_product_syms @@ -52,7 +52,7 @@ declare -a DSYMS for SRC_NAME in "${SRC_APP_NAME}.app" \ "${SRC_APP_NAME} Framework.framework" \ "${SRC_APP_NAME} Helper.app" \ - "plugin_carbon_interpose.dylib" ; do + "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 # its enclosing .app or .framework bundle. This is the bundle name without |