| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index 059806f5e3aeb05d26e954afba6e55742ee3ba23..32335f9416e25fa0f7b586ee6895cbd86538fad6 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -459,7 +459,7 @@
|
| ],
|
| 'conditions' : [
|
| [ 'skia_sanitizer == "thread"', {
|
| - 'defines': [ 'SK_DYNAMIC_ANNOTATIONS_ENABLED=1' ],
|
| + 'defines': [ 'DYNAMIC_ANNOTATIONS_ENABLED=1' ],
|
| }],
|
| [ 'skia_sanitizer == "undefined"', {
|
| 'cflags_cc!': ['-fno-rtti'],
|
|
|