| Index: gyp/common_conditions.gypi
|
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
|
| index cf46ed21d93f938afa275ff26b38041ca797c216..9529edae49fdfde00dc7d4afe469428601c1929a 100644
|
| --- a/gyp/common_conditions.gypi
|
| +++ b/gyp/common_conditions.gypi
|
| @@ -413,7 +413,7 @@
|
| 'conditions' : [
|
| [ 'skia_sanitizer == "thread"', {
|
| 'defines': [ 'DYNAMIC_ANNOTATIONS_ENABLED=1' ],
|
| - 'cflags': [ '-fPIC' ],
|
| + 'cflags': [ '-fPIC', '-fsanitize-blacklist=>!(pwd)/../tools/tsan.blacklist' ],
|
| 'target_conditions': [
|
| [ '_type == "executable"', {
|
| 'cflags': [ '-fPIE' ],
|
|
|