Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Unified Diff: net/third_party/nss/ssl/BUILD.gn

Issue 246303005: Make GN's "check" run cleanly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 cf52e473ec88a264d20b9bd54a2fb220dabf16f9..bcc3668dcaacb263f28144b3db031bb417b56915 100644
--- a/net/third_party/nss/ssl/BUILD.gn
+++ b/net/third_party/nss/ssl/BUILD.gn
@@ -78,7 +78,7 @@ component("libssl") {
]
sources += [ "exports_win.def" ]
} else if (is_linux) {
- #visibility hidden thing.
+ configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
libs = [ "dl" ]
include_dirs = [ "bodge" ]

Powered by Google App Engine
This is Rietveld 408576698