Chromium Code Reviews| Index: tools/gyp/all.gypi |
| diff --git a/tools/gyp/all.gypi b/tools/gyp/all.gypi |
| index 980b5c5579f57665fb3688834ad7457511385dcc..1db7deac191ac24d50658a0a4939a9810fb99014 100644 |
| --- a/tools/gyp/all.gypi |
| +++ b/tools/gyp/all.gypi |
| @@ -16,6 +16,8 @@ |
| 'asan%': 0, |
| # Flag that tells us whether this is a MSAN build. |
| 'msan%': 0, |
| + # Flag that teslls us whether this is a TSAN build. |
| + 'tsan%': 0, |
| }, |
| 'conditions': [ |
| [ 'OS=="linux"', { |