Chromium Code Reviews| 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', |
| }, { |