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

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

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
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',
11 'src/ssl/d1_both.c', 11 'src/ssl/d1_both.c',
12 'src/ssl/d1_lib.c', 12 'src/ssl/d1_lib.c',
13 'src/ssl/d1_meth.c', 13 'src/ssl/d1_meth.c',
14 'src/ssl/d1_pkt.c', 14 'src/ssl/d1_pkt.c',
15 'src/ssl/d1_srtp.c', 15 'src/ssl/d1_srtp.c',
16 'src/ssl/dtls_record.c', 16 'src/ssl/dtls_record.c',
17 'src/ssl/handshake_client.c', 17 'src/ssl/handshake_client.c',
18 'src/ssl/handshake_server.c', 18 'src/ssl/handshake_server.c',
19 'src/ssl/pqueue/pqueue.c',
20 'src/ssl/s3_both.c', 19 'src/ssl/s3_both.c',
21 'src/ssl/s3_enc.c', 20 'src/ssl/s3_enc.c',
22 'src/ssl/s3_lib.c', 21 'src/ssl/s3_lib.c',
23 'src/ssl/s3_meth.c', 22 'src/ssl/s3_meth.c',
24 'src/ssl/s3_pkt.c', 23 'src/ssl/s3_pkt.c',
25 'src/ssl/ssl_aead_ctx.c', 24 'src/ssl/ssl_aead_ctx.c',
26 'src/ssl/ssl_asn1.c', 25 'src/ssl/ssl_asn1.c',
27 'src/ssl/ssl_buffer.c', 26 'src/ssl/ssl_buffer.c',
28 'src/ssl/ssl_cert.c', 27 'src/ssl/ssl_cert.c',
29 'src/ssl/ssl_cipher.c', 28 'src/ssl/ssl_cipher.c',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 434 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
436 'win-x86_64/crypto/modes/ghash-x86_64.asm', 435 'win-x86_64/crypto/modes/ghash-x86_64.asm',
437 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 436 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
438 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 437 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
439 'win-x86_64/crypto/sha/sha1-x86_64.asm', 438 'win-x86_64/crypto/sha/sha1-x86_64.asm',
440 'win-x86_64/crypto/sha/sha256-x86_64.asm', 439 'win-x86_64/crypto/sha/sha256-x86_64.asm',
441 'win-x86_64/crypto/sha/sha512-x86_64.asm', 440 'win-x86_64/crypto/sha/sha512-x86_64.asm',
442 ], 441 ],
443 } 442 }
444 } 443 }
OLDNEW
« no previous file with comments | « third_party/boringssl/BUILD.generated_tests.gni ('k') | third_party/boringssl/boringssl_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698