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

Unified Diff: third_party/boringssl/boringssl_tests.gypi

Issue 540523002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 3 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 | « DEPS ('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 529c094bbd7d7ed088a0820d8e399420a329bbca..04f0c43b88cc81d9109ddec568ae3d3acacea24d 100644
--- a/third_party/boringssl/boringssl_tests.gypi
+++ b/third_party/boringssl/boringssl_tests.gypi
@@ -206,6 +206,26 @@
'src/crypto/x509/pkcs7_test.c',
],
},
+ {
+ 'target_name': 'boringssl_pqueue_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'boringssl.gyp:boringssl',
+ ],
+ 'sources': [
+ 'src/ssl/pqueue/pqueue_test.c',
+ ],
+ },
+ {
+ 'target_name': 'boringssl_ssl_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'boringssl.gyp:boringssl',
+ ],
+ 'sources': [
+ 'src/ssl/ssl_test.c',
+ ],
+ },
],
'variables': {
'boringssl_test_targets': [
@@ -227,8 +247,10 @@
'boringssl_md5_test',
'boringssl_pkcs12_test',
'boringssl_pkcs7_test',
+ 'boringssl_pqueue_test',
'boringssl_rsa_test',
'boringssl_sha1_test',
+ 'boringssl_ssl_test',
],
}
}
« no previous file with comments | « DEPS ('k') | third_party/boringssl/boringssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698