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

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

Issue 1459783002: Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build, estark comments Created 5 years, 1 month 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) 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'src/crypto/cipher/e_rc2.c', 126 'src/crypto/cipher/e_rc2.c',
127 'src/crypto/cipher/e_rc4.c', 127 'src/crypto/cipher/e_rc4.c',
128 'src/crypto/cipher/e_ssl3.c', 128 'src/crypto/cipher/e_ssl3.c',
129 'src/crypto/cipher/e_tls.c', 129 'src/crypto/cipher/e_tls.c',
130 'src/crypto/cipher/tls_cbc.c', 130 'src/crypto/cipher/tls_cbc.c',
131 'src/crypto/cmac/cmac.c', 131 'src/crypto/cmac/cmac.c',
132 'src/crypto/conf/conf.c', 132 'src/crypto/conf/conf.c',
133 'src/crypto/cpu-arm.c', 133 'src/crypto/cpu-arm.c',
134 'src/crypto/cpu-intel.c', 134 'src/crypto/cpu-intel.c',
135 'src/crypto/crypto.c', 135 'src/crypto/crypto.c',
136 'src/crypto/curve25519/curve25519.c',
136 'src/crypto/des/des.c', 137 'src/crypto/des/des.c',
137 'src/crypto/dh/check.c', 138 'src/crypto/dh/check.c',
138 'src/crypto/dh/dh.c', 139 'src/crypto/dh/dh.c',
139 'src/crypto/dh/dh_asn1.c', 140 'src/crypto/dh/dh_asn1.c',
140 'src/crypto/dh/params.c', 141 'src/crypto/dh/params.c',
141 'src/crypto/digest/digest.c', 142 'src/crypto/digest/digest.c',
142 'src/crypto/digest/digests.c', 143 'src/crypto/digest/digests.c',
143 'src/crypto/directory_posix.c', 144 'src/crypto/directory_posix.c',
144 'src/crypto/directory_win.c', 145 'src/crypto/directory_win.c',
145 'src/crypto/dsa/dsa.c', 146 'src/crypto/dsa/dsa.c',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'win-x86_64/crypto/modes/ghash-x86_64.asm', 423 'win-x86_64/crypto/modes/ghash-x86_64.asm',
423 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 424 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
424 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 425 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
425 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 426 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
426 'win-x86_64/crypto/sha/sha1-x86_64.asm', 427 'win-x86_64/crypto/sha/sha1-x86_64.asm',
427 'win-x86_64/crypto/sha/sha256-x86_64.asm', 428 'win-x86_64/crypto/sha/sha256-x86_64.asm',
428 'win-x86_64/crypto/sha/sha512-x86_64.asm', 429 'win-x86_64/crypto/sha/sha512-x86_64.asm',
429 ], 430 ],
430 } 431 }
431 } 432 }
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