| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index a11371f6b911924d69ba13a0f621ae929cc65415..43b09ddeaca2766b2c5af810218f070cf50977dd 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -128,6 +128,8 @@
|
| ],
|
| }, {
|
| 'sources!': [
|
| + 'aead_openssl.cc',
|
| + 'aead_openssl.h',
|
| 'ec_private_key_openssl.cc',
|
| 'ec_signature_creator_openssl.cc',
|
| 'encryptor_openssl.cc',
|
| @@ -152,6 +154,7 @@
|
| 'target_name': 'crypto_unittests',
|
| 'type': 'executable',
|
| 'sources': [
|
| + 'aead_openssl_unittest.cc',
|
| 'curve25519_unittest.cc',
|
| 'ec_private_key_unittest.cc',
|
| 'ec_signature_creator_unittest.cc',
|
|
|