| Index: third_party/boringssl/boringssl_tests.gypi
|
| diff --git a/third_party/boringssl/boringssl_tests.gypi b/third_party/boringssl/boringssl_tests.gypi
|
| index cf2aff414de93c2afdf32230c8ba7a5082470bdf..100fb1b7976ec2124fb7978306e40fa9decd89d4 100644
|
| --- a/third_party/boringssl/boringssl_tests.gypi
|
| +++ b/third_party/boringssl/boringssl_tests.gypi
|
| @@ -202,6 +202,19 @@
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
| {
|
| + 'target_name': 'boringssl_hkdf_test',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'boringssl.gyp:boringssl',
|
| + ],
|
| + 'sources': [
|
| + 'src/crypto/hkdf/hkdf_test.c',
|
| + ],
|
| + # TODO(davidben): Fix size_t truncations in BoringSSL.
|
| + # https://crbug.com/429039
|
| + 'msvs_disabled_warnings': [ 4267, ],
|
| + },
|
| + {
|
| 'target_name': 'boringssl_hmac_test',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| @@ -324,6 +337,7 @@
|
| 'boringssl_evp_test',
|
| 'boringssl_example_mul',
|
| 'boringssl_gcm_test',
|
| + 'boringssl_hkdf_test',
|
| 'boringssl_hmac_test',
|
| 'boringssl_lhash_test',
|
| 'boringssl_pkcs12_test',
|
|
|