| 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 'variables': { | 8 'variables': { |
| 9 'boringssl_ssl_sources': [ | 9 'boringssl_ssl_sources': [ |
| 10 'src/ssl/custom_extensions.c', | 10 'src/ssl/custom_extensions.c', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'src/crypto/curve25519/curve25519.c', | 138 'src/crypto/curve25519/curve25519.c', |
| 139 'src/crypto/curve25519/spake25519.c', | 139 'src/crypto/curve25519/spake25519.c', |
| 140 'src/crypto/curve25519/x25519-x86_64.c', | 140 'src/crypto/curve25519/x25519-x86_64.c', |
| 141 'src/crypto/des/des.c', | 141 'src/crypto/des/des.c', |
| 142 'src/crypto/dh/check.c', | 142 'src/crypto/dh/check.c', |
| 143 'src/crypto/dh/dh.c', | 143 'src/crypto/dh/dh.c', |
| 144 'src/crypto/dh/dh_asn1.c', | 144 'src/crypto/dh/dh_asn1.c', |
| 145 'src/crypto/dh/params.c', | 145 'src/crypto/dh/params.c', |
| 146 'src/crypto/digest/digest.c', | 146 'src/crypto/digest/digest.c', |
| 147 'src/crypto/digest/digests.c', | 147 'src/crypto/digest/digests.c', |
| 148 'src/crypto/directory_posix.c', | |
| 149 'src/crypto/directory_win.c', | |
| 150 'src/crypto/dsa/dsa.c', | 148 'src/crypto/dsa/dsa.c', |
| 151 'src/crypto/dsa/dsa_asn1.c', | 149 'src/crypto/dsa/dsa_asn1.c', |
| 152 'src/crypto/ec/ec.c', | 150 'src/crypto/ec/ec.c', |
| 153 'src/crypto/ec/ec_asn1.c', | 151 'src/crypto/ec/ec_asn1.c', |
| 154 'src/crypto/ec/ec_key.c', | 152 'src/crypto/ec/ec_key.c', |
| 155 'src/crypto/ec/ec_montgomery.c', | 153 'src/crypto/ec/ec_montgomery.c', |
| 156 'src/crypto/ec/oct.c', | 154 'src/crypto/ec/oct.c', |
| 157 'src/crypto/ec/p224-64.c', | 155 'src/crypto/ec/p224-64.c', |
| 158 'src/crypto/ec/p256-64.c', | 156 'src/crypto/ec/p256-64.c', |
| 159 'src/crypto/ec/p256-x86_64.c', | 157 'src/crypto/ec/p256-x86_64.c', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 439 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
| 442 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 440 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
| 443 'win-x86_64/crypto/rand/rdrand-x86_64.asm', | 441 'win-x86_64/crypto/rand/rdrand-x86_64.asm', |
| 444 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 442 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
| 445 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 443 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
| 446 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 444 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
| 447 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 445 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
| 448 ], | 446 ], |
| 449 } | 447 } |
| 450 } | 448 } |
| OLD | NEW |