| Index: scripts/build-memcheck-for-chromium.sh
|
| ===================================================================
|
| --- scripts/build-memcheck-for-chromium.sh (revision 106704)
|
| +++ scripts/build-memcheck-for-chromium.sh (working copy)
|
| @@ -8,9 +8,8 @@
|
| 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=106
|
| +# Use a fixed version of valgrind-variant.
|
| +MEMCHECK_VV_REV=112
|
|
|
| VG_MEMCHECK_DIR="$VG_SRC_DIR/valgrind-memcheck"
|
| checkout_and_patch_valgrind_variant "$MEMCHECK_VV_REV" "$VG_MEMCHECK_DIR"
|
|
|