summaryrefslogtreecommitdiffstats
path: root/net/third_party
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 19:24:05 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 19:24:05 +0000
commit7ae2e5e6e6dbc3e706a0dd2efbe1d923e6406bec (patch)
tree61c40ec61ece2067586cd626baafa8a59672f5e4 /net/third_party
parentff0811a8763c69ee59e3e6d0421f2f43ced7d41a (diff)
downloadchromium_src-7ae2e5e6e6dbc3e706a0dd2efbe1d923e6406bec.zip
chromium_src-7ae2e5e6e6dbc3e706a0dd2efbe1d923e6406bec.tar.gz
chromium_src-7ae2e5e6e6dbc3e706a0dd2efbe1d923e6406bec.tar.bz2
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
Diffstat (limited to 'net/third_party')
-rw-r--r--net/third_party/nss/ssl/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
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) {