| 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"
|
|
|