OLD | NEW |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # This file is created by generate_build_files.py. Do not edit manually. | 5 # This file is created by generate_build_files.py. Do not edit manually. |
6 | 6 |
7 { | 7 { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
| 10 'target_name': 'boringssl_aes_test', |
| 11 'type': 'executable', |
| 12 'dependencies': [ |
| 13 'boringssl.gyp:boringssl', |
| 14 ], |
| 15 'sources': [ |
| 16 'src/crypto/aes/aes_test.cc', |
| 17 '<@(boringssl_test_support_sources)', |
| 18 ], |
| 19 # TODO(davidben): Fix size_t truncations in BoringSSL. |
| 20 # https://crbug.com/429039 |
| 21 'msvs_disabled_warnings': [ 4267, ], |
| 22 }, |
| 23 { |
10 'target_name': 'boringssl_base64_test', | 24 'target_name': 'boringssl_base64_test', |
11 'type': 'executable', | 25 'type': 'executable', |
12 'dependencies': [ | 26 'dependencies': [ |
13 'boringssl.gyp:boringssl', | 27 'boringssl.gyp:boringssl', |
14 ], | 28 ], |
15 'sources': [ | 29 'sources': [ |
16 'src/crypto/base64/base64_test.cc', | 30 'src/crypto/base64/base64_test.cc', |
17 '<@(boringssl_test_support_sources)', | 31 '<@(boringssl_test_support_sources)', |
18 ], | 32 ], |
19 # TODO(davidben): Fix size_t truncations in BoringSSL. | 33 # TODO(davidben): Fix size_t truncations in BoringSSL. |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 ], | 126 ], |
113 'sources': [ | 127 'sources': [ |
114 'src/crypto/constant_time_test.c', | 128 'src/crypto/constant_time_test.c', |
115 '<@(boringssl_test_support_sources)', | 129 '<@(boringssl_test_support_sources)', |
116 ], | 130 ], |
117 # TODO(davidben): Fix size_t truncations in BoringSSL. | 131 # TODO(davidben): Fix size_t truncations in BoringSSL. |
118 # https://crbug.com/429039 | 132 # https://crbug.com/429039 |
119 'msvs_disabled_warnings': [ 4267, ], | 133 'msvs_disabled_warnings': [ 4267, ], |
120 }, | 134 }, |
121 { | 135 { |
| 136 'target_name': 'boringssl_ed25519_test', |
| 137 'type': 'executable', |
| 138 'dependencies': [ |
| 139 'boringssl.gyp:boringssl', |
| 140 ], |
| 141 'sources': [ |
| 142 'src/crypto/curve25519/ed25519_test.cc', |
| 143 '<@(boringssl_test_support_sources)', |
| 144 ], |
| 145 # TODO(davidben): Fix size_t truncations in BoringSSL. |
| 146 # https://crbug.com/429039 |
| 147 'msvs_disabled_warnings': [ 4267, ], |
| 148 }, |
| 149 { |
| 150 'target_name': 'boringssl_x25519_test', |
| 151 'type': 'executable', |
| 152 'dependencies': [ |
| 153 'boringssl.gyp:boringssl', |
| 154 ], |
| 155 'sources': [ |
| 156 'src/crypto/curve25519/x25519_test.cc', |
| 157 '<@(boringssl_test_support_sources)', |
| 158 ], |
| 159 # TODO(davidben): Fix size_t truncations in BoringSSL. |
| 160 # https://crbug.com/429039 |
| 161 'msvs_disabled_warnings': [ 4267, ], |
| 162 }, |
| 163 { |
122 'target_name': 'boringssl_dh_test', | 164 'target_name': 'boringssl_dh_test', |
123 'type': 'executable', | 165 'type': 'executable', |
124 'dependencies': [ | 166 'dependencies': [ |
125 'boringssl.gyp:boringssl', | 167 'boringssl.gyp:boringssl', |
126 ], | 168 ], |
127 'sources': [ | 169 'sources': [ |
128 'src/crypto/dh/dh_test.cc', | 170 'src/crypto/dh/dh_test.cc', |
129 '<@(boringssl_test_support_sources)', | 171 '<@(boringssl_test_support_sources)', |
130 ], | 172 ], |
131 # TODO(davidben): Fix size_t truncations in BoringSSL. | 173 # TODO(davidben): Fix size_t truncations in BoringSSL. |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 ], | 364 ], |
323 'sources': [ | 365 'sources': [ |
324 'src/crypto/pkcs8/pkcs12_test.cc', | 366 'src/crypto/pkcs8/pkcs12_test.cc', |
325 '<@(boringssl_test_support_sources)', | 367 '<@(boringssl_test_support_sources)', |
326 ], | 368 ], |
327 # TODO(davidben): Fix size_t truncations in BoringSSL. | 369 # TODO(davidben): Fix size_t truncations in BoringSSL. |
328 # https://crbug.com/429039 | 370 # https://crbug.com/429039 |
329 'msvs_disabled_warnings': [ 4267, ], | 371 'msvs_disabled_warnings': [ 4267, ], |
330 }, | 372 }, |
331 { | 373 { |
| 374 'target_name': 'boringssl_pkcs8_test', |
| 375 'type': 'executable', |
| 376 'dependencies': [ |
| 377 'boringssl.gyp:boringssl', |
| 378 ], |
| 379 'sources': [ |
| 380 'src/crypto/pkcs8/pkcs8_test.cc', |
| 381 '<@(boringssl_test_support_sources)', |
| 382 ], |
| 383 # TODO(davidben): Fix size_t truncations in BoringSSL. |
| 384 # https://crbug.com/429039 |
| 385 'msvs_disabled_warnings': [ 4267, ], |
| 386 }, |
| 387 { |
| 388 'target_name': 'boringssl_poly1305_test', |
| 389 'type': 'executable', |
| 390 'dependencies': [ |
| 391 'boringssl.gyp:boringssl', |
| 392 ], |
| 393 'sources': [ |
| 394 'src/crypto/poly1305/poly1305_test.cc', |
| 395 '<@(boringssl_test_support_sources)', |
| 396 ], |
| 397 # TODO(davidben): Fix size_t truncations in BoringSSL. |
| 398 # https://crbug.com/429039 |
| 399 'msvs_disabled_warnings': [ 4267, ], |
| 400 }, |
| 401 { |
332 'target_name': 'boringssl_refcount_test', | 402 'target_name': 'boringssl_refcount_test', |
333 'type': 'executable', | 403 'type': 'executable', |
334 'dependencies': [ | 404 'dependencies': [ |
335 'boringssl.gyp:boringssl', | 405 'boringssl.gyp:boringssl', |
336 ], | 406 ], |
337 'sources': [ | 407 'sources': [ |
338 'src/crypto/refcount_test.c', | 408 'src/crypto/refcount_test.c', |
339 '<@(boringssl_test_support_sources)', | 409 '<@(boringssl_test_support_sources)', |
340 ], | 410 ], |
341 # TODO(davidben): Fix size_t truncations in BoringSSL. | 411 # TODO(davidben): Fix size_t truncations in BoringSSL. |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
438 ], | 508 ], |
439 # TODO(davidben): Fix size_t truncations in BoringSSL. | 509 # TODO(davidben): Fix size_t truncations in BoringSSL. |
440 # https://crbug.com/429039 | 510 # https://crbug.com/429039 |
441 'msvs_disabled_warnings': [ 4267, ], | 511 'msvs_disabled_warnings': [ 4267, ], |
442 }, | 512 }, |
443 ], | 513 ], |
444 'variables': { | 514 'variables': { |
445 'boringssl_test_support_sources': [ | 515 'boringssl_test_support_sources': [ |
446 'src/crypto/test/file_test.cc', | 516 'src/crypto/test/file_test.cc', |
447 'src/crypto/test/malloc.cc', | 517 'src/crypto/test/malloc.cc', |
| 518 'src/crypto/test/test_util.cc', |
448 ], | 519 ], |
449 'boringssl_test_targets': [ | 520 'boringssl_test_targets': [ |
450 'boringssl_aead_test', | 521 'boringssl_aead_test', |
| 522 'boringssl_aes_test', |
451 'boringssl_base64_test', | 523 'boringssl_base64_test', |
452 'boringssl_bio_test', | 524 'boringssl_bio_test', |
453 'boringssl_bn_test', | 525 'boringssl_bn_test', |
454 'boringssl_bytestring_test', | 526 'boringssl_bytestring_test', |
455 'boringssl_cipher_test', | 527 'boringssl_cipher_test', |
456 'boringssl_cmac_test', | 528 'boringssl_cmac_test', |
457 'boringssl_constant_time_test', | 529 'boringssl_constant_time_test', |
458 'boringssl_dh_test', | 530 'boringssl_dh_test', |
459 'boringssl_digest_test', | 531 'boringssl_digest_test', |
460 'boringssl_dsa_test', | 532 'boringssl_dsa_test', |
461 'boringssl_ec_test', | 533 'boringssl_ec_test', |
462 'boringssl_ecdsa_test', | 534 'boringssl_ecdsa_test', |
| 535 'boringssl_ed25519_test', |
463 'boringssl_err_test', | 536 'boringssl_err_test', |
464 'boringssl_evp_extra_test', | 537 'boringssl_evp_extra_test', |
465 'boringssl_evp_test', | 538 'boringssl_evp_test', |
466 'boringssl_example_mul', | 539 'boringssl_example_mul', |
467 'boringssl_gcm_test', | 540 'boringssl_gcm_test', |
468 'boringssl_hkdf_test', | 541 'boringssl_hkdf_test', |
469 'boringssl_hmac_test', | 542 'boringssl_hmac_test', |
470 'boringssl_lhash_test', | 543 'boringssl_lhash_test', |
471 'boringssl_pbkdf_test', | 544 'boringssl_pbkdf_test', |
472 'boringssl_pkcs12_test', | 545 'boringssl_pkcs12_test', |
473 'boringssl_pkcs7_test', | 546 'boringssl_pkcs7_test', |
| 547 'boringssl_pkcs8_test', |
| 548 'boringssl_poly1305_test', |
474 'boringssl_pqueue_test', | 549 'boringssl_pqueue_test', |
475 'boringssl_refcount_test', | 550 'boringssl_refcount_test', |
476 'boringssl_rsa_test', | 551 'boringssl_rsa_test', |
477 'boringssl_ssl_test', | 552 'boringssl_ssl_test', |
478 'boringssl_tab_test', | 553 'boringssl_tab_test', |
479 'boringssl_thread_test', | 554 'boringssl_thread_test', |
480 'boringssl_v3name_test', | 555 'boringssl_v3name_test', |
| 556 'boringssl_x25519_test', |
481 ], | 557 ], |
482 } | 558 } |
483 } | 559 } |
OLD | NEW |