Index: crypto/crypto.gyp |
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp |
index c9313080648a7000e1cb32ae353cfe2acb0df1e2..c8068739f25405ca9388ea9e0cf51e2ccf6b6af6 100644 |
--- a/crypto/crypto.gyp |
+++ b/crypto/crypto.gyp |
@@ -182,6 +182,8 @@ |
'crypto_module_blocking_password_delegate.h', |
'cssm_init.cc', |
'cssm_init.h', |
+ 'ghash.cc', |
+ 'ghash.h', |
'ec_private_key.h', |
'ec_private_key_nss.cc', |
'ec_private_key_openssl.cc', |
@@ -257,6 +259,7 @@ |
'ec_private_key_unittest.cc', |
'ec_signature_creator_unittest.cc', |
'encryptor_unittest.cc', |
+ 'ghash_unittest.cc', |
'hmac_unittest.cc', |
'nss_util_unittest.cc', |
'p224_unittest.cc', |