Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mac dump symbol fix
  • Loading branch information
rogerwang committed May 7, 2015
1 parent c5dc101 commit 6e5516b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/dump_mac_syms
Expand Up @@ -39,7 +39,7 @@ TOP="${SRCROOT}/.."

#BRAND_SCRIPT="${TOP}/build/branding_value.sh"
#SRC_APP_NAME=$("${BRAND_SCRIPT}" "${BUILD_BRANDING}" PRODUCT_FULLNAME)
SRC_APP_NAME=nw
SRC_APP_NAME=nwjs
#. "${TOP}/chrome/VERSION"

BREAKPAD_DUMP_SYMS="${BUILT_PRODUCTS_DIR}/dump_syms"
Expand Down Expand Up @@ -81,8 +81,7 @@ SRC_NAMES=(
"${SRC_APP_NAME}.app"
"${SRC_APP_NAME} Framework.framework"
"${SRC_APP_NAME} Helper.app"
"crash_inspector"
"crash_report_sender.app"
"crashpad_handler"
"ffmpegsumo.so"
)

Expand Down

0 comments on commit 6e5516b

Please sign in to comment.