Update TSan to r3340 on Linux and Mac
TBR=glider
TEST=TSan bots on the memory waterfall look healthy
Review URL: http://codereview.chromium.org/6820063

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/valgrind/scripts@81237 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/build-tsan-for-chromium.sh b/build-tsan-for-chromium.sh
index df41d16..b2b0d01 100755
--- a/build-tsan-for-chromium.sh
+++ b/build-tsan-for-chromium.sh
@@ -70,7 +70,7 @@
   # }}}
 }
 
-TSAN_REV=3102
+TSAN_REV=3340
 TSAN_DIR="$VG_SRC_DIR/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"