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_base64_test', | 10 'target_name': 'boringssl_base64_test', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 # https://crbug.com/429039 | 76 # https://crbug.com/429039 |
77 'msvs_disabled_warnings': [ 4267, ], | 77 'msvs_disabled_warnings': [ 4267, ], |
78 }, | 78 }, |
79 { | 79 { |
80 'target_name': 'boringssl_cipher_test', | 80 'target_name': 'boringssl_cipher_test', |
81 'type': 'executable', | 81 'type': 'executable', |
82 'dependencies': [ | 82 'dependencies': [ |
83 'boringssl.gyp:boringssl', | 83 'boringssl.gyp:boringssl', |
84 ], | 84 ], |
85 'sources': [ | 85 'sources': [ |
86 'src/crypto/cipher/cipher_test.c', | 86 'src/crypto/cipher/cipher_test.cc', |
87 '<@(boringssl_test_support_sources)', | 87 '<@(boringssl_test_support_sources)', |
88 ], | 88 ], |
89 # TODO(davidben): Fix size_t truncations in BoringSSL. | 89 # TODO(davidben): Fix size_t truncations in BoringSSL. |
90 # https://crbug.com/429039 | 90 # https://crbug.com/429039 |
91 'msvs_disabled_warnings': [ 4267, ], | 91 'msvs_disabled_warnings': [ 4267, ], |
92 }, | 92 }, |
93 { | 93 { |
94 'target_name': 'boringssl_cmac_test', | 94 'target_name': 'boringssl_cmac_test', |
95 'type': 'executable', | 95 'type': 'executable', |
96 'dependencies': [ | 96 'dependencies': [ |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 'boringssl_pbkdf_test', | 428 'boringssl_pbkdf_test', |
429 'boringssl_pkcs12_test', | 429 'boringssl_pkcs12_test', |
430 'boringssl_pkcs7_test', | 430 'boringssl_pkcs7_test', |
431 'boringssl_pqueue_test', | 431 'boringssl_pqueue_test', |
432 'boringssl_rsa_test', | 432 'boringssl_rsa_test', |
433 'boringssl_ssl_test', | 433 'boringssl_ssl_test', |
434 'boringssl_thread_test', | 434 'boringssl_thread_test', |
435 ], | 435 ], |
436 } | 436 } |
437 } | 437 } |
OLD | NEW |