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

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

Issue 2811393005: Roll src/third_party/boringssl/src c8ff30cbe..bc6a76b0e (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/boringssl/BUILD.generated.gni ('k') | third_party/boringssl/err_data.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2cdd2415e2723ff2356edc1d72aeedcda6bb3b09..71931bb7620e8038d64d7664cafadc5fe51ed400 100644
--- a/third_party/boringssl/BUILD.generated_tests.gni
+++ b/third_party/boringssl/BUILD.generated_tests.gni
@@ -26,6 +26,7 @@ crypto_test_sources = [
"src/crypto/ec/ec_test.cc",
"src/crypto/err/err_test.cc",
"src/crypto/evp/evp_extra_test.cc",
+ "src/crypto/rand/ctrdrbg_test.cc",
"src/crypto/rsa/rsa_test.cc",
"src/crypto/test/gtest_main.cc",
]
@@ -146,7 +147,7 @@ template("create_tests") {
executable("boringssl_digest_test") {
sources = [
- "src/crypto/digest/digest_test.cc",
+ "src/crypto/digest_extra/digest_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -266,7 +267,7 @@ template("create_tests") {
executable("boringssl_hmac_test") {
sources = [
- "src/crypto/hmac/hmac_test.cc",
+ "src/crypto/hmac_extra/hmac_test.cc",
]
sources += test_support_sources
if (defined(invoker.configs_exclude)) {
@@ -360,6 +361,18 @@ template("create_tests") {
deps = invoker.deps
}
+ executable("boringssl_ctrdrbg_vector_test") {
+ sources = [
+ "src/crypto/rand/ctrdrbg_vector_test.cc",
+ ]
+ sources += test_support_sources
+ if (defined(invoker.configs_exclude)) {
+ configs -= invoker.configs_exclude
+ }
+ configs += invoker.configs
+ deps = invoker.deps
+ }
+
executable("boringssl_refcount_test") {
sources = [
"src/crypto/refcount_test.cc",
@@ -441,6 +454,7 @@ template("create_tests") {
":boringssl_bytestring_test",
":boringssl_cipher_test",
":boringssl_cmac_test",
+ ":boringssl_ctrdrbg_vector_test",
":boringssl_digest_test",
":boringssl_ecdh_test",
":boringssl_ecdsa_sign_test",
« no previous file with comments | « third_party/boringssl/BUILD.generated.gni ('k') | third_party/boringssl/err_data.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698