Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: third_party/boringssl/boringssl.gypi

Issue 2026693002: Adding TLS 1.3 support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on constants. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/boringssl/BUILD.generated.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 17 matching lines...) Expand all
28 'src/ssl/ssl_cert.c', 28 'src/ssl/ssl_cert.c',
29 'src/ssl/ssl_cipher.c', 29 'src/ssl/ssl_cipher.c',
30 'src/ssl/ssl_ecdh.c', 30 'src/ssl/ssl_ecdh.c',
31 'src/ssl/ssl_file.c', 31 'src/ssl/ssl_file.c',
32 'src/ssl/ssl_lib.c', 32 'src/ssl/ssl_lib.c',
33 'src/ssl/ssl_rsa.c', 33 'src/ssl/ssl_rsa.c',
34 'src/ssl/ssl_session.c', 34 'src/ssl/ssl_session.c',
35 'src/ssl/ssl_stat.c', 35 'src/ssl/ssl_stat.c',
36 'src/ssl/t1_enc.c', 36 'src/ssl/t1_enc.c',
37 'src/ssl/t1_lib.c', 37 'src/ssl/t1_lib.c',
38 'src/ssl/tls13_both.c',
39 'src/ssl/tls13_client.c',
40 'src/ssl/tls13_enc.c',
41 'src/ssl/tls13_server.c',
38 'src/ssl/tls_record.c', 42 'src/ssl/tls_record.c',
39 ], 43 ],
40 'boringssl_crypto_sources': [ 44 'boringssl_crypto_sources': [
41 'err_data.c', 45 'err_data.c',
42 'src/crypto/aes/aes.c', 46 'src/crypto/aes/aes.c',
43 'src/crypto/aes/mode_wrappers.c', 47 'src/crypto/aes/mode_wrappers.c',
44 'src/crypto/asn1/a_bitstr.c', 48 'src/crypto/asn1/a_bitstr.c',
45 'src/crypto/asn1/a_bool.c', 49 'src/crypto/asn1/a_bool.c',
46 'src/crypto/asn1/a_bytes.c', 50 'src/crypto/asn1/a_bytes.c',
47 'src/crypto/asn1/a_d2i_fp.c', 51 'src/crypto/asn1/a_d2i_fp.c',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 439 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
436 'win-x86_64/crypto/modes/ghash-x86_64.asm', 440 'win-x86_64/crypto/modes/ghash-x86_64.asm',
437 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 441 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
438 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 442 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
439 'win-x86_64/crypto/sha/sha1-x86_64.asm', 443 'win-x86_64/crypto/sha/sha1-x86_64.asm',
440 'win-x86_64/crypto/sha/sha256-x86_64.asm', 444 'win-x86_64/crypto/sha/sha256-x86_64.asm',
441 'win-x86_64/crypto/sha/sha512-x86_64.asm', 445 'win-x86_64/crypto/sha/sha512-x86_64.asm',
442 ], 446 ],
443 } 447 }
444 } 448 }
OLDNEW
« no previous file with comments | « third_party/boringssl/BUILD.generated.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698