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

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

Issue 2108153003: Roll src/third_party/boringssl/src 3cab5572b..95c6956 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll a little further 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/BUILD.generated_tests.gni » ('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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 ssl_sources = [ 281 ssl_sources = [
282 "src/ssl/custom_extensions.c", 282 "src/ssl/custom_extensions.c",
283 "src/ssl/d1_both.c", 283 "src/ssl/d1_both.c",
284 "src/ssl/d1_lib.c", 284 "src/ssl/d1_lib.c",
285 "src/ssl/d1_meth.c", 285 "src/ssl/d1_meth.c",
286 "src/ssl/d1_pkt.c", 286 "src/ssl/d1_pkt.c",
287 "src/ssl/d1_srtp.c", 287 "src/ssl/d1_srtp.c",
288 "src/ssl/dtls_record.c", 288 "src/ssl/dtls_record.c",
289 "src/ssl/handshake_client.c", 289 "src/ssl/handshake_client.c",
290 "src/ssl/handshake_server.c", 290 "src/ssl/handshake_server.c",
291 "src/ssl/pqueue/pqueue.c",
292 "src/ssl/s3_both.c", 291 "src/ssl/s3_both.c",
293 "src/ssl/s3_enc.c", 292 "src/ssl/s3_enc.c",
294 "src/ssl/s3_lib.c", 293 "src/ssl/s3_lib.c",
295 "src/ssl/s3_meth.c", 294 "src/ssl/s3_meth.c",
296 "src/ssl/s3_pkt.c", 295 "src/ssl/s3_pkt.c",
297 "src/ssl/ssl_aead_ctx.c", 296 "src/ssl/ssl_aead_ctx.c",
298 "src/ssl/ssl_asn1.c", 297 "src/ssl/ssl_asn1.c",
299 "src/ssl/ssl_buffer.c", 298 "src/ssl/ssl_buffer.c",
300 "src/ssl/ssl_cert.c", 299 "src/ssl/ssl_cert.c",
301 "src/ssl/ssl_cipher.c", 300 "src/ssl/ssl_cipher.c",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 449
451 fuzzers = [ 450 fuzzers = [
452 "cert", 451 "cert",
453 "client", 452 "client",
454 "pkcs8", 453 "pkcs8",
455 "privkey", 454 "privkey",
456 "read_pem", 455 "read_pem",
457 "server", 456 "server",
458 "spki", 457 "spki",
459 ] 458 ]
OLDNEW
« no previous file with comments | « net/socket/ssl_client_socket_impl.cc ('k') | third_party/boringssl/BUILD.generated_tests.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698