Update TSan to r1970
Review URL: http://codereview.chromium.org/1558026

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/valgrind/scripts@43935 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/build-tsan-for-chromium.sh b/build-tsan-for-chromium.sh
index 6518558..0a3e265 100755
--- a/build-tsan-for-chromium.sh
+++ b/build-tsan-for-chromium.sh
@@ -32,12 +32,12 @@
            VALGRIND_ROOT="$VG_TSAN_DIR" $SPECIAL_TARGET
 
   # See below for the definition of ORIG_BINARIES_DIR
-  $THISDIR/tsan/tsan_binary/mk-self-contained-tsan.sh \
-    "$VG_TSAN_DIR/out/$PLATFORM" \
+  $THISDIR/tsan/tsan/mk-self-contained-valgrind.sh \
+    "$VG_TSAN_DIR/out/$PLATFORM" "tsan" \
     "$ORIG_BINARIES_DIR/$PLATFORM/bin/valgrind-tsan.sh"
 }
 
-TSAN_REV=1860
+TSAN_REV=1970
 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