| Index: third_party/boringssl/boringssl_tests.gypi
|
| diff --git a/third_party/boringssl/boringssl_tests.gypi b/third_party/boringssl/boringssl_tests.gypi
|
| index 81893dbb90e8a934a8fe2e2f2f4751db650cedb9..60c2b38fdfc4cefdbcf71078c28ae6dcc84bdf4f 100644
|
| --- a/third_party/boringssl/boringssl_tests.gypi
|
| +++ b/third_party/boringssl/boringssl_tests.gypi
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# This file is created by update_gypi_and_asm.py. Do not edit manually.
|
| +# This file is created by generate_build_files.py. Do not edit manually.
|
|
|
| {
|
| 'targets': [
|
| @@ -85,6 +85,19 @@
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
| {
|
| + 'target_name': 'boringssl_cmac_test',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'boringssl.gyp:boringssl',
|
| + ],
|
| + 'sources': [
|
| + 'src/crypto/cmac/cmac_test.cc',
|
| + ],
|
| + # TODO(davidben): Fix size_t truncations in BoringSSL.
|
| + # https://crbug.com/429039
|
| + 'msvs_disabled_warnings': [ 4267, ],
|
| + },
|
| + {
|
| 'target_name': 'boringssl_constant_time_test',
|
| 'type': 'executable',
|
| 'dependencies': [
|
| @@ -353,6 +366,7 @@
|
| 'boringssl_bn_test',
|
| 'boringssl_bytestring_test',
|
| 'boringssl_cipher_test',
|
| + 'boringssl_cmac_test',
|
| 'boringssl_constant_time_test',
|
| 'boringssl_dh_test',
|
| 'boringssl_digest_test',
|
|
|