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

Unified Diff: third_party/boringssl/boringssl_tests.gypi

Issue 454543002: BoringSSL: roll DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update GYP files in light of GYP switch around. Created 6 years, 4 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 8190099bb77be18d948a2c3c20448bf3b42aa83c..f0e12dee0f00f95f0bb75b2cb41c37173ddca55f 100644
--- a/third_party/boringssl/boringssl_tests.gypi
+++ b/third_party/boringssl/boringssl_tests.gypi
@@ -186,6 +186,16 @@
'src/crypto/sha/sha1_test.c',
],
},
+ {
+ 'target_name': 'boringssl_pkcs7_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'boringssl.gyp:boringssl',
+ ],
+ 'sources': [
+ 'src/crypto/x509/pkcs7_test.c',
+ ],
+ },
],
'variables': {
'boringssl_test_targets': [
@@ -205,6 +215,7 @@
'boringssl_hmac_test',
'boringssl_lhash_test',
'boringssl_md5_test',
+ 'boringssl_pkcs7_test',
'boringssl_rsa_test',
'boringssl_sha1_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