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

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

Issue 1275583002: Pull ICU, rename component build GN variables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « build/secondary/third_party/nss/BUILD.gn ('k') | third_party/libpng/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8f796122b51e8ced044958f21af49e30b0f99e9..ee4449a187b173ad2e3410b822320dcbabf9d67f 100644
--- a/net/third_party/nss/ssl/BUILD.gn
+++ b/net/third_party/nss/ssl/BUILD.gn
@@ -74,11 +74,11 @@ component("libssl") {
"unix_err.c",
"unix_err.h",
]
- if (component_mode == "shared_library") {
+ if (is_component_build) {
ldflags = [ "/DEF:" + rebase_path("exports_win.def", root_build_dir) ]
}
} else if (is_linux) {
- if (component_mode == "shared_library") {
+ if (is_component_build) {
configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
}
« no previous file with comments | « build/secondary/third_party/nss/BUILD.gn ('k') | third_party/libpng/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698