Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index df766b31bd9f5d9f64cd8536a7d16ff1425a348a..e1e657a9813517660e6f60769f83114e787222e8 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -464,9 +464,6 @@ |
| ], |
| 'ldflags': [ '-fsanitize=<(skia_sanitizer)' ], |
| 'conditions' : [ |
| - [ 'skia_sanitizer == "thread"', { |
| - 'defines': [ 'THREAD_SANITIZER' ], |
| - }], |
| [ 'skia_sanitizer == "memory"', { |
| 'cflags': [ |
| '-O1', |