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

Side by Side Diff: third_party/boringssl/boringssl_tests.gypi

Issue 2326843002: Roll src/third_party/boringssl/src bc61769e4..3e5619d12 (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698