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

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

Issue 1321793002: Roll src/third_party/boringssl/src 12fe1b25e..ac8302a09 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll further Created 5 years, 3 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_nacl.gyp » ('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) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 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', 12 'src/ssl/d1_clnt.c',
13 'src/ssl/d1_lib.c', 13 'src/ssl/d1_lib.c',
14 'src/ssl/d1_meth.c', 14 'src/ssl/d1_meth.c',
15 'src/ssl/d1_pkt.c', 15 'src/ssl/d1_pkt.c',
16 'src/ssl/d1_srtp.c', 16 'src/ssl/d1_srtp.c',
17 'src/ssl/d1_srvr.c', 17 'src/ssl/d1_srvr.c',
18 'src/ssl/dtls_record.c',
18 'src/ssl/pqueue/pqueue.c', 19 'src/ssl/pqueue/pqueue.c',
19 'src/ssl/s3_both.c', 20 'src/ssl/s3_both.c',
20 'src/ssl/s3_clnt.c', 21 'src/ssl/s3_clnt.c',
21 'src/ssl/s3_enc.c', 22 'src/ssl/s3_enc.c',
22 'src/ssl/s3_lib.c', 23 'src/ssl/s3_lib.c',
23 'src/ssl/s3_meth.c', 24 'src/ssl/s3_meth.c',
24 'src/ssl/s3_pkt.c', 25 'src/ssl/s3_pkt.c',
25 'src/ssl/s3_srvr.c', 26 'src/ssl/s3_srvr.c',
26 'src/ssl/ssl_aead_ctx.c', 27 'src/ssl/ssl_aead_ctx.c',
27 'src/ssl/ssl_algs.c', 28 'src/ssl/ssl_algs.c',
28 'src/ssl/ssl_asn1.c', 29 'src/ssl/ssl_asn1.c',
30 'src/ssl/ssl_buffer.c',
29 'src/ssl/ssl_cert.c', 31 'src/ssl/ssl_cert.c',
30 'src/ssl/ssl_cipher.c', 32 'src/ssl/ssl_cipher.c',
31 'src/ssl/ssl_lib.c', 33 'src/ssl/ssl_lib.c',
32 'src/ssl/ssl_rsa.c', 34 'src/ssl/ssl_rsa.c',
33 'src/ssl/ssl_sess.c', 35 'src/ssl/ssl_sess.c',
34 'src/ssl/ssl_stat.c', 36 'src/ssl/ssl_stat.c',
35 'src/ssl/ssl_txt.c', 37 'src/ssl/ssl_txt.c',
36 'src/ssl/t1_enc.c', 38 'src/ssl/t1_enc.c',
37 'src/ssl/t1_lib.c', 39 'src/ssl/t1_lib.c',
40 'src/ssl/tls_record.c',
38 ], 41 ],
39 'boringssl_crypto_sources': [ 42 'boringssl_crypto_sources': [
40 'err_data.c', 43 'err_data.c',
41 'src/crypto/aes/aes.c', 44 'src/crypto/aes/aes.c',
42 'src/crypto/aes/mode_wrappers.c', 45 'src/crypto/aes/mode_wrappers.c',
43 'src/crypto/asn1/a_bitstr.c', 46 'src/crypto/asn1/a_bitstr.c',
44 'src/crypto/asn1/a_bool.c', 47 'src/crypto/asn1/a_bool.c',
45 'src/crypto/asn1/a_bytes.c', 48 'src/crypto/asn1/a_bytes.c',
46 'src/crypto/asn1/a_d2i_fp.c', 49 'src/crypto/asn1/a_d2i_fp.c',
47 'src/crypto/asn1/a_dup.c', 50 'src/crypto/asn1/a_dup.c',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'win-x86_64/crypto/modes/ghash-x86_64.asm', 420 'win-x86_64/crypto/modes/ghash-x86_64.asm',
418 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 421 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
419 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 422 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
420 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 423 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
421 'win-x86_64/crypto/sha/sha1-x86_64.asm', 424 'win-x86_64/crypto/sha/sha1-x86_64.asm',
422 'win-x86_64/crypto/sha/sha256-x86_64.asm', 425 'win-x86_64/crypto/sha/sha256-x86_64.asm',
423 'win-x86_64/crypto/sha/sha512-x86_64.asm', 426 'win-x86_64/crypto/sha/sha512-x86_64.asm',
424 ], 427 ],
425 } 428 }
426 } 429 }
OLDNEW
« no previous file with comments | « third_party/boringssl/boringssl.gyp ('k') | third_party/boringssl/boringssl_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698