| Index: trunk/src/net/third_party/nss/ssl/BUILD.gn
|
| ===================================================================
|
| --- trunk/src/net/third_party/nss/ssl/BUILD.gn (revision 266932)
|
| +++ trunk/src/net/third_party/nss/ssl/BUILD.gn (working copy)
|
| @@ -118,8 +118,8 @@
|
| forward_dependent_configs_from = deps
|
| }
|
|
|
| - if (!is_win && component_mode == "shared_library") {
|
| - configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
|
| + if (component_mode == "shared_library") {
|
| + # TODO(brettw) GCC_SYMBOLS_PRIVATE_EXTERN thing.
|
| }
|
|
|
| if (is_clang) {
|
|
|