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

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

Issue 1608963004: Roll src/third_party/boringssl/src afe57cb14..6c22f542f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn Created 4 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 | « 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 11 matching lines...) Expand all
22 'src/ssl/s3_enc.c', 22 'src/ssl/s3_enc.c',
23 'src/ssl/s3_lib.c', 23 'src/ssl/s3_lib.c',
24 'src/ssl/s3_meth.c', 24 'src/ssl/s3_meth.c',
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_ecdh.c',
32 'src/ssl/ssl_file.c', 33 'src/ssl/ssl_file.c',
33 'src/ssl/ssl_lib.c', 34 'src/ssl/ssl_lib.c',
34 'src/ssl/ssl_rsa.c', 35 'src/ssl/ssl_rsa.c',
35 'src/ssl/ssl_session.c', 36 'src/ssl/ssl_session.c',
36 'src/ssl/ssl_stat.c', 37 'src/ssl/ssl_stat.c',
37 'src/ssl/t1_enc.c', 38 'src/ssl/t1_enc.c',
38 'src/ssl/t1_lib.c', 39 'src/ssl/t1_lib.c',
39 'src/ssl/tls_record.c', 40 'src/ssl/tls_record.c',
40 ], 41 ],
41 'boringssl_crypto_sources': [ 42 'boringssl_crypto_sources': [
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'src/crypto/cipher/e_rc4.c', 128 'src/crypto/cipher/e_rc4.c',
128 'src/crypto/cipher/e_ssl3.c', 129 'src/crypto/cipher/e_ssl3.c',
129 'src/crypto/cipher/e_tls.c', 130 'src/crypto/cipher/e_tls.c',
130 'src/crypto/cipher/tls_cbc.c', 131 'src/crypto/cipher/tls_cbc.c',
131 'src/crypto/cmac/cmac.c', 132 'src/crypto/cmac/cmac.c',
132 'src/crypto/conf/conf.c', 133 'src/crypto/conf/conf.c',
133 'src/crypto/cpu-arm.c', 134 'src/crypto/cpu-arm.c',
134 'src/crypto/cpu-intel.c', 135 'src/crypto/cpu-intel.c',
135 'src/crypto/crypto.c', 136 'src/crypto/crypto.c',
136 'src/crypto/curve25519/curve25519.c', 137 'src/crypto/curve25519/curve25519.c',
138 'src/crypto/curve25519/x25519-x86_64.c',
137 'src/crypto/des/des.c', 139 'src/crypto/des/des.c',
138 'src/crypto/dh/check.c', 140 'src/crypto/dh/check.c',
139 'src/crypto/dh/dh.c', 141 'src/crypto/dh/dh.c',
140 'src/crypto/dh/dh_asn1.c', 142 'src/crypto/dh/dh_asn1.c',
141 'src/crypto/dh/params.c', 143 'src/crypto/dh/params.c',
142 'src/crypto/digest/digest.c', 144 'src/crypto/digest/digest.c',
143 'src/crypto/digest/digests.c', 145 'src/crypto/digest/digests.c',
144 'src/crypto/directory_posix.c', 146 'src/crypto/directory_posix.c',
145 'src/crypto/directory_win.c', 147 'src/crypto/directory_win.c',
146 'src/crypto/dsa/dsa.c', 148 'src/crypto/dsa/dsa.c',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'linux-arm/crypto/aes/aesv8-armx32.S', 319 'linux-arm/crypto/aes/aesv8-armx32.S',
318 'linux-arm/crypto/aes/bsaes-armv7.S', 320 'linux-arm/crypto/aes/bsaes-armv7.S',
319 'linux-arm/crypto/bn/armv4-mont.S', 321 'linux-arm/crypto/bn/armv4-mont.S',
320 'linux-arm/crypto/modes/ghash-armv4.S', 322 'linux-arm/crypto/modes/ghash-armv4.S',
321 'linux-arm/crypto/modes/ghashv8-armx32.S', 323 'linux-arm/crypto/modes/ghashv8-armx32.S',
322 'linux-arm/crypto/sha/sha1-armv4-large.S', 324 'linux-arm/crypto/sha/sha1-armv4-large.S',
323 'linux-arm/crypto/sha/sha256-armv4.S', 325 'linux-arm/crypto/sha/sha256-armv4.S',
324 'linux-arm/crypto/sha/sha512-armv4.S', 326 'linux-arm/crypto/sha/sha512-armv4.S',
325 'src/crypto/chacha/chacha_vec_arm.S', 327 'src/crypto/chacha/chacha_vec_arm.S',
326 'src/crypto/cpu-arm-asm.S', 328 'src/crypto/cpu-arm-asm.S',
327 'src/crypto/curve25519/asm/x25519-arm.S', 329 'src/crypto/curve25519/asm/x25519-asm-arm.S',
328 'src/crypto/poly1305/poly1305_arm_asm.S', 330 'src/crypto/poly1305/poly1305_arm_asm.S',
329 ], 331 ],
330 'boringssl_linux_x86_sources': [ 332 'boringssl_linux_x86_sources': [
331 'linux-x86/crypto/aes/aes-586.S', 333 'linux-x86/crypto/aes/aes-586.S',
332 'linux-x86/crypto/aes/aesni-x86.S', 334 'linux-x86/crypto/aes/aesni-x86.S',
333 'linux-x86/crypto/aes/vpaes-x86.S', 335 'linux-x86/crypto/aes/vpaes-x86.S',
334 'linux-x86/crypto/bn/bn-586.S', 336 'linux-x86/crypto/bn/bn-586.S',
335 'linux-x86/crypto/bn/co-586.S', 337 'linux-x86/crypto/bn/co-586.S',
336 'linux-x86/crypto/bn/x86-mont.S', 338 'linux-x86/crypto/bn/x86-mont.S',
337 'linux-x86/crypto/md5/md5-586.S', 339 'linux-x86/crypto/md5/md5-586.S',
(...skipping 14 matching lines...) Expand all
352 'linux-x86_64/crypto/bn/x86_64-mont5.S', 354 'linux-x86_64/crypto/bn/x86_64-mont5.S',
353 'linux-x86_64/crypto/ec/p256-x86_64-asm.S', 355 'linux-x86_64/crypto/ec/p256-x86_64-asm.S',
354 'linux-x86_64/crypto/md5/md5-x86_64.S', 356 'linux-x86_64/crypto/md5/md5-x86_64.S',
355 'linux-x86_64/crypto/modes/aesni-gcm-x86_64.S', 357 'linux-x86_64/crypto/modes/aesni-gcm-x86_64.S',
356 'linux-x86_64/crypto/modes/ghash-x86_64.S', 358 'linux-x86_64/crypto/modes/ghash-x86_64.S',
357 'linux-x86_64/crypto/rand/rdrand-x86_64.S', 359 'linux-x86_64/crypto/rand/rdrand-x86_64.S',
358 'linux-x86_64/crypto/rc4/rc4-x86_64.S', 360 'linux-x86_64/crypto/rc4/rc4-x86_64.S',
359 'linux-x86_64/crypto/sha/sha1-x86_64.S', 361 'linux-x86_64/crypto/sha/sha1-x86_64.S',
360 'linux-x86_64/crypto/sha/sha256-x86_64.S', 362 'linux-x86_64/crypto/sha/sha256-x86_64.S',
361 'linux-x86_64/crypto/sha/sha512-x86_64.S', 363 'linux-x86_64/crypto/sha/sha512-x86_64.S',
364 'src/crypto/curve25519/asm/x25519-asm-x86_64.S',
362 ], 365 ],
363 'boringssl_mac_x86_sources': [ 366 'boringssl_mac_x86_sources': [
364 'mac-x86/crypto/aes/aes-586.S', 367 'mac-x86/crypto/aes/aes-586.S',
365 'mac-x86/crypto/aes/aesni-x86.S', 368 'mac-x86/crypto/aes/aesni-x86.S',
366 'mac-x86/crypto/aes/vpaes-x86.S', 369 'mac-x86/crypto/aes/vpaes-x86.S',
367 'mac-x86/crypto/bn/bn-586.S', 370 'mac-x86/crypto/bn/bn-586.S',
368 'mac-x86/crypto/bn/co-586.S', 371 'mac-x86/crypto/bn/co-586.S',
369 'mac-x86/crypto/bn/x86-mont.S', 372 'mac-x86/crypto/bn/x86-mont.S',
370 'mac-x86/crypto/md5/md5-586.S', 373 'mac-x86/crypto/md5/md5-586.S',
371 'mac-x86/crypto/modes/ghash-x86.S', 374 'mac-x86/crypto/modes/ghash-x86.S',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 424 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
422 'win-x86_64/crypto/modes/ghash-x86_64.asm', 425 'win-x86_64/crypto/modes/ghash-x86_64.asm',
423 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 426 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
424 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 427 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
425 'win-x86_64/crypto/sha/sha1-x86_64.asm', 428 'win-x86_64/crypto/sha/sha1-x86_64.asm',
426 'win-x86_64/crypto/sha/sha256-x86_64.asm', 429 'win-x86_64/crypto/sha/sha256-x86_64.asm',
427 'win-x86_64/crypto/sha/sha512-x86_64.asm', 430 'win-x86_64/crypto/sha/sha512-x86_64.asm',
428 ], 431 ],
429 } 432 }
430 } 433 }
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