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 'variables': { | 8 'variables': { |
9 'boringssl_ssl_sources': [ | 9 'boringssl_ssl_sources': [ |
10 'src/ssl/custom_extensions.c', | 10 'src/ssl/custom_extensions.c', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'src/crypto/cipher/e_rc2.c', | 126 'src/crypto/cipher/e_rc2.c', |
127 'src/crypto/cipher/e_rc4.c', | 127 'src/crypto/cipher/e_rc4.c', |
128 'src/crypto/cipher/e_ssl3.c', | 128 'src/crypto/cipher/e_ssl3.c', |
129 'src/crypto/cipher/e_tls.c', | 129 'src/crypto/cipher/e_tls.c', |
130 'src/crypto/cipher/tls_cbc.c', | 130 'src/crypto/cipher/tls_cbc.c', |
131 'src/crypto/cmac/cmac.c', | 131 'src/crypto/cmac/cmac.c', |
132 'src/crypto/conf/conf.c', | 132 'src/crypto/conf/conf.c', |
133 'src/crypto/cpu-arm.c', | 133 'src/crypto/cpu-arm.c', |
134 'src/crypto/cpu-intel.c', | 134 'src/crypto/cpu-intel.c', |
135 'src/crypto/crypto.c', | 135 'src/crypto/crypto.c', |
| 136 'src/crypto/curve25519/curve25519.c', |
136 'src/crypto/des/des.c', | 137 'src/crypto/des/des.c', |
137 'src/crypto/dh/check.c', | 138 'src/crypto/dh/check.c', |
138 'src/crypto/dh/dh.c', | 139 'src/crypto/dh/dh.c', |
139 'src/crypto/dh/dh_asn1.c', | 140 'src/crypto/dh/dh_asn1.c', |
140 'src/crypto/dh/params.c', | 141 'src/crypto/dh/params.c', |
141 'src/crypto/digest/digest.c', | 142 'src/crypto/digest/digest.c', |
142 'src/crypto/digest/digests.c', | 143 'src/crypto/digest/digests.c', |
143 'src/crypto/directory_posix.c', | 144 'src/crypto/directory_posix.c', |
144 'src/crypto/directory_win.c', | 145 'src/crypto/directory_win.c', |
145 'src/crypto/dsa/dsa.c', | 146 'src/crypto/dsa/dsa.c', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 423 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
423 'win-x86_64/crypto/rand/rdrand-x86_64.asm', | 424 'win-x86_64/crypto/rand/rdrand-x86_64.asm', |
424 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 425 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
425 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 426 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
426 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 427 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
427 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 428 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
428 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 429 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
429 ], | 430 ], |
430 } | 431 } |
431 } | 432 } |
OLD | NEW |