 Chromium Code Reviews
 Chromium Code Reviews Issue 9232021:
  Update the Valgrind binaries for Mac OS to valgrind-variant r135  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
    
  
    Issue 9232021:
  Update the Valgrind binaries for Mac OS to valgrind-variant r135  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/| Index: scripts/build-memcheck-for-chromium.sh | 
| =================================================================== | 
| --- scripts/build-memcheck-for-chromium.sh (revision 115699) | 
| +++ scripts/build-memcheck-for-chromium.sh (working copy) | 
| @@ -9,7 +9,7 @@ | 
| source $THISDIR/common.sh | 
| # Use a fixed version of valgrind-variant. | 
| -MEMCHECK_VV_REV=130 | 
| +MEMCHECK_VV_REV=135 | 
| VG_MEMCHECK_DIR="$VG_SRC_DIR/valgrind-memcheck" | 
| checkout_and_patch_valgrind_variant "$MEMCHECK_VV_REV" "$VG_MEMCHECK_DIR" |