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

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

Issue 1354703002: Delete dead code related to the removed helper apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove verify_no_objc.sh as well Created 5 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698