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

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

Issue 568643003: Reland dd7edfa67: Switch Mac over to BoringSSL from NSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'src/crypto/cipher/e_aes.c', 93 'src/crypto/cipher/e_aes.c',
94 'src/crypto/cipher/e_chacha20poly1305.c', 94 'src/crypto/cipher/e_chacha20poly1305.c',
95 'src/crypto/cipher/e_des.c', 95 'src/crypto/cipher/e_des.c',
96 'src/crypto/cipher/e_null.c', 96 'src/crypto/cipher/e_null.c',
97 'src/crypto/cipher/e_rc2.c', 97 'src/crypto/cipher/e_rc2.c',
98 'src/crypto/cipher/e_rc4.c', 98 'src/crypto/cipher/e_rc4.c',
99 'src/crypto/conf/conf.c', 99 'src/crypto/conf/conf.c',
100 'src/crypto/conf/conf_error.c', 100 'src/crypto/conf/conf_error.c',
101 'src/crypto/cpu-arm.c', 101 'src/crypto/cpu-arm.c',
102 'src/crypto/cpu-intel.c', 102 'src/crypto/cpu-intel.c',
103 'src/crypto/crypto.c',
103 'src/crypto/crypto_error.c', 104 'src/crypto/crypto_error.c',
104 'src/crypto/des/des.c', 105 'src/crypto/des/des.c',
105 'src/crypto/dh/check.c', 106 'src/crypto/dh/check.c',
106 'src/crypto/dh/dh.c', 107 'src/crypto/dh/dh.c',
107 'src/crypto/dh/dh_asn1.c', 108 'src/crypto/dh/dh_asn1.c',
108 'src/crypto/dh/dh_error.c', 109 'src/crypto/dh/dh_error.c',
109 'src/crypto/dh/dh_impl.c', 110 'src/crypto/dh/dh_impl.c',
110 'src/crypto/dh/params.c', 111 'src/crypto/dh/params.c',
111 'src/crypto/digest/digest.c', 112 'src/crypto/digest/digest.c',
112 'src/crypto/digest/digest_error.c', 113 'src/crypto/digest/digest_error.c',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', 412 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm',
412 'win-x86_64/crypto/modes/ghash-x86_64.asm', 413 'win-x86_64/crypto/modes/ghash-x86_64.asm',
413 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', 414 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm',
414 'win-x86_64/crypto/rc4/rc4-x86_64.asm', 415 'win-x86_64/crypto/rc4/rc4-x86_64.asm',
415 'win-x86_64/crypto/sha/sha1-x86_64.asm', 416 'win-x86_64/crypto/sha/sha1-x86_64.asm',
416 'win-x86_64/crypto/sha/sha256-x86_64.asm', 417 'win-x86_64/crypto/sha/sha256-x86_64.asm',
417 'win-x86_64/crypto/sha/sha512-x86_64.asm', 418 'win-x86_64/crypto/sha/sha512-x86_64.asm',
418 ], 419 ],
419 } 420 }
420 } 421 }
OLDNEW
« third_party/boringssl/BUILD.gn ('K') | « third_party/boringssl/boringssl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698