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

Unified Diff: third_party/boringssl/boringssl_tests.gypi

Issue 1056153002: Reland 'Require ECDHE for False Start.' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/boringssl.gypi ('k') | third_party/boringssl/boringssl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl_tests.gypi
diff --git a/third_party/boringssl/boringssl_tests.gypi b/third_party/boringssl/boringssl_tests.gypi
index 0373742cbe96b4c3b5fe59633824893b8ee67b6a..e1b606a143340a4a64a9cd809f1aa528743c3f51 100644
--- a/third_party/boringssl/boringssl_tests.gypi
+++ b/third_party/boringssl/boringssl_tests.gypi
@@ -13,7 +13,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/base64/base64_test.c',
+ 'src/crypto/base64/base64_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -26,7 +26,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/bio/bio_test.c',
+ 'src/crypto/bio/bio_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -39,7 +39,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/bn/bn_test.c',
+ 'src/crypto/bn/bn_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -52,7 +52,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/bytestring/bytestring_test.c',
+ 'src/crypto/bytestring/bytestring_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -117,7 +117,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/digest/digest_test.c',
+ 'src/crypto/digest/digest_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -182,7 +182,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/err/err_test.c',
+ 'src/crypto/err/err_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -195,7 +195,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/evp/evp_test.c',
+ 'src/crypto/evp/evp_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -208,7 +208,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/evp/pbkdf_test.c',
+ 'src/crypto/evp/pbkdf_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -234,7 +234,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/hmac/hmac_test.c',
+ 'src/crypto/hmac/hmac_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -293,6 +293,19 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ 'target_name': 'boringssl_thread_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'boringssl.gyp:boringssl',
+ ],
+ 'sources': [
+ 'src/crypto/thread_test.c',
+ ],
+ # TODO(davidben): Fix size_t truncations in BoringSSL.
+ # https://crbug.com/429039
+ 'msvs_disabled_warnings': [ 4267, ],
+ },
+ {
'target_name': 'boringssl_pkcs7_test',
'type': 'executable',
'dependencies': [
@@ -325,7 +338,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/ssl/ssl_test.c',
+ 'src/ssl/ssl_test.cc',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -359,6 +372,7 @@
'boringssl_pqueue_test',
'boringssl_rsa_test',
'boringssl_ssl_test',
+ 'boringssl_thread_test',
],
}
}
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/boringssl/boringssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698