OLD | NEW |
1 # Copyright 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 update_gypi_and_asm.py. Do not edit manually. | 5 # This file is created by update_gypi_and_asm.py. Do not edit manually. |
6 | 6 |
7 { | 7 { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'boringssl_sha1_test', | 10 'target_name': 'boringssl_sha1_test', |
11 'type': 'executable', | 11 'type': 'executable', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'boringssl_example_sign', | 192 'boringssl_example_sign', |
193 'boringssl_gcm_test', | 193 'boringssl_gcm_test', |
194 'boringssl_hmac_test', | 194 'boringssl_hmac_test', |
195 'boringssl_lhash_test', | 195 'boringssl_lhash_test', |
196 'boringssl_md5_test', | 196 'boringssl_md5_test', |
197 'boringssl_rsa_test', | 197 'boringssl_rsa_test', |
198 'boringssl_sha1_test', | 198 'boringssl_sha1_test', |
199 ], | 199 ], |
200 } | 200 } |
201 } | 201 } |
OLD | NEW |