Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index 1cbdd7b45a62b79c7572f94fb56e031b3ffd0e29..8d06ebccb464ee2b2e39de71df9ea71817bf3fa8 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -286,6 +286,11 @@ |
'ldflags': [ |
'-fsanitize=<(skia_sanitizer)', |
], |
+ 'conditions' : [[ |
bungeman-skia
2013/10/09 15:57:28
could we put this second '[' at the beginning of t
mtklein
2013/10/09 16:04:12
Done.
|
+ 'skia_sanitizer == "thread"', { |
+ 'defines': [ 'DYNAMIC_ANNOTATIONS_ENABLED=1' ], |
+ }], |
+ ], |
}], |
[ 'skia_clang_build', { |
'cflags': [ |