1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # This file is created by update_gypi_and_asm.py. Do not edit manually.
10 'target_name': 'boringssl_base64_test',
13 'boringssl.gyp:boringssl',
16 'src/crypto/base64/base64_test.c',
20 'target_name': 'boringssl_bio_test',
23 'boringssl.gyp:boringssl',
26 'src/crypto/bio/bio_test.c',
30 'target_name': 'boringssl_bn_test',
33 'boringssl.gyp:boringssl',
36 'src/crypto/bn/bn_test.c',
40 'target_name': 'boringssl_bytestring_test',
43 'boringssl.gyp:boringssl',
46 'src/crypto/bytestring/bytestring_test.c',
50 'target_name': 'boringssl_aead_test',
53 'boringssl.gyp:boringssl',
56 'src/crypto/cipher/aead_test.c',
60 'target_name': 'boringssl_cipher_test',
63 'boringssl.gyp:boringssl',
66 'src/crypto/cipher/cipher_test.c',
70 'target_name': 'boringssl_dh_test',
73 'boringssl.gyp:boringssl',
76 'src/crypto/dh/dh_test.c',
80 'target_name': 'boringssl_dsa_test',
83 'boringssl.gyp:boringssl',
86 'src/crypto/dsa/dsa_test.c',
90 'target_name': 'boringssl_example_mul',
93 'boringssl.gyp:boringssl',
96 'src/crypto/ec/example_mul.c',
100 'target_name': 'boringssl_ecdsa_test',
101 'type': 'executable',
103 'boringssl.gyp:boringssl',
106 'src/crypto/ecdsa/ecdsa_test.c',
110 'target_name': 'boringssl_err_test',
111 'type': 'executable',
113 'boringssl.gyp:boringssl',
116 'src/crypto/err/err_test.c',
120 'target_name': 'boringssl_example_sign',
121 'type': 'executable',
123 'boringssl.gyp:boringssl',
126 'src/crypto/evp/example_sign.c',
130 'target_name': 'boringssl_hmac_test',
131 'type': 'executable',
133 'boringssl.gyp:boringssl',
136 'src/crypto/hmac/hmac_test.c',
140 'target_name': 'boringssl_lhash_test',
141 'type': 'executable',
143 'boringssl.gyp:boringssl',
146 'src/crypto/lhash/lhash_test.c',
150 'target_name': 'boringssl_md5_test',
151 'type': 'executable',
153 'boringssl.gyp:boringssl',
156 'src/crypto/md5/md5_test.c',
160 'target_name': 'boringssl_gcm_test',
161 'type': 'executable',
163 'boringssl.gyp:boringssl',
166 'src/crypto/modes/gcm_test.c',
170 'target_name': 'boringssl_pkcs12_test',
171 'type': 'executable',
173 'boringssl.gyp:boringssl',
176 'src/crypto/pkcs8/pkcs12_test.c',
180 'target_name': 'boringssl_rsa_test',
181 'type': 'executable',
183 'boringssl.gyp:boringssl',
186 'src/crypto/rsa/rsa_test.c',
190 'target_name': 'boringssl_sha1_test',
191 'type': 'executable',
193 'boringssl.gyp:boringssl',
196 'src/crypto/sha/sha1_test.c',
200 'target_name': 'boringssl_pkcs7_test',
201 'type': 'executable',
203 'boringssl.gyp:boringssl',
206 'src/crypto/x509/pkcs7_test.c',
210 'target_name': 'boringssl_pqueue_test',
211 'type': 'executable',
213 'boringssl.gyp:boringssl',
216 'src/ssl/pqueue/pqueue_test.c',
220 'target_name': 'boringssl_ssl_test',
221 'type': 'executable',
223 'boringssl.gyp:boringssl',
226 'src/ssl/ssl_test.c',
231 'boringssl_test_targets': [
232 'boringssl_aead_test',
233 'boringssl_base64_test',
234 'boringssl_bio_test',
236 'boringssl_bytestring_test',
237 'boringssl_cipher_test',
239 'boringssl_dsa_test',
240 'boringssl_ecdsa_test',
241 'boringssl_err_test',
242 'boringssl_example_mul',
243 'boringssl_example_sign',
244 'boringssl_gcm_test',
245 'boringssl_hmac_test',
246 'boringssl_lhash_test',
247 'boringssl_md5_test',
248 'boringssl_pkcs12_test',
249 'boringssl_pkcs7_test',
250 'boringssl_pqueue_test',
251 'boringssl_rsa_test',
252 'boringssl_sha1_test',
253 'boringssl_ssl_test',