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

Unified Diff: third_party/boringssl/boringssl_tests.gypi

Issue 1128293004: Revert of Roll src/third_party/boringssl/src 68de407:de12d6c (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thanks Rietveld, Thietveld. Created 5 years, 7 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 cec678053cbaf0c8154562baf340bdb6894de01d..81893dbb90e8a934a8fe2e2f2f4751db650cedb9 100644
--- a/third_party/boringssl/boringssl_tests.gypi
+++ b/third_party/boringssl/boringssl_tests.gypi
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# This file is created by generate_build_files.py. Do not edit manually.
+# This file is created by update_gypi_and_asm.py. Do not edit manually.
{
'targets': [
@@ -14,7 +14,6 @@
],
'sources': [
'src/crypto/base64/base64_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -28,7 +27,6 @@
],
'sources': [
'src/crypto/bio/bio_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -42,7 +40,6 @@
],
'sources': [
'src/crypto/bn/bn_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -56,7 +53,6 @@
],
'sources': [
'src/crypto/bytestring/bytestring_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -69,8 +65,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/cipher/aead_test.cc',
- '<@(boringssl_test_support_sources)',
+ 'src/crypto/cipher/aead_test.c',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -84,21 +79,6 @@
],
'sources': [
'src/crypto/cipher/cipher_test.c',
- '<@(boringssl_test_support_sources)',
- ],
- # TODO(davidben): Fix size_t truncations in BoringSSL.
- # https://crbug.com/429039
- 'msvs_disabled_warnings': [ 4267, ],
- },
- {
- 'target_name': 'boringssl_cmac_test',
- 'type': 'executable',
- 'dependencies': [
- 'boringssl.gyp:boringssl',
- ],
- 'sources': [
- 'src/crypto/cmac/cmac_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -112,7 +92,6 @@
],
'sources': [
'src/crypto/constant_time_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -125,8 +104,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/dh/dh_test.cc',
- '<@(boringssl_test_support_sources)',
+ 'src/crypto/dh/dh_test.c',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -140,7 +118,6 @@
],
'sources': [
'src/crypto/digest/digest_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -154,7 +131,6 @@
],
'sources': [
'src/crypto/dsa/dsa_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -168,7 +144,6 @@
],
'sources': [
'src/crypto/ec/ec_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -182,7 +157,6 @@
],
'sources': [
'src/crypto/ec/example_mul.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -196,7 +170,6 @@
],
'sources': [
'src/crypto/ecdsa/ecdsa_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -210,21 +183,6 @@
],
'sources': [
'src/crypto/err/err_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_evp_extra_test',
- 'type': 'executable',
- 'dependencies': [
- 'boringssl.gyp:boringssl',
- ],
- 'sources': [
- 'src/crypto/evp/evp_extra_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -238,7 +196,6 @@
],
'sources': [
'src/crypto/evp/evp_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -252,7 +209,6 @@
],
'sources': [
'src/crypto/evp/pbkdf_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -266,7 +222,6 @@
],
'sources': [
'src/crypto/hkdf/hkdf_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -280,7 +235,6 @@
],
'sources': [
'src/crypto/hmac/hmac_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -294,7 +248,6 @@
],
'sources': [
'src/crypto/lhash/lhash_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -308,7 +261,6 @@
],
'sources': [
'src/crypto/modes/gcm_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -321,8 +273,7 @@
'boringssl.gyp:boringssl',
],
'sources': [
- 'src/crypto/pkcs8/pkcs12_test.cc',
- '<@(boringssl_test_support_sources)',
+ 'src/crypto/pkcs8/pkcs12_test.c',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -336,7 +287,6 @@
],
'sources': [
'src/crypto/rsa/rsa_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -350,7 +300,6 @@
],
'sources': [
'src/crypto/thread_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -364,7 +313,6 @@
],
'sources': [
'src/crypto/x509/pkcs7_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -378,7 +326,6 @@
],
'sources': [
'src/ssl/pqueue/pqueue_test.c',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -392,7 +339,6 @@
],
'sources': [
'src/ssl/ssl_test.cc',
- '<@(boringssl_test_support_sources)',
],
# TODO(davidben): Fix size_t truncations in BoringSSL.
# https://crbug.com/429039
@@ -400,9 +346,6 @@
},
],
'variables': {
- 'boringssl_test_support_sources': [
- 'src/crypto/test/file_test.cc',
- ],
'boringssl_test_targets': [
'boringssl_aead_test',
'boringssl_base64_test',
@@ -410,7 +353,6 @@
'boringssl_bn_test',
'boringssl_bytestring_test',
'boringssl_cipher_test',
- 'boringssl_cmac_test',
'boringssl_constant_time_test',
'boringssl_dh_test',
'boringssl_digest_test',
@@ -418,7 +360,6 @@
'boringssl_ec_test',
'boringssl_ecdsa_test',
'boringssl_err_test',
- 'boringssl_evp_extra_test',
'boringssl_evp_test',
'boringssl_example_mul',
'boringssl_gcm_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