Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index 676ec0897a9b929c171daa23b7c6f25c58985083..b9c4e983bb47df2fad2b7b04dd0e5f231a755c45 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -477,7 +477,7 @@ |
], |
'conditions' : [ |
[ 'skia_sanitizer == "thread"', { |
- 'defines': [ 'DYNAMIC_ANNOTATIONS_ENABLED=1' ], |
+ 'defines': [ 'THREAD_SANITIZER' ], |
}], |
[ 'skia_sanitizer == "undefined"', { |
'cflags_cc!': ['-fno-rtti'], |