summaryrefslogtreecommitdiffstats
path: root/tools/gn/secondary/chrome/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/secondary/chrome/BUILD.gn')
-rw-r--r--tools/gn/secondary/chrome/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
index 4ffae6d..cf95e19 100644
--- a/tools/gn/secondary/chrome/BUILD.gn
+++ b/tools/gn/secondary/chrome/BUILD.gn
@@ -81,7 +81,7 @@ static_library("browser") {
}
static_library("common") {
- if (use_nss && is_linux) {
+ if (!use_openssl && is_linux) {
# common/net uses NSS.
# TODO(brettw) have a better way to express this without having to do
# "if (use_nss)" everywhere.