Chromium Code Reviews| Index: build/config/crypto.gni |
| diff --git a/build/config/crypto.gni b/build/config/crypto.gni |
| index f3d8590edade4cb9dd1848f77dfce7f89d019ef2..44e5bc92390f5fe77286eb6a1d5ad22f2d133be1 100644 |
| --- a/build/config/crypto.gni |
| +++ b/build/config/crypto.gni |
| @@ -12,9 +12,3 @@ declare_args() { |
| # code, and is experimental in other cases (see http://crbug.com/62803). |
| use_openssl = is_android || is_nacl |
| } |
| - |
| -if (is_linux && !use_openssl) { |
| - use_nss = true |
| -} else { |
| - use_nss = false |
| -} |