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

Side by Side Diff: third_party/boringssl/BUILD.generated.gni

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 | « net/ssl/ssl_server_config.cc ('k') | third_party/boringssl/boringssl.gypi » ('j') | 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 crypto_sources = [ 7 crypto_sources = [
8 "err_data.c", 8 "err_data.c",
9 "src/crypto/aes/aes.c", 9 "src/crypto/aes/aes.c",
10 "src/crypto/aes/mode_wrappers.c", 10 "src/crypto/aes/mode_wrappers.c",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "src/ssl/ssl_cert.c", 300 "src/ssl/ssl_cert.c",
301 "src/ssl/ssl_cipher.c", 301 "src/ssl/ssl_cipher.c",
302 "src/ssl/ssl_ecdh.c", 302 "src/ssl/ssl_ecdh.c",
303 "src/ssl/ssl_file.c", 303 "src/ssl/ssl_file.c",
304 "src/ssl/ssl_lib.c", 304 "src/ssl/ssl_lib.c",
305 "src/ssl/ssl_rsa.c", 305 "src/ssl/ssl_rsa.c",
306 "src/ssl/ssl_session.c", 306 "src/ssl/ssl_session.c",
307 "src/ssl/ssl_stat.c", 307 "src/ssl/ssl_stat.c",
308 "src/ssl/t1_enc.c", 308 "src/ssl/t1_enc.c",
309 "src/ssl/t1_lib.c", 309 "src/ssl/t1_lib.c",
310 "src/ssl/tls13_both.c",
311 "src/ssl/tls13_client.c",
312 "src/ssl/tls13_enc.c",
313 "src/ssl/tls13_server.c",
310 "src/ssl/tls_record.c", 314 "src/ssl/tls_record.c",
311 ] 315 ]
312 316
313 crypto_sources_linux_aarch64 = [ 317 crypto_sources_linux_aarch64 = [
314 "linux-aarch64/crypto/aes/aesv8-armx64.S", 318 "linux-aarch64/crypto/aes/aesv8-armx64.S",
315 "linux-aarch64/crypto/bn/armv8-mont.S", 319 "linux-aarch64/crypto/bn/armv8-mont.S",
316 "linux-aarch64/crypto/chacha/chacha-armv8.S", 320 "linux-aarch64/crypto/chacha/chacha-armv8.S",
317 "linux-aarch64/crypto/modes/ghashv8-armx64.S", 321 "linux-aarch64/crypto/modes/ghashv8-armx64.S",
318 "linux-aarch64/crypto/sha/sha1-armv8.S", 322 "linux-aarch64/crypto/sha/sha1-armv8.S",
319 "linux-aarch64/crypto/sha/sha256-armv8.S", 323 "linux-aarch64/crypto/sha/sha256-armv8.S",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 454
451 fuzzers = [ 455 fuzzers = [
452 "cert", 456 "cert",
453 "client", 457 "client",
454 "pkcs8", 458 "pkcs8",
455 "privkey", 459 "privkey",
456 "read_pem", 460 "read_pem",
457 "server", 461 "server",
458 "spki", 462 "spki",
459 ] 463 ]
OLDNEW
« no previous file with comments | « net/ssl/ssl_server_config.cc ('k') | third_party/boringssl/boringssl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698