| Index: crypto/crypto.gyp
|
| ===================================================================
|
| --- crypto/crypto.gyp (revision 185781)
|
| +++ crypto/crypto.gyp (working copy)
|
| @@ -186,6 +186,8 @@
|
| 'crypto_module_blocking_password_delegate.h',
|
| 'cssm_init.cc',
|
| 'cssm_init.h',
|
| + 'curve25519.cc',
|
| + 'curve25519.h',
|
| 'ghash.cc',
|
| 'ghash.h',
|
| 'ec_private_key.h',
|
| @@ -247,6 +249,8 @@
|
| 'signature_verifier_openssl.cc',
|
| 'symmetric_key_nss.cc',
|
| 'symmetric_key_openssl.cc',
|
| + 'third_party/curve25519-donna/curve25519-donna.cc',
|
| + 'third_party/curve25519-donna/curve25519-donna.h',
|
| 'third_party/nss/chromium-blapi.h',
|
| 'third_party/nss/chromium-blapit.h',
|
| 'third_party/nss/chromium-nss.h',
|
| @@ -262,6 +266,7 @@
|
| 'run_all_unittests.cc',
|
|
|
| # Tests.
|
| + 'curve25519_unittest.cc',
|
| 'ec_private_key_unittest.cc',
|
| 'ec_signature_creator_unittest.cc',
|
| 'encryptor_unittest.cc',
|
|
|