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

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

Issue 8357037: Update the Memcheck binaries for Linux to valgrind-variant r102 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 2 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
« no previous file with comments | « third_party/valgrind/binaries/linux_x86/lib/valgrind/vgpreload_memcheck-x86-linux.so ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/valgrind/scripts/build-memcheck-for-chromium.sh
===================================================================
--- third_party/valgrind/scripts/build-memcheck-for-chromium.sh (revision 106467)
+++ third_party/valgrind/scripts/build-memcheck-for-chromium.sh (working copy)
@@ -5,11 +5,12 @@
# found in the LICENSE file.
# Script to build Memcheck for use with chromium
-source common.sh
+export THISDIR=`dirname $0`
+source $THISDIR/common.sh
# SVN isn't smart enough to figure out what rev of VEX to get,
# so you have to check that out by revision.
-MEMCHECK_VV_REV=80
+MEMCHECK_VV_REV=102
VG_MEMCHECK_DIR="$VG_SRC_DIR/valgrind-memcheck"
checkout_and_patch_valgrind_variant "$MEMCHECK_VV_REV" "$VG_MEMCHECK_DIR"
« no previous file with comments | « third_party/valgrind/binaries/linux_x86/lib/valgrind/vgpreload_memcheck-x86-linux.so ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698