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', |
11 'src/ssl/d1_both.c', | 11 'src/ssl/d1_both.c', |
12 'src/ssl/d1_lib.c', | 12 'src/ssl/d1_lib.c', |
13 'src/ssl/d1_meth.c', | 13 'src/ssl/d1_meth.c', |
14 'src/ssl/d1_pkt.c', | 14 'src/ssl/d1_pkt.c', |
15 'src/ssl/d1_srtp.c', | 15 'src/ssl/d1_srtp.c', |
16 'src/ssl/dtls_record.c', | 16 'src/ssl/dtls_record.c', |
17 'src/ssl/handshake_client.c', | 17 'src/ssl/handshake_client.c', |
18 'src/ssl/handshake_server.c', | 18 'src/ssl/handshake_server.c', |
19 'src/ssl/pqueue/pqueue.c', | |
20 'src/ssl/s3_both.c', | 19 'src/ssl/s3_both.c', |
21 'src/ssl/s3_enc.c', | 20 'src/ssl/s3_enc.c', |
22 'src/ssl/s3_lib.c', | 21 'src/ssl/s3_lib.c', |
23 'src/ssl/s3_meth.c', | 22 'src/ssl/s3_meth.c', |
24 'src/ssl/s3_pkt.c', | 23 'src/ssl/s3_pkt.c', |
25 'src/ssl/ssl_aead_ctx.c', | 24 'src/ssl/ssl_aead_ctx.c', |
26 'src/ssl/ssl_asn1.c', | 25 'src/ssl/ssl_asn1.c', |
27 'src/ssl/ssl_buffer.c', | 26 'src/ssl/ssl_buffer.c', |
28 'src/ssl/ssl_cert.c', | 27 'src/ssl/ssl_cert.c', |
29 'src/ssl/ssl_cipher.c', | 28 'src/ssl/ssl_cipher.c', |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 434 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
436 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 435 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
437 'win-x86_64/crypto/rand/rdrand-x86_64.asm', | 436 'win-x86_64/crypto/rand/rdrand-x86_64.asm', |
438 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 437 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
439 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 438 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
440 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 439 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
441 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 440 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
442 ], | 441 ], |
443 } | 442 } |
444 } | 443 } |
OLD | NEW |