| Index: crypto/crypto.gyp
|
| diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
|
| index ec1e2782a1a3582bee006af43da7c1876e4f0556..0c472ffc2ebffa4331f7c0fd153eeb7ada1e00a1 100644
|
| --- a/crypto/crypto.gyp
|
| +++ b/crypto/crypto.gyp
|
| @@ -132,6 +132,8 @@
|
| 'ec_signature_creator_openssl.cc',
|
| 'encryptor_openssl.cc',
|
| 'hmac_openssl.cc',
|
| + 'openssl_bio_string.cc',
|
| + 'openssl_bio_string.h',
|
| 'openssl_util.cc',
|
| 'openssl_util.h',
|
| 'rsa_private_key_openssl.cc',
|
| @@ -158,6 +160,7 @@
|
| 'hkdf_unittest.cc',
|
| 'hmac_unittest.cc',
|
| 'nss_util_unittest.cc',
|
| + 'openssl_bio_string_unittest.cc',
|
| 'p224_unittest.cc',
|
| 'p224_spake_unittest.cc',
|
| 'random_unittest.cc',
|
| @@ -205,10 +208,17 @@
|
| 'msvs_disabled_warnings': [4267, ],
|
| }],
|
| [ 'use_openssl==1', {
|
| + 'dependencies': [
|
| + '../third_party/openssl/openssl.gyp:openssl',
|
| + ],
|
| 'sources!': [
|
| 'nss_util_unittest.cc',
|
| 'rsa_private_key_nss_unittest.cc',
|
| ],
|
| + }, {
|
| + 'sources!': [
|
| + 'openssl_bio_string_unittest.cc',
|
| + ],
|
| }],
|
| ],
|
| },
|
|
|