From 7ae2e5e6e6dbc3e706a0dd2efbe1d923e6406bec Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 29 Apr 2014 19:24:05 +0000 Subject: Revert 266932 "GN build improvements." > GN build improvements. > > Fixes a TODO about private symbols on GCC. > > Moves many third party BUILD.gn files from the secondary tree to the main one. > > Fixes the dependencies on Linux so "gn check" passes again. > > BUG=367595 > R=scottmg@chromium.org > > Review URL: https://codereview.chromium.org/256153003 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/257243003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266933 0039d316-1c4b-4281-b951-d872f2087c98 --- net/third_party/nss/ssl/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/third_party') diff --git a/net/third_party/nss/ssl/BUILD.gn b/net/third_party/nss/ssl/BUILD.gn index ae3d2c3..bcc3668 100644 --- a/net/third_party/nss/ssl/BUILD.gn +++ b/net/third_party/nss/ssl/BUILD.gn @@ -118,8 +118,8 @@ component("libssl") { 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) { -- cgit v1.1