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

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

Issue 2050383002: Roll src/third_party/boringssl/src 0fc7df55c..166958944 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll a little further 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.gn ('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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "src/crypto/x509v3/v3_prn.c", 277 "src/crypto/x509v3/v3_prn.c",
278 "src/crypto/x509v3/v3_purp.c", 278 "src/crypto/x509v3/v3_purp.c",
279 "src/crypto/x509v3/v3_skey.c", 279 "src/crypto/x509v3/v3_skey.c",
280 "src/crypto/x509v3/v3_sxnet.c", 280 "src/crypto/x509v3/v3_sxnet.c",
281 "src/crypto/x509v3/v3_utl.c", 281 "src/crypto/x509v3/v3_utl.c",
282 ] 282 ]
283 283
284 ssl_sources = [ 284 ssl_sources = [
285 "src/ssl/custom_extensions.c", 285 "src/ssl/custom_extensions.c",
286 "src/ssl/d1_both.c", 286 "src/ssl/d1_both.c",
287 "src/ssl/d1_clnt.c",
288 "src/ssl/d1_lib.c", 287 "src/ssl/d1_lib.c",
289 "src/ssl/d1_meth.c", 288 "src/ssl/d1_meth.c",
290 "src/ssl/d1_pkt.c", 289 "src/ssl/d1_pkt.c",
291 "src/ssl/d1_srtp.c", 290 "src/ssl/d1_srtp.c",
292 "src/ssl/d1_srvr.c",
293 "src/ssl/dtls_record.c", 291 "src/ssl/dtls_record.c",
292 "src/ssl/handshake_client.c",
293 "src/ssl/handshake_server.c",
294 "src/ssl/pqueue/pqueue.c", 294 "src/ssl/pqueue/pqueue.c",
295 "src/ssl/s3_both.c", 295 "src/ssl/s3_both.c",
296 "src/ssl/s3_clnt.c",
297 "src/ssl/s3_enc.c", 296 "src/ssl/s3_enc.c",
298 "src/ssl/s3_lib.c", 297 "src/ssl/s3_lib.c",
299 "src/ssl/s3_meth.c", 298 "src/ssl/s3_meth.c",
300 "src/ssl/s3_pkt.c", 299 "src/ssl/s3_pkt.c",
301 "src/ssl/s3_srvr.c",
302 "src/ssl/ssl_aead_ctx.c", 300 "src/ssl/ssl_aead_ctx.c",
303 "src/ssl/ssl_asn1.c", 301 "src/ssl/ssl_asn1.c",
304 "src/ssl/ssl_buffer.c", 302 "src/ssl/ssl_buffer.c",
305 "src/ssl/ssl_cert.c", 303 "src/ssl/ssl_cert.c",
306 "src/ssl/ssl_cipher.c", 304 "src/ssl/ssl_cipher.c",
307 "src/ssl/ssl_ecdh.c", 305 "src/ssl/ssl_ecdh.c",
308 "src/ssl/ssl_file.c", 306 "src/ssl/ssl_file.c",
309 "src/ssl/ssl_lib.c", 307 "src/ssl/ssl_lib.c",
310 "src/ssl/ssl_rsa.c", 308 "src/ssl/ssl_rsa.c",
311 "src/ssl/ssl_session.c", 309 "src/ssl/ssl_session.c",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 453
456 fuzzers = [ 454 fuzzers = [
457 "cert", 455 "cert",
458 "client", 456 "client",
459 "pkcs8", 457 "pkcs8",
460 "privkey", 458 "privkey",
461 "read_pem", 459 "read_pem",
462 "server", 460 "server",
463 "spki", 461 "spki",
464 ] 462 ]
OLDNEW
« no previous file with comments | « third_party/boringssl/BUILD.gn ('k') | third_party/boringssl/BUILD.generated_tests.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698