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 generate_build_files.py. Do not edit manually.
10 'target_name': 'boringssl_base64_test',
13 'boringssl.gyp:boringssl',
16 'src/crypto/base64/base64_test.cc',
17 '<@(boringssl_test_support_sources)',
19 # TODO(davidben): Fix size_t truncations in BoringSSL.
20 # https://crbug.com/429039
21 'msvs_disabled_warnings': [ 4267, ],
24 'target_name': 'boringssl_bio_test',
27 'boringssl.gyp:boringssl',
30 'src/crypto/bio/bio_test.cc',
31 '<@(boringssl_test_support_sources)',
33 # TODO(davidben): Fix size_t truncations in BoringSSL.
34 # https://crbug.com/429039
35 'msvs_disabled_warnings': [ 4267, ],
38 'target_name': 'boringssl_bn_test',
41 'boringssl.gyp:boringssl',
44 'src/crypto/bn/bn_test.cc',
45 '<@(boringssl_test_support_sources)',
47 # TODO(davidben): Fix size_t truncations in BoringSSL.
48 # https://crbug.com/429039
49 'msvs_disabled_warnings': [ 4267, ],
52 'target_name': 'boringssl_bytestring_test',
55 'boringssl.gyp:boringssl',
58 'src/crypto/bytestring/bytestring_test.cc',
59 '<@(boringssl_test_support_sources)',
61 # TODO(davidben): Fix size_t truncations in BoringSSL.
62 # https://crbug.com/429039
63 'msvs_disabled_warnings': [ 4267, ],
66 'target_name': 'boringssl_aead_test',
69 'boringssl.gyp:boringssl',
72 'src/crypto/cipher/aead_test.cc',
73 '<@(boringssl_test_support_sources)',
75 # TODO(davidben): Fix size_t truncations in BoringSSL.
76 # https://crbug.com/429039
77 'msvs_disabled_warnings': [ 4267, ],
80 'target_name': 'boringssl_cipher_test',
83 'boringssl.gyp:boringssl',
86 'src/crypto/cipher/cipher_test.cc',
87 '<@(boringssl_test_support_sources)',
89 # TODO(davidben): Fix size_t truncations in BoringSSL.
90 # https://crbug.com/429039
91 'msvs_disabled_warnings': [ 4267, ],
94 'target_name': 'boringssl_cmac_test',
97 'boringssl.gyp:boringssl',
100 'src/crypto/cmac/cmac_test.cc',
101 '<@(boringssl_test_support_sources)',
103 # TODO(davidben): Fix size_t truncations in BoringSSL.
104 # https://crbug.com/429039
105 'msvs_disabled_warnings': [ 4267, ],
108 'target_name': 'boringssl_constant_time_test',
109 'type': 'executable',
111 'boringssl.gyp:boringssl',
114 'src/crypto/constant_time_test.c',
115 '<@(boringssl_test_support_sources)',
117 # TODO(davidben): Fix size_t truncations in BoringSSL.
118 # https://crbug.com/429039
119 'msvs_disabled_warnings': [ 4267, ],
122 'target_name': 'boringssl_dh_test',
123 'type': 'executable',
125 'boringssl.gyp:boringssl',
128 'src/crypto/dh/dh_test.cc',
129 '<@(boringssl_test_support_sources)',
131 # TODO(davidben): Fix size_t truncations in BoringSSL.
132 # https://crbug.com/429039
133 'msvs_disabled_warnings': [ 4267, ],
136 'target_name': 'boringssl_digest_test',
137 'type': 'executable',
139 'boringssl.gyp:boringssl',
142 'src/crypto/digest/digest_test.cc',
143 '<@(boringssl_test_support_sources)',
145 # TODO(davidben): Fix size_t truncations in BoringSSL.
146 # https://crbug.com/429039
147 'msvs_disabled_warnings': [ 4267, ],
150 'target_name': 'boringssl_dsa_test',
151 'type': 'executable',
153 'boringssl.gyp:boringssl',
156 'src/crypto/dsa/dsa_test.c',
157 '<@(boringssl_test_support_sources)',
159 # TODO(davidben): Fix size_t truncations in BoringSSL.
160 # https://crbug.com/429039
161 'msvs_disabled_warnings': [ 4267, ],
164 'target_name': 'boringssl_ec_test',
165 'type': 'executable',
167 'boringssl.gyp:boringssl',
170 'src/crypto/ec/ec_test.cc',
171 '<@(boringssl_test_support_sources)',
173 # TODO(davidben): Fix size_t truncations in BoringSSL.
174 # https://crbug.com/429039
175 'msvs_disabled_warnings': [ 4267, ],
178 'target_name': 'boringssl_example_mul',
179 'type': 'executable',
181 'boringssl.gyp:boringssl',
184 'src/crypto/ec/example_mul.c',
185 '<@(boringssl_test_support_sources)',
187 # TODO(davidben): Fix size_t truncations in BoringSSL.
188 # https://crbug.com/429039
189 'msvs_disabled_warnings': [ 4267, ],
192 'target_name': 'boringssl_ecdsa_test',
193 'type': 'executable',
195 'boringssl.gyp:boringssl',
198 'src/crypto/ecdsa/ecdsa_test.cc',
199 '<@(boringssl_test_support_sources)',
201 # TODO(davidben): Fix size_t truncations in BoringSSL.
202 # https://crbug.com/429039
203 'msvs_disabled_warnings': [ 4267, ],
206 'target_name': 'boringssl_err_test',
207 'type': 'executable',
209 'boringssl.gyp:boringssl',
212 'src/crypto/err/err_test.cc',
213 '<@(boringssl_test_support_sources)',
215 # TODO(davidben): Fix size_t truncations in BoringSSL.
216 # https://crbug.com/429039
217 'msvs_disabled_warnings': [ 4267, ],
220 'target_name': 'boringssl_evp_extra_test',
221 'type': 'executable',
223 'boringssl.gyp:boringssl',
226 'src/crypto/evp/evp_extra_test.cc',
227 '<@(boringssl_test_support_sources)',
229 # TODO(davidben): Fix size_t truncations in BoringSSL.
230 # https://crbug.com/429039
231 'msvs_disabled_warnings': [ 4267, ],
234 'target_name': 'boringssl_evp_test',
235 'type': 'executable',
237 'boringssl.gyp:boringssl',
240 'src/crypto/evp/evp_test.cc',
241 '<@(boringssl_test_support_sources)',
243 # TODO(davidben): Fix size_t truncations in BoringSSL.
244 # https://crbug.com/429039
245 'msvs_disabled_warnings': [ 4267, ],
248 'target_name': 'boringssl_pbkdf_test',
249 'type': 'executable',
251 'boringssl.gyp:boringssl',
254 'src/crypto/evp/pbkdf_test.cc',
255 '<@(boringssl_test_support_sources)',
257 # TODO(davidben): Fix size_t truncations in BoringSSL.
258 # https://crbug.com/429039
259 'msvs_disabled_warnings': [ 4267, ],
262 'target_name': 'boringssl_hkdf_test',
263 'type': 'executable',
265 'boringssl.gyp:boringssl',
268 'src/crypto/hkdf/hkdf_test.c',
269 '<@(boringssl_test_support_sources)',
271 # TODO(davidben): Fix size_t truncations in BoringSSL.
272 # https://crbug.com/429039
273 'msvs_disabled_warnings': [ 4267, ],
276 'target_name': 'boringssl_hmac_test',
277 'type': 'executable',
279 'boringssl.gyp:boringssl',
282 'src/crypto/hmac/hmac_test.cc',
283 '<@(boringssl_test_support_sources)',
285 # TODO(davidben): Fix size_t truncations in BoringSSL.
286 # https://crbug.com/429039
287 'msvs_disabled_warnings': [ 4267, ],
290 'target_name': 'boringssl_lhash_test',
291 'type': 'executable',
293 'boringssl.gyp:boringssl',
296 'src/crypto/lhash/lhash_test.c',
297 '<@(boringssl_test_support_sources)',
299 # TODO(davidben): Fix size_t truncations in BoringSSL.
300 # https://crbug.com/429039
301 'msvs_disabled_warnings': [ 4267, ],
304 'target_name': 'boringssl_gcm_test',
305 'type': 'executable',
307 'boringssl.gyp:boringssl',
310 'src/crypto/modes/gcm_test.c',
311 '<@(boringssl_test_support_sources)',
313 # TODO(davidben): Fix size_t truncations in BoringSSL.
314 # https://crbug.com/429039
315 'msvs_disabled_warnings': [ 4267, ],
318 'target_name': 'boringssl_pkcs12_test',
319 'type': 'executable',
321 'boringssl.gyp:boringssl',
324 'src/crypto/pkcs8/pkcs12_test.cc',
325 '<@(boringssl_test_support_sources)',
327 # TODO(davidben): Fix size_t truncations in BoringSSL.
328 # https://crbug.com/429039
329 'msvs_disabled_warnings': [ 4267, ],
332 'target_name': 'boringssl_refcount_test',
333 'type': 'executable',
335 'boringssl.gyp:boringssl',
338 'src/crypto/refcount_test.c',
339 '<@(boringssl_test_support_sources)',
341 # TODO(davidben): Fix size_t truncations in BoringSSL.
342 # https://crbug.com/429039
343 'msvs_disabled_warnings': [ 4267, ],
346 'target_name': 'boringssl_rsa_test',
347 'type': 'executable',
349 'boringssl.gyp:boringssl',
352 'src/crypto/rsa/rsa_test.c',
353 '<@(boringssl_test_support_sources)',
355 # TODO(davidben): Fix size_t truncations in BoringSSL.
356 # https://crbug.com/429039
357 'msvs_disabled_warnings': [ 4267, ],
360 'target_name': 'boringssl_thread_test',
361 'type': 'executable',
363 'boringssl.gyp:boringssl',
366 'src/crypto/thread_test.c',
367 '<@(boringssl_test_support_sources)',
369 # TODO(davidben): Fix size_t truncations in BoringSSL.
370 # https://crbug.com/429039
371 'msvs_disabled_warnings': [ 4267, ],
374 'target_name': 'boringssl_pkcs7_test',
375 'type': 'executable',
377 'boringssl.gyp:boringssl',
380 'src/crypto/x509/pkcs7_test.c',
381 '<@(boringssl_test_support_sources)',
383 # TODO(davidben): Fix size_t truncations in BoringSSL.
384 # https://crbug.com/429039
385 'msvs_disabled_warnings': [ 4267, ],
388 'target_name': 'boringssl_pqueue_test',
389 'type': 'executable',
391 'boringssl.gyp:boringssl',
394 'src/ssl/pqueue/pqueue_test.c',
395 '<@(boringssl_test_support_sources)',
397 # TODO(davidben): Fix size_t truncations in BoringSSL.
398 # https://crbug.com/429039
399 'msvs_disabled_warnings': [ 4267, ],
402 'target_name': 'boringssl_ssl_test',
403 'type': 'executable',
405 'boringssl.gyp:boringssl',
408 'src/ssl/ssl_test.cc',
409 '<@(boringssl_test_support_sources)',
411 # TODO(davidben): Fix size_t truncations in BoringSSL.
412 # https://crbug.com/429039
413 'msvs_disabled_warnings': [ 4267, ],
417 'boringssl_test_support_sources': [
418 'src/crypto/test/file_test.cc',
419 'src/crypto/test/malloc.cc',
421 'boringssl_test_targets': [
422 'boringssl_aead_test',
423 'boringssl_base64_test',
424 'boringssl_bio_test',
426 'boringssl_bytestring_test',
427 'boringssl_cipher_test',
428 'boringssl_cmac_test',
429 'boringssl_constant_time_test',
431 'boringssl_digest_test',
432 'boringssl_dsa_test',
434 'boringssl_ecdsa_test',
435 'boringssl_err_test',
436 'boringssl_evp_extra_test',
437 'boringssl_evp_test',
438 'boringssl_example_mul',
439 'boringssl_gcm_test',
440 'boringssl_hkdf_test',
441 'boringssl_hmac_test',
442 'boringssl_lhash_test',
443 'boringssl_pbkdf_test',
444 'boringssl_pkcs12_test',
445 'boringssl_pkcs7_test',
446 'boringssl_pqueue_test',
447 'boringssl_refcount_test',
448 'boringssl_rsa_test',
449 'boringssl_ssl_test',
450 'boringssl_thread_test',