OLD | NEW |
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2016 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', | 10 'target_name': 'boringssl_aes_test', |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 # TODO(davidben): Fix size_t truncations in BoringSSL. | 649 # TODO(davidben): Fix size_t truncations in BoringSSL. |
650 # https://crbug.com/429039 | 650 # https://crbug.com/429039 |
651 'msvs_disabled_warnings': [ 4267, ], | 651 'msvs_disabled_warnings': [ 4267, ], |
652 }, | 652 }, |
653 ], | 653 ], |
654 'variables': { | 654 'variables': { |
655 'boringssl_test_support_sources': [ | 655 'boringssl_test_support_sources': [ |
656 'src/crypto/test/file_test.cc', | 656 'src/crypto/test/file_test.cc', |
657 'src/crypto/test/file_test.h', | 657 'src/crypto/test/file_test.h', |
658 'src/crypto/test/malloc.cc', | 658 'src/crypto/test/malloc.cc', |
659 'src/crypto/test/scoped_types.h', | |
660 'src/crypto/test/test_util.cc', | 659 'src/crypto/test/test_util.cc', |
661 'src/crypto/test/test_util.h', | 660 'src/crypto/test/test_util.h', |
662 'src/ssl/test/async_bio.h', | 661 'src/ssl/test/async_bio.h', |
663 'src/ssl/test/packeted_bio.h', | 662 'src/ssl/test/packeted_bio.h', |
664 'src/ssl/test/scoped_types.h', | |
665 'src/ssl/test/test_config.h', | 663 'src/ssl/test/test_config.h', |
666 ], | 664 ], |
667 'boringssl_test_targets': [ | 665 'boringssl_test_targets': [ |
668 'boringssl_aead_test', | 666 'boringssl_aead_test', |
669 'boringssl_aes_test', | 667 'boringssl_aes_test', |
670 'boringssl_asn1_test', | 668 'boringssl_asn1_test', |
671 'boringssl_base64_test', | 669 'boringssl_base64_test', |
672 'boringssl_bio_test', | 670 'boringssl_bio_test', |
673 'boringssl_bn_test', | 671 'boringssl_bn_test', |
674 'boringssl_bytestring_test', | 672 'boringssl_bytestring_test', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 'boringssl_spake25519_test', | 705 'boringssl_spake25519_test', |
708 'boringssl_ssl_test', | 706 'boringssl_ssl_test', |
709 'boringssl_tab_test', | 707 'boringssl_tab_test', |
710 'boringssl_thread_test', | 708 'boringssl_thread_test', |
711 'boringssl_v3name_test', | 709 'boringssl_v3name_test', |
712 'boringssl_x25519_test', | 710 'boringssl_x25519_test', |
713 'boringssl_x509_test', | 711 'boringssl_x509_test', |
714 ], | 712 ], |
715 } | 713 } |
716 } | 714 } |
OLD | NEW |