| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index 416f64c4f874e3a4f3651764221be14b254491f9..2b3ec73fd0b57388805383eebf473108852ffa5e 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -147,6 +147,8 @@
|
| 'hmac_win.cc',
|
| 'mac_security_services_lock.cc',
|
| 'mac_security_services_lock.h',
|
| + 'p224_spake.cc',
|
| + 'p224_spake.h',
|
| 'nss_util.cc',
|
| 'nss_util.h',
|
| 'nss_util_internal.h',
|
| @@ -206,6 +208,7 @@
|
| 'encryptor_unittest.cc',
|
| 'hmac_unittest.cc',
|
| 'p224_unittest.cc',
|
| + 'p224_spake_unittest.cc',
|
| 'rsa_private_key_unittest.cc',
|
| 'rsa_private_key_nss_unittest.cc',
|
| 'secure_hash_unittest.cc',
|
|
|