Index: net/third_party/nss/ssl/BUILD.gn |
diff --git a/net/third_party/nss/ssl/BUILD.gn b/net/third_party/nss/ssl/BUILD.gn |
index ae3d2c38a296d0758d5acd4400165d469ad52dd6..e0583d23be2feb309c13fad9f059e53e720f459b 100644 |
--- a/net/third_party/nss/ssl/BUILD.gn |
+++ b/net/third_party/nss/ssl/BUILD.gn |
@@ -118,10 +118,6 @@ component("libssl") { |
forward_dependent_configs_from = deps |
} |
- if (!is_win && component_mode == "shared_library") { |
- configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] |
- } |
- |
if (is_clang) { |
cflags += [ |
# See http://crbug.com/138571#c8. In short, sslsecur.c picks up the |