Index: tools/gn/secondary/chrome/BUILD.gn |
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn |
index 4ffae6de88b472922faafbb9aaa7fef810d8f6a2..cf95e19cd1d8bb799fb7b0ac67d1c6e2bff0f52c 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. |