| Index: third_party/boringssl/boringssl_tests.gypi
|
| diff --git a/third_party/boringssl/boringssl_tests.gypi b/third_party/boringssl/boringssl_tests.gypi
|
| index ebf81c037a4fd80c1b5c499ff73fd4eab0a2cb1b..ec469efd91038c25ec039bde22bb9e1bcf14b0b8 100644
|
| --- a/third_party/boringssl/boringssl_tests.gypi
|
| +++ b/third_party/boringssl/boringssl_tests.gypi
|
| @@ -455,6 +455,20 @@
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
| {
|
| + 'target_name': 'boringssl_x509_test',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'boringssl.gyp:boringssl',
|
| + ],
|
| + 'sources': [
|
| + 'src/crypto/x509/x509_test.cc',
|
| + '<@(boringssl_test_support_sources)',
|
| + ],
|
| + # TODO(davidben): Fix size_t truncations in BoringSSL.
|
| + # https://crbug.com/429039
|
| + 'msvs_disabled_warnings': [ 4267, ],
|
| + },
|
| + {
|
| 'target_name': 'boringssl_tab_test',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| @@ -554,6 +568,7 @@
|
| 'boringssl_thread_test',
|
| 'boringssl_v3name_test',
|
| 'boringssl_x25519_test',
|
| + 'boringssl_x509_test',
|
| ],
|
| }
|
| }
|
|
|