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/BUILD.generated.gni

Issue 2156973002: Roll src/third_party/boringssl/src 10f97f3bf..8d315d705 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/socket/ssl_client_socket_impl.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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "src/ssl/ssl_cert.c", 298 "src/ssl/ssl_cert.c",
299 "src/ssl/ssl_cipher.c", 299 "src/ssl/ssl_cipher.c",
300 "src/ssl/ssl_ecdh.c", 300 "src/ssl/ssl_ecdh.c",
301 "src/ssl/ssl_file.c", 301 "src/ssl/ssl_file.c",
302 "src/ssl/ssl_lib.c", 302 "src/ssl/ssl_lib.c",
303 "src/ssl/ssl_rsa.c", 303 "src/ssl/ssl_rsa.c",
304 "src/ssl/ssl_session.c", 304 "src/ssl/ssl_session.c",
305 "src/ssl/ssl_stat.c", 305 "src/ssl/ssl_stat.c",
306 "src/ssl/t1_enc.c", 306 "src/ssl/t1_enc.c",
307 "src/ssl/t1_lib.c", 307 "src/ssl/t1_lib.c",
308 "src/ssl/tls13_both.c",
309 "src/ssl/tls13_client.c",
310 "src/ssl/tls13_enc.c",
311 "src/ssl/tls13_server.c",
308 "src/ssl/tls_method.c", 312 "src/ssl/tls_method.c",
309 "src/ssl/tls_record.c", 313 "src/ssl/tls_record.c",
310 ] 314 ]
311 315
312 crypto_sources_linux_aarch64 = [ 316 crypto_sources_linux_aarch64 = [
313 "linux-aarch64/crypto/aes/aesv8-armx64.S", 317 "linux-aarch64/crypto/aes/aesv8-armx64.S",
314 "linux-aarch64/crypto/bn/armv8-mont.S", 318 "linux-aarch64/crypto/bn/armv8-mont.S",
315 "linux-aarch64/crypto/chacha/chacha-armv8.S", 319 "linux-aarch64/crypto/chacha/chacha-armv8.S",
316 "linux-aarch64/crypto/modes/ghashv8-armx64.S", 320 "linux-aarch64/crypto/modes/ghashv8-armx64.S",
317 "linux-aarch64/crypto/sha/sha1-armv8.S", 321 "linux-aarch64/crypto/sha/sha1-armv8.S",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 453
450 fuzzers = [ 454 fuzzers = [
451 "cert", 455 "cert",
452 "client", 456 "client",
453 "pkcs8", 457 "pkcs8",
454 "privkey", 458 "privkey",
455 "read_pem", 459 "read_pem",
456 "server", 460 "server",
457 "spki", 461 "spki",
458 ] 462 ]
OLDNEW
« no previous file with comments | « net/socket/ssl_client_socket_impl.cc ('k') | third_party/boringssl/boringssl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698