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

Unified Diff: third_party/boringssl/boringssl_tests.gypi

Issue 2050383002: Roll src/third_party/boringssl/src 0fc7df55c..166958944 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll a little further Created 4 years, 6 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/linux-x86/crypto/chacha/chacha-x86.S » ('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 3e492596daa732d0437a88cece3a11324157f775..881a7a2be8ff4b4629336fd6eea514731fa1fa50 100644
--- a/third_party/boringssl/boringssl_tests.gypi
+++ b/third_party/boringssl/boringssl_tests.gypi
@@ -399,6 +399,20 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ 'target_name': 'boringssl_newhope_statistical_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'boringssl.gyp:boringssl',
+ ],
+ 'sources': [
+ 'src/crypto/newhope/newhope_statistical_test.cc',
+ '<@(boringssl_test_support_sources)',
+ ],
+ # TODO(davidben): Fix size_t truncations in BoringSSL.
+ # https://crbug.com/429039
+ 'msvs_disabled_warnings': [ 4267, ],
+ },
+ {
'target_name': 'boringssl_newhope_test',
'type': 'executable',
'dependencies': [
@@ -641,6 +655,7 @@
'boringssl_hkdf_test',
'boringssl_hmac_test',
'boringssl_lhash_test',
+ 'boringssl_newhope_statistical_test',
'boringssl_newhope_test',
'boringssl_newhope_vectors_test',
'boringssl_obj_test',
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/boringssl/linux-x86/crypto/chacha/chacha-x86.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698