Chromium Code Reviews| Index: crypto/BUILD.gn |
| diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn |
| index 34f3ea04fdbf0f5208ea6bcd49733ac2691c3db3..31d56c122e35e87652158aa6b88b2c8169cbbc1c 100644 |
| --- a/crypto/BUILD.gn |
| +++ b/crypto/BUILD.gn |
| @@ -212,12 +212,6 @@ test("crypto_unittests") { |
| "symmetric_key_unittest.cc", |
| ] |
| - if (use_openssl) { |
| - sources -= [ |
| - "nss_util_unittest.cc", |
| - ] |
| - } |
| - |
| if (use_openssl || !is_linux) { |
| sources -= [ |
| "rsa_private_key_nss_unittest.cc", |