Index: runtime/bin/bin.gypi |
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi |
index f460a08169cbfec7be9f5ff15154a5054b923e7e..477cf08deb33498d7d7c1947f5ee79b98dfbc73c 100644 |
--- a/runtime/bin/bin.gypi |
+++ b/runtime/bin/bin.gypi |
@@ -1147,7 +1147,7 @@ |
}, |
}, |
}], |
- ['OS == "linux" and asan == 0 and msan == 0', { |
+ ['OS == "linux" and asan == 0 and msan == 0 and tsan == 0', { |
'dependencies': [ |
'../third_party/tcmalloc/tcmalloc.gypi:tcmalloc', |
], |
@@ -1398,7 +1398,7 @@ |
'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-lwinmm.lib' ], |
}, |
}], |
- ['OS == "linux" and asan == 0 and msan == 0', { |
+ ['OS == "linux" and asan == 0 and msan == 0 and tsan == 0', { |
'dependencies': [ |
'../third_party/tcmalloc/tcmalloc.gypi:tcmalloc', |
], |