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

Unified Diff: scripts/build-tsan-for-chromium.sh

Issue 2746004: Restore deps/third_party/valgrind to its state at r48920 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 6 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
Index: scripts/build-tsan-for-chromium.sh
===================================================================
--- scripts/build-tsan-for-chromium.sh (revision 49170)
+++ scripts/build-tsan-for-chromium.sh (working copy)
@@ -31,15 +31,13 @@
VALGRIND_INST_ROOT="$BINARIES_DIR/$PLATFORM" \
VALGRIND_ROOT="$VG_TSAN_DIR" $SPECIAL_TARGET
- OUT_BIN="$ORIG_BINARIES_DIR/$PLATFORM/bin"
- mkdir -p $OUT_BIN
# See below for the definition of ORIG_BINARIES_DIR
$THISDIR/tsan/tsan/mk-self-contained-valgrind.sh \
"$VG_TSAN_DIR/out/$PLATFORM" "tsan" \
- "$OUT_BIN/valgrind-tsan.sh"
+ "$ORIG_BINARIES_DIR/$PLATFORM/bin/valgrind-tsan.sh"
}
-TSAN_REV=2200
+TSAN_REV=2088
TSAN_DIR="$THISDIR/tsan" # Directory to checkout TSan sources
rm -rf $TSAN_DIR
svn co -r "$TSAN_REV" http://data-race-test.googlecode.com/svn/trunk $TSAN_DIR

Powered by Google App Engine
This is Rietveld 408576698