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

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

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/boringssl.gyp ('k') | third_party/boringssl/boringssl_tests.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 { 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_clnt.c',
13 'src/ssl/d1_lib.c', 12 'src/ssl/d1_lib.c',
14 'src/ssl/d1_meth.c', 13 'src/ssl/d1_meth.c',
15 'src/ssl/d1_pkt.c', 14 'src/ssl/d1_pkt.c',
16 'src/ssl/d1_srtp.c', 15 'src/ssl/d1_srtp.c',
17 'src/ssl/d1_srvr.c',
18 'src/ssl/dtls_record.c', 16 'src/ssl/dtls_record.c',
17 'src/ssl/handshake_client.c',
18 'src/ssl/handshake_server.c',
19 'src/ssl/pqueue/pqueue.c', 19 'src/ssl/pqueue/pqueue.c',
20 'src/ssl/s3_both.c', 20 'src/ssl/s3_both.c',
21 'src/ssl/s3_clnt.c',
22 'src/ssl/s3_enc.c', 21 'src/ssl/s3_enc.c',
23 'src/ssl/s3_lib.c', 22 'src/ssl/s3_lib.c',
24 'src/ssl/s3_meth.c', 23 'src/ssl/s3_meth.c',
25 'src/ssl/s3_pkt.c', 24 'src/ssl/s3_pkt.c',
26 'src/ssl/s3_srvr.c',
27 'src/ssl/ssl_aead_ctx.c', 25 'src/ssl/ssl_aead_ctx.c',
28 'src/ssl/ssl_asn1.c', 26 'src/ssl/ssl_asn1.c',
29 'src/ssl/ssl_buffer.c', 27 'src/ssl/ssl_buffer.c',
30 'src/ssl/ssl_cert.c', 28 'src/ssl/ssl_cert.c',
31 'src/ssl/ssl_cipher.c', 29 'src/ssl/ssl_cipher.c',
32 'src/ssl/ssl_ecdh.c', 30 'src/ssl/ssl_ecdh.c',
33 'src/ssl/ssl_file.c', 31 'src/ssl/ssl_file.c',
34 'src/ssl/ssl_lib.c', 32 'src/ssl/ssl_lib.c',
35 'src/ssl/ssl_rsa.c', 33 'src/ssl/ssl_rsa.c',
36 'src/ssl/ssl_session.c', 34 'src/ssl/ssl_session.c',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 438 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
441 'win-x86_64/crypto/modes/ghash-x86_64.asm', 439 'win-x86_64/crypto/modes/ghash-x86_64.asm',
442 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 440 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
443 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 441 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
444 'win-x86_64/crypto/sha/sha1-x86_64.asm', 442 'win-x86_64/crypto/sha/sha1-x86_64.asm',
445 'win-x86_64/crypto/sha/sha256-x86_64.asm', 443 'win-x86_64/crypto/sha/sha256-x86_64.asm',
446 'win-x86_64/crypto/sha/sha512-x86_64.asm', 444 'win-x86_64/crypto/sha/sha512-x86_64.asm',
447 ], 445 ],
448 } 446 }
449 } 447 }
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl.gyp ('k') | third_party/boringssl/boringssl_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698