Chromium Code Reviews| Index: openssl.gyp |
| diff --git a/openssl.gyp b/openssl.gyp |
| index 1eb08d5ba6e6efb053fddb3489c61aa36cf917b9..44061559ef9a9078ee4566f1e9a7c28010bb7dd0 100644 |
| --- a/openssl.gyp |
| +++ b/openssl.gyp |
| @@ -92,6 +92,9 @@ |
| }, |
| }], |
| ['component == "shared_library"', { |
| + 'xcode_settings': { |
| + 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', # no -fvisibility=hidden |
| + }, |
| 'cflags!': ['-fvisibility=hidden'], |
| }], |
| ['clang==1', { |