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

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

Issue 1345873002: Roll src/third_party/boringssl/src 1d128f369..231cb8214 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « DEPS ('k') | no next file » | 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',
(...skipping 14 matching lines...) Expand all
25 'src/ssl/s3_pkt.c', 25 'src/ssl/s3_pkt.c',
26 'src/ssl/s3_srvr.c', 26 'src/ssl/s3_srvr.c',
27 'src/ssl/ssl_aead_ctx.c', 27 'src/ssl/ssl_aead_ctx.c',
28 'src/ssl/ssl_asn1.c', 28 'src/ssl/ssl_asn1.c',
29 'src/ssl/ssl_buffer.c', 29 'src/ssl/ssl_buffer.c',
30 'src/ssl/ssl_cert.c', 30 'src/ssl/ssl_cert.c',
31 'src/ssl/ssl_cipher.c', 31 'src/ssl/ssl_cipher.c',
32 'src/ssl/ssl_file.c', 32 'src/ssl/ssl_file.c',
33 'src/ssl/ssl_lib.c', 33 'src/ssl/ssl_lib.c',
34 'src/ssl/ssl_rsa.c', 34 'src/ssl/ssl_rsa.c',
35 'src/ssl/ssl_sess.c', 35 'src/ssl/ssl_session.c',
36 'src/ssl/ssl_stat.c', 36 'src/ssl/ssl_stat.c',
37 'src/ssl/ssl_txt.c', 37 'src/ssl/ssl_txt.c',
38 'src/ssl/t1_enc.c', 38 'src/ssl/t1_enc.c',
39 'src/ssl/t1_lib.c', 39 'src/ssl/t1_lib.c',
40 'src/ssl/tls_record.c', 40 'src/ssl/tls_record.c',
41 ], 41 ],
42 'boringssl_crypto_sources': [ 42 'boringssl_crypto_sources': [
43 'err_data.c', 43 'err_data.c',
44 'src/crypto/aes/aes.c', 44 'src/crypto/aes/aes.c',
45 'src/crypto/aes/mode_wrappers.c', 45 'src/crypto/aes/mode_wrappers.c',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'win-x86_64/crypto/modes/ghash-x86_64.asm', 420 'win-x86_64/crypto/modes/ghash-x86_64.asm',
421 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 421 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
422 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 422 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
423 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 423 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
424 'win-x86_64/crypto/sha/sha1-x86_64.asm', 424 'win-x86_64/crypto/sha/sha1-x86_64.asm',
425 'win-x86_64/crypto/sha/sha256-x86_64.asm', 425 'win-x86_64/crypto/sha/sha256-x86_64.asm',
426 'win-x86_64/crypto/sha/sha512-x86_64.asm', 426 'win-x86_64/crypto/sha/sha512-x86_64.asm',
427 ], 427 ],
428 } 428 }
429 } 429 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698