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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 179403005: Add TSan to instrumented_libraries.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
===================================================================
--- third_party/instrumented_libraries/instrumented_libraries.gyp (revision 253092)
+++ third_party/instrumented_libraries/instrumented_libraries.gyp (working copy)
@@ -20,6 +20,9 @@
['msan==1', {
'sanitizer_type': 'msan',
}],
+ ['tsan==1', {
+ 'sanitizer_type': 'tsan',
+ }],
['verbose_libraries_build==1', {
'verbose_libraries_build_flag': '--verbose',
}, {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698