| Index: third_party/boringssl/boringssl_tests.gypi
|
| diff --git a/third_party/boringssl/boringssl_tests.gypi b/third_party/boringssl/boringssl_tests.gypi
|
| index 8542e5c20a81cc5b9222b555f8fe8587d66336e0..1076214f33e3c49037069fd8ba2d067f2bf4808a 100644
|
| --- a/third_party/boringssl/boringssl_tests.gypi
|
| +++ b/third_party/boringssl/boringssl_tests.gypi
|
| @@ -595,20 +595,6 @@
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
| {
|
| - 'target_name': 'boringssl_pqueue_test',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - 'boringssl.gyp:boringssl',
|
| - ],
|
| - 'sources': [
|
| - 'src/ssl/pqueue/pqueue_test.c',
|
| - '<@(boringssl_test_support_sources)',
|
| - ],
|
| - # TODO(davidben): Fix size_t truncations in BoringSSL.
|
| - # https://crbug.com/429039
|
| - 'msvs_disabled_warnings': [ 4267, ],
|
| - },
|
| - {
|
| 'target_name': 'boringssl_ssl_test',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| @@ -671,7 +657,6 @@
|
| 'boringssl_pkcs7_test',
|
| 'boringssl_pkcs8_test',
|
| 'boringssl_poly1305_test',
|
| - 'boringssl_pqueue_test',
|
| 'boringssl_refcount_test',
|
| 'boringssl_rsa_test',
|
| 'boringssl_spake25519_test',
|
|
|