Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index c0b901eb000db249b29c644c728e1981b6279591..2c04ea34a9f093c920efe897b371cd685eb733e3 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -239,6 +239,7 @@ |
| '-fno-threadsafe-statics', |
| '-Wnon-virtual-dtor', |
| ], |
| + 'ldflags': [ '-rdynamic' ], |
| 'conditions': [ |
| [ 'skia_fast', { 'cflags': [ '<@(skia_fast_flags)' ] }], |
| [ 'skia_os != "chromeos"', { |