| Index: third_party/boringssl/BUILD.generated_tests.gni
|
| diff --git a/third_party/boringssl/BUILD.generated_tests.gni b/third_party/boringssl/BUILD.generated_tests.gni
|
| index c249ca8236aaf3d3e5b41edaf0ef33824ea13613..5169b8e33c8697a123842c188a3ce7c7f196a8e1 100644
|
| --- a/third_party/boringssl/BUILD.generated_tests.gni
|
| +++ b/third_party/boringssl/BUILD.generated_tests.gni
|
| @@ -16,8 +16,10 @@ test_support_sources = [
|
| ]
|
|
|
| crypto_test_sources = [
|
| + "src/crypto/chacha/chacha_test.cc",
|
| "src/crypto/dh/dh_test.cc",
|
| "src/crypto/dsa/dsa_test.cc",
|
| + "src/crypto/err/err_test.cc",
|
| "src/crypto/test/gtest_main.cc",
|
| ]
|
|
|
| @@ -99,18 +101,6 @@ template("create_tests") {
|
| deps = invoker.deps
|
| }
|
|
|
| - executable("boringssl_chacha_test") {
|
| - sources = [
|
| - "src/crypto/chacha/chacha_test.cc",
|
| - ]
|
| - sources += test_support_sources
|
| - if (defined(invoker.configs_exclude)) {
|
| - configs -= invoker.configs_exclude
|
| - }
|
| - configs += invoker.configs
|
| - deps = invoker.deps
|
| - }
|
| -
|
| executable("boringssl_aead_test") {
|
| sources = [
|
| "src/crypto/cipher/aead_test.cc",
|
| @@ -291,18 +281,6 @@ template("create_tests") {
|
| deps = invoker.deps
|
| }
|
|
|
| - executable("boringssl_err_test") {
|
| - sources = [
|
| - "src/crypto/err/err_test.cc",
|
| - ]
|
| - sources += test_support_sources
|
| - if (defined(invoker.configs_exclude)) {
|
| - configs -= invoker.configs_exclude
|
| - }
|
| - configs += invoker.configs
|
| - deps = invoker.deps
|
| - }
|
| -
|
| executable("boringssl_evp_extra_test") {
|
| sources = [
|
| "src/crypto/evp/evp_extra_test.cc",
|
| @@ -540,7 +518,6 @@ template("create_tests") {
|
| ":boringssl_bio_test",
|
| ":boringssl_bn_test",
|
| ":boringssl_bytestring_test",
|
| - ":boringssl_chacha_test",
|
| ":boringssl_cipher_test",
|
| ":boringssl_cmac_test",
|
| ":boringssl_constant_time_test",
|
| @@ -551,7 +528,6 @@ template("create_tests") {
|
| ":boringssl_ecdsa_test",
|
| ":boringssl_ecdsa_verify_test",
|
| ":boringssl_ed25519_test",
|
| - ":boringssl_err_test",
|
| ":boringssl_evp_extra_test",
|
| ":boringssl_evp_test",
|
| ":boringssl_example_mul",
|
|
|