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

Unified Diff: scripts/build-memcheck-for-chromium.sh

Issue 2832011: Change scripts/common.sh to allow the users build Valgrind binaries from the ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: '' Created 10 years, 6 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: scripts/build-memcheck-for-chromium.sh
===================================================================
--- scripts/build-memcheck-for-chromium.sh (revision 50101)
+++ scripts/build-memcheck-for-chromium.sh (working copy)
@@ -9,8 +9,15 @@
# SVN isn't smart enough to figure out what rev of VEX to get,
# so you have to check that out by revision.
+if system_is_snow_leopard
+then
+MEMCHECK_SVN_REV=11175
+MEMCHECK_VEX_SVN_REV=1982
+else
MEMCHECK_SVN_REV=11055
MEMCHECK_VEX_SVN_REV=1961
+fi
+
VG_MEMCHECK_DIR="$THISDIR/valgrind-memcheck"
checkout_and_patch_valgrind "$MEMCHECK_SVN_REV" "$MEMCHECK_VEX_SVN_REV" \
"$VG_MEMCHECK_DIR"

Powered by Google App Engine
This is Rietveld 408576698