Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/boringssl/BUILD.generated_tests.gni

Issue 2869243005: Roll src/third_party/boringssl/src ddfcc6a60..1e5cb820d (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f68c3869e438af05bdbd591c0aaec9450ce5b3b2..77fe830b1af8963f6128ed3df6ad755653c0d027 100644
--- a/third_party/boringssl/BUILD.generated_tests.gni
+++ b/third_party/boringssl/BUILD.generated_tests.gni
@@ -29,11 +29,11 @@ crypto_test_sources = [
"src/crypto/curve25519/x25519_test.cc",
"src/crypto/dh/dh_test.cc",
"src/crypto/dsa/dsa_test.cc",
- "src/crypto/ec/ec_test.cc",
"src/crypto/err/err_test.cc",
"src/crypto/evp/evp_extra_test.cc",
+ "src/crypto/fipsmodule/ec/ec_test.cc",
"src/crypto/fipsmodule/rand/ctrdrbg_test.cc",
- "src/crypto/rsa/rsa_test.cc",
+ "src/crypto/rsa_extra/rsa_test.cc",
"src/crypto/test/gtest_main.cc",
]
@@ -45,7 +45,7 @@ ssl_test_sources = [
template("create_tests") {
executable("boringssl_aead_test") {
sources = [
- "src/crypto/cipher/aead_test.cc",
+ "src/crypto/cipher_extra/aead_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -57,7 +57,7 @@ template("create_tests") {
executable("boringssl_cipher_test") {
sources = [
- "src/crypto/cipher/cipher_test.cc",
+ "src/crypto/cipher_extra/cipher_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -91,9 +91,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_example_mul") {
+ executable("boringssl_ecdh_test") {
sources = [
- "src/crypto/ec/example_mul.c",
+ "src/crypto/ecdh/ecdh_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -103,9 +103,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_p256-x86_64_test") {
+ executable("boringssl_evp_test") {
sources = [
- "src/crypto/ec/p256-x86_64_test.cc",
+ "src/crypto/evp/evp_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -115,9 +115,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_ecdh_test") {
+ executable("boringssl_pbkdf_test") {
sources = [
- "src/crypto/ecdh/ecdh_test.cc",
+ "src/crypto/evp/pbkdf_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -127,9 +127,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_ecdsa_sign_test") {
+ executable("boringssl_aes_test") {
sources = [
- "src/crypto/ecdsa/ecdsa_sign_test.cc",
+ "src/crypto/fipsmodule/aes/aes_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -139,9 +139,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_ecdsa_test") {
+ executable("boringssl_bn_test") {
sources = [
- "src/crypto/ecdsa/ecdsa_test.cc",
+ "src/crypto/fipsmodule/bn/bn_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -151,9 +151,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_ecdsa_verify_test") {
+ executable("boringssl_example_mul") {
sources = [
- "src/crypto/ecdsa/ecdsa_verify_test.cc",
+ "src/crypto/fipsmodule/ec/example_mul.c",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -163,9 +163,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_evp_test") {
+ executable("boringssl_p256-x86_64_test") {
sources = [
- "src/crypto/evp/evp_test.cc",
+ "src/crypto/fipsmodule/ec/p256-x86_64_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -175,9 +175,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_pbkdf_test") {
+ executable("boringssl_ecdsa_sign_test") {
sources = [
- "src/crypto/evp/pbkdf_test.cc",
+ "src/crypto/fipsmodule/ecdsa/ecdsa_sign_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -187,9 +187,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_aes_test") {
+ executable("boringssl_ecdsa_test") {
sources = [
- "src/crypto/fipsmodule/aes/aes_test.cc",
+ "src/crypto/fipsmodule/ecdsa/ecdsa_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -199,9 +199,9 @@ template("create_tests") {
deps = invoker.deps
}
- executable("boringssl_bn_test") {
+ executable("boringssl_ecdsa_verify_test") {
sources = [
- "src/crypto/fipsmodule/bn/bn_test.cc",
+ "src/crypto/fipsmodule/ecdsa/ecdsa_verify_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
« no previous file with comments | « third_party/boringssl/BUILD.generated.gni ('k') | third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698