Chromium Code Reviews| 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', |
|
Ryan Sleevi
2013/03/06 21:18:32
Should this be named curve_25519, per Chromium fil
agl
2013/03/06 21:47:50
"curve25519" fits every other use. I think it's pr
|
| + 'curve25519.h', |
| 'ghash.cc', |
| 'ghash.h', |
| 'ec_private_key.h', |
| @@ -247,6 +249,7 @@ |
| 'signature_verifier_openssl.cc', |
| 'symmetric_key_nss.cc', |
| 'symmetric_key_openssl.cc', |
| + 'third_party/curve25519-donna/curve25519-donna.c', |
| 'third_party/nss/chromium-blapi.h', |
| 'third_party/nss/chromium-blapit.h', |
| 'third_party/nss/chromium-nss.h', |
| @@ -262,6 +265,7 @@ |
| 'run_all_unittests.cc', |
| # Tests. |
| + 'curve25519_unittest.cc', |
| 'ec_private_key_unittest.cc', |
| 'ec_signature_creator_unittest.cc', |
| 'encryptor_unittest.cc', |