| 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 0673a1ed7a6f0f517e04bb1ee122acbb5f806d73..c15c0585293662a3bfe3e24f7c643ce521228a52 100755
|
| --- a/chrome/tools/build/mac/dump_product_syms
|
| +++ b/chrome/tools/build/mac/dump_product_syms
|
| @@ -163,15 +163,6 @@ for SRC_NAME in "${SRC_NAMES[@]}"; do
|
| "${SRC_STEM} Canary" "${SRC_STEM} Canary.app" \
|
| "${ARCH}"
|
| ;;
|
| -
|
| - "${SRC_APP_NAME} Helper.app")
|
| - # Google Chrome Helper EH and Google Chrome Helper NP are produced by
|
| - # build/mac/make_more_helpers.sh.
|
| - redump_syms_variant "${BPAD_SYM_PATH}" "${SRC_STEM}" \
|
| - "${SRC_STEM} EH" "${SRC_STEM} EH.app" "${ARCH}"
|
| - redump_syms_variant "${BPAD_SYM_PATH}" "${SRC_STEM}" \
|
| - "${SRC_STEM} NP" "${SRC_STEM} NP.app" "${ARCH}"
|
| - ;;
|
| esac
|
| done
|
|
|
|
|