summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/crypto.gyp')
-rw-r--r--crypto/crypto.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index fb3935f..2b76403 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -209,6 +209,7 @@
'ec_private_key_unittest.cc',
'encryptor_unittest.cc',
'hmac_unittest.cc',
+ 'nss_util_unittest.cc',
'p224_unittest.cc',
'p224_spake_unittest.cc',
'rsa_private_key_unittest.cc',
@@ -253,6 +254,7 @@
}],
[ 'use_openssl==1', {
'sources!': [
+ 'nss_util_unittest.cc',
'openpgp_symmetric_encryption_unittest.cc',
'rsa_private_key_nss_unittest.cc',
],