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

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

Issue 835193005: ABANDONED! Roll BoringSSL ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new test to unittests Created 5 years, 11 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') | 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 update_gypi_and_asm.py. Do not edit manually. 5 # This file is created by update_gypi_and_asm.py. Do not edit manually.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 'boringssl_lib_sources': [ 9 'boringssl_lib_sources': [
10 'src/crypto/aes/aes.c', 10 'src/crypto/aes/aes.c',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'src/crypto/evp/p_ec.c', 144 'src/crypto/evp/p_ec.c',
145 'src/crypto/evp/p_ec_asn1.c', 145 'src/crypto/evp/p_ec_asn1.c',
146 'src/crypto/evp/p_hmac.c', 146 'src/crypto/evp/p_hmac.c',
147 'src/crypto/evp/p_hmac_asn1.c', 147 'src/crypto/evp/p_hmac_asn1.c',
148 'src/crypto/evp/p_rsa.c', 148 'src/crypto/evp/p_rsa.c',
149 'src/crypto/evp/p_rsa_asn1.c', 149 'src/crypto/evp/p_rsa_asn1.c',
150 'src/crypto/evp/pbkdf.c', 150 'src/crypto/evp/pbkdf.c',
151 'src/crypto/evp/sign.c', 151 'src/crypto/evp/sign.c',
152 'src/crypto/ex_data.c', 152 'src/crypto/ex_data.c',
153 'src/crypto/ex_data_impl.c', 153 'src/crypto/ex_data_impl.c',
154 'src/crypto/hkdf/hkdf.c',
155 'src/crypto/hkdf/hkdf_error.c',
154 'src/crypto/hmac/hmac.c', 156 'src/crypto/hmac/hmac.c',
155 'src/crypto/lhash/lhash.c', 157 'src/crypto/lhash/lhash.c',
156 'src/crypto/md4/md4.c', 158 'src/crypto/md4/md4.c',
157 'src/crypto/md5/md5.c', 159 'src/crypto/md5/md5.c',
158 'src/crypto/mem.c', 160 'src/crypto/mem.c',
159 'src/crypto/modes/cbc.c', 161 'src/crypto/modes/cbc.c',
160 'src/crypto/modes/cfb.c', 162 'src/crypto/modes/cfb.c',
161 'src/crypto/modes/ctr.c', 163 'src/crypto/modes/ctr.c',
162 'src/crypto/modes/gcm.c', 164 'src/crypto/modes/gcm.c',
163 'src/crypto/modes/ofb.c', 165 'src/crypto/modes/ofb.c',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'src/crypto/x509v3/v3_utl.c', 282 'src/crypto/x509v3/v3_utl.c',
281 'src/crypto/x509v3/x509v3_error.c', 283 'src/crypto/x509v3/x509v3_error.c',
282 'src/ssl/d1_both.c', 284 'src/ssl/d1_both.c',
283 'src/ssl/d1_clnt.c', 285 'src/ssl/d1_clnt.c',
284 'src/ssl/d1_lib.c', 286 'src/ssl/d1_lib.c',
285 'src/ssl/d1_meth.c', 287 'src/ssl/d1_meth.c',
286 'src/ssl/d1_pkt.c', 288 'src/ssl/d1_pkt.c',
287 'src/ssl/d1_srtp.c', 289 'src/ssl/d1_srtp.c',
288 'src/ssl/d1_srvr.c', 290 'src/ssl/d1_srvr.c',
289 'src/ssl/pqueue/pqueue.c', 291 'src/ssl/pqueue/pqueue.c',
290 'src/ssl/s23_clnt.c',
291 'src/ssl/s23_lib.c',
292 'src/ssl/s23_meth.c',
293 'src/ssl/s23_pkt.c',
294 'src/ssl/s23_srvr.c',
295 'src/ssl/s3_both.c', 292 'src/ssl/s3_both.c',
296 'src/ssl/s3_cbc.c', 293 'src/ssl/s3_cbc.c',
297 'src/ssl/s3_clnt.c', 294 'src/ssl/s3_clnt.c',
298 'src/ssl/s3_enc.c', 295 'src/ssl/s3_enc.c',
299 'src/ssl/s3_lib.c', 296 'src/ssl/s3_lib.c',
300 'src/ssl/s3_meth.c', 297 'src/ssl/s3_meth.c',
301 'src/ssl/s3_pkt.c', 298 'src/ssl/s3_pkt.c',
302 'src/ssl/s3_srvr.c', 299 'src/ssl/s3_srvr.c',
303 'src/ssl/ssl_algs.c', 300 'src/ssl/ssl_algs.c',
304 'src/ssl/ssl_asn1.c', 301 'src/ssl/ssl_asn1.c',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 422 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
426 'win-x86_64/crypto/modes/ghash-x86_64.asm', 423 'win-x86_64/crypto/modes/ghash-x86_64.asm',
427 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 424 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
428 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 425 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
429 'win-x86_64/crypto/sha/sha1-x86_64.asm', 426 'win-x86_64/crypto/sha/sha1-x86_64.asm',
430 'win-x86_64/crypto/sha/sha256-x86_64.asm', 427 'win-x86_64/crypto/sha/sha256-x86_64.asm',
431 'win-x86_64/crypto/sha/sha512-x86_64.asm', 428 'win-x86_64/crypto/sha/sha512-x86_64.asm',
432 ], 429 ],
433 } 430 }
434 } 431 }
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/boringssl/boringssl_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698