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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Copyright (c) 2009-2010 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2009-2010 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # Script to build Memcheck for use with chromium 7 # Script to build Memcheck for use with chromium
8 source common.sh 8 export THISDIR=`dirname $0`
9 source $THISDIR/common.sh
9 10
10 # SVN isn't smart enough to figure out what rev of VEX to get, 11 # SVN isn't smart enough to figure out what rev of VEX to get,
11 # so you have to check that out by revision. 12 # so you have to check that out by revision.
12 MEMCHECK_VV_REV=80 13 MEMCHECK_VV_REV=102
13 14
14 VG_MEMCHECK_DIR="$VG_SRC_DIR/valgrind-memcheck" 15 VG_MEMCHECK_DIR="$VG_SRC_DIR/valgrind-memcheck"
15 checkout_and_patch_valgrind_variant "$MEMCHECK_VV_REV" "$VG_MEMCHECK_DIR" 16 checkout_and_patch_valgrind_variant "$MEMCHECK_VV_REV" "$VG_MEMCHECK_DIR"
16 17
17 cd "$VG_MEMCHECK_DIR/valgrind" 18 cd "$VG_MEMCHECK_DIR/valgrind"
18 19
19 build_valgrind_for_available_platforms 20 build_valgrind_for_available_platforms
OLDNEW
« 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