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

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

Issue 2034043003: Roll src/third_party/boringssl/src bbd43b5e9..0fc7df55c (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/BUILD.generated.gni ('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) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2016 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'mac-x86_64/crypto/chacha/chacha-x86_64.S', 401 'mac-x86_64/crypto/chacha/chacha-x86_64.S',
402 'mac-x86_64/crypto/ec/p256-x86_64-asm.S', 402 'mac-x86_64/crypto/ec/p256-x86_64-asm.S',
403 'mac-x86_64/crypto/md5/md5-x86_64.S', 403 'mac-x86_64/crypto/md5/md5-x86_64.S',
404 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S', 404 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S',
405 'mac-x86_64/crypto/modes/ghash-x86_64.S', 405 'mac-x86_64/crypto/modes/ghash-x86_64.S',
406 'mac-x86_64/crypto/rand/rdrand-x86_64.S', 406 'mac-x86_64/crypto/rand/rdrand-x86_64.S',
407 'mac-x86_64/crypto/rc4/rc4-x86_64.S', 407 'mac-x86_64/crypto/rc4/rc4-x86_64.S',
408 'mac-x86_64/crypto/sha/sha1-x86_64.S', 408 'mac-x86_64/crypto/sha/sha1-x86_64.S',
409 'mac-x86_64/crypto/sha/sha256-x86_64.S', 409 'mac-x86_64/crypto/sha/sha256-x86_64.S',
410 'mac-x86_64/crypto/sha/sha512-x86_64.S', 410 'mac-x86_64/crypto/sha/sha512-x86_64.S',
411 'src/crypto/curve25519/asm/x25519-asm-x86_64.S',
411 ], 412 ],
412 'boringssl_win_x86_sources': [ 413 'boringssl_win_x86_sources': [
413 'win-x86/crypto/aes/aes-586.asm', 414 'win-x86/crypto/aes/aes-586.asm',
414 'win-x86/crypto/aes/aesni-x86.asm', 415 'win-x86/crypto/aes/aesni-x86.asm',
415 'win-x86/crypto/aes/vpaes-x86.asm', 416 'win-x86/crypto/aes/vpaes-x86.asm',
416 'win-x86/crypto/bn/bn-586.asm', 417 'win-x86/crypto/bn/bn-586.asm',
417 'win-x86/crypto/bn/co-586.asm', 418 'win-x86/crypto/bn/co-586.asm',
418 'win-x86/crypto/bn/x86-mont.asm', 419 'win-x86/crypto/bn/x86-mont.asm',
419 'win-x86/crypto/chacha/chacha-x86.asm', 420 'win-x86/crypto/chacha/chacha-x86.asm',
420 'win-x86/crypto/md5/md5-586.asm', 421 'win-x86/crypto/md5/md5-586.asm',
(...skipping 18 matching lines...) Expand all
439 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 440 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
440 'win-x86_64/crypto/modes/ghash-x86_64.asm', 441 'win-x86_64/crypto/modes/ghash-x86_64.asm',
441 'win-x86_64/crypto/rand/rdrand-x86_64.asm', 442 'win-x86_64/crypto/rand/rdrand-x86_64.asm',
442 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 443 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
443 'win-x86_64/crypto/sha/sha1-x86_64.asm', 444 'win-x86_64/crypto/sha/sha1-x86_64.asm',
444 'win-x86_64/crypto/sha/sha256-x86_64.asm', 445 'win-x86_64/crypto/sha/sha256-x86_64.asm',
445 'win-x86_64/crypto/sha/sha512-x86_64.asm', 446 'win-x86_64/crypto/sha/sha512-x86_64.asm',
446 ], 447 ],
447 } 448 }
448 } 449 }
OLDNEW
« no previous file with comments | « third_party/boringssl/BUILD.generated.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698