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

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

Issue 511703002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export CBS_asn1_ber_to_der Created 6 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') | 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'src/crypto/bn/kronecker.c', 74 'src/crypto/bn/kronecker.c',
75 'src/crypto/bn/montgomery.c', 75 'src/crypto/bn/montgomery.c',
76 'src/crypto/bn/mul.c', 76 'src/crypto/bn/mul.c',
77 'src/crypto/bn/prime.c', 77 'src/crypto/bn/prime.c',
78 'src/crypto/bn/random.c', 78 'src/crypto/bn/random.c',
79 'src/crypto/bn/rsaz_exp.c', 79 'src/crypto/bn/rsaz_exp.c',
80 'src/crypto/bn/shift.c', 80 'src/crypto/bn/shift.c',
81 'src/crypto/bn/sqrt.c', 81 'src/crypto/bn/sqrt.c',
82 'src/crypto/buf/buf.c', 82 'src/crypto/buf/buf.c',
83 'src/crypto/buf/buf_error.c', 83 'src/crypto/buf/buf_error.c',
84 'src/crypto/bytestring/ber.c',
84 'src/crypto/bytestring/cbb.c', 85 'src/crypto/bytestring/cbb.c',
85 'src/crypto/bytestring/cbs.c', 86 'src/crypto/bytestring/cbs.c',
86 'src/crypto/chacha/chacha_generic.c', 87 'src/crypto/chacha/chacha_generic.c',
87 'src/crypto/chacha/chacha_vec.c', 88 'src/crypto/chacha/chacha_vec.c',
88 'src/crypto/cipher/aead.c', 89 'src/crypto/cipher/aead.c',
89 'src/crypto/cipher/cipher.c', 90 'src/crypto/cipher/cipher.c',
90 'src/crypto/cipher/cipher_error.c', 91 'src/crypto/cipher/cipher_error.c',
91 'src/crypto/cipher/derive_key.c', 92 'src/crypto/cipher/derive_key.c',
92 'src/crypto/cipher/e_aes.c', 93 'src/crypto/cipher/e_aes.c',
93 'src/crypto/cipher/e_chacha20poly1305.c', 94 'src/crypto/cipher/e_chacha20poly1305.c',
94 'src/crypto/cipher/e_des.c', 95 'src/crypto/cipher/e_des.c',
95 'src/crypto/cipher/e_null.c', 96 'src/crypto/cipher/e_null.c',
97 'src/crypto/cipher/e_rc2.c',
96 'src/crypto/cipher/e_rc4.c', 98 'src/crypto/cipher/e_rc4.c',
97 'src/crypto/conf/conf.c', 99 'src/crypto/conf/conf.c',
98 'src/crypto/conf/conf_error.c', 100 'src/crypto/conf/conf_error.c',
99 'src/crypto/cpu-arm.c', 101 'src/crypto/cpu-arm.c',
100 'src/crypto/cpu-intel.c', 102 'src/crypto/cpu-intel.c',
101 'src/crypto/crypto_error.c', 103 'src/crypto/crypto_error.c',
102 'src/crypto/des/des.c', 104 'src/crypto/des/des.c',
103 'src/crypto/dh/check.c', 105 'src/crypto/dh/check.c',
104 'src/crypto/dh/dh.c', 106 'src/crypto/dh/dh.c',
105 'src/crypto/dh/dh_asn1.c', 107 'src/crypto/dh/dh_asn1.c',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'src/crypto/evp/p_hmac.c', 143 'src/crypto/evp/p_hmac.c',
142 'src/crypto/evp/p_hmac_asn1.c', 144 'src/crypto/evp/p_hmac_asn1.c',
143 'src/crypto/evp/p_rsa.c', 145 'src/crypto/evp/p_rsa.c',
144 'src/crypto/evp/p_rsa_asn1.c', 146 'src/crypto/evp/p_rsa_asn1.c',
145 'src/crypto/evp/pbkdf.c', 147 'src/crypto/evp/pbkdf.c',
146 'src/crypto/evp/sign.c', 148 'src/crypto/evp/sign.c',
147 'src/crypto/ex_data.c', 149 'src/crypto/ex_data.c',
148 'src/crypto/ex_data_impl.c', 150 'src/crypto/ex_data_impl.c',
149 'src/crypto/hmac/hmac.c', 151 'src/crypto/hmac/hmac.c',
150 'src/crypto/lhash/lhash.c', 152 'src/crypto/lhash/lhash.c',
153 'src/crypto/md4/md4.c',
151 'src/crypto/md5/md5.c', 154 'src/crypto/md5/md5.c',
152 'src/crypto/mem.c', 155 'src/crypto/mem.c',
153 'src/crypto/modes/cbc.c', 156 'src/crypto/modes/cbc.c',
154 'src/crypto/modes/cfb.c', 157 'src/crypto/modes/cfb.c',
155 'src/crypto/modes/ctr.c', 158 'src/crypto/modes/ctr.c',
156 'src/crypto/modes/gcm.c', 159 'src/crypto/modes/gcm.c',
157 'src/crypto/modes/ofb.c', 160 'src/crypto/modes/ofb.c',
158 'src/crypto/obj/obj.c', 161 'src/crypto/obj/obj.c',
159 'src/crypto/obj/obj_error.c', 162 'src/crypto/obj/obj_error.c',
160 'src/crypto/obj/obj_xref.c', 163 'src/crypto/obj/obj_xref.c',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 411 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
409 'win-x86_64/crypto/modes/ghash-x86_64.asm', 412 'win-x86_64/crypto/modes/ghash-x86_64.asm',
410 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 413 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
411 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 414 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
412 'win-x86_64/crypto/sha/sha1-x86_64.asm', 415 'win-x86_64/crypto/sha/sha1-x86_64.asm',
413 'win-x86_64/crypto/sha/sha256-x86_64.asm', 416 'win-x86_64/crypto/sha/sha256-x86_64.asm',
414 'win-x86_64/crypto/sha/sha512-x86_64.asm', 417 'win-x86_64/crypto/sha/sha512-x86_64.asm',
415 ], 418 ],
416 } 419 }
417 } 420 }
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