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

Side by Side Diff: third_party/boringssl/BUILD.generated.gni

Issue 2539933002: Roll src/third_party/boringssl/src e1cc35e58..f086df9f5 (Closed)
Patch Set: Fix SCT test. Created 4 years 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 | « net/socket/ssl_client_socket_unittest.cc ('k') | third_party/boringssl/err_data.c » ('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) 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 crypto_sources = [ 7 crypto_sources = [
8 "err_data.c", 8 "err_data.c",
9 "src/crypto/aes/aes.c", 9 "src/crypto/aes/aes.c",
10 "src/crypto/aes/internal.h", 10 "src/crypto/aes/internal.h",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "src/crypto/rand/windows.c", 207 "src/crypto/rand/windows.c",
208 "src/crypto/rc4/rc4.c", 208 "src/crypto/rc4/rc4.c",
209 "src/crypto/refcount_c11.c", 209 "src/crypto/refcount_c11.c",
210 "src/crypto/refcount_lock.c", 210 "src/crypto/refcount_lock.c",
211 "src/crypto/rsa/blinding.c", 211 "src/crypto/rsa/blinding.c",
212 "src/crypto/rsa/internal.h", 212 "src/crypto/rsa/internal.h",
213 "src/crypto/rsa/padding.c", 213 "src/crypto/rsa/padding.c",
214 "src/crypto/rsa/rsa.c", 214 "src/crypto/rsa/rsa.c",
215 "src/crypto/rsa/rsa_asn1.c", 215 "src/crypto/rsa/rsa_asn1.c",
216 "src/crypto/rsa/rsa_impl.c", 216 "src/crypto/rsa/rsa_impl.c",
217 "src/crypto/sha/sha1-altivec.c",
217 "src/crypto/sha/sha1.c", 218 "src/crypto/sha/sha1.c",
218 "src/crypto/sha/sha256.c", 219 "src/crypto/sha/sha256.c",
219 "src/crypto/sha/sha512.c", 220 "src/crypto/sha/sha512.c",
220 "src/crypto/stack/stack.c", 221 "src/crypto/stack/stack.c",
221 "src/crypto/thread.c", 222 "src/crypto/thread.c",
222 "src/crypto/thread_none.c", 223 "src/crypto/thread_none.c",
223 "src/crypto/thread_pthread.c", 224 "src/crypto/thread_pthread.c",
224 "src/crypto/thread_win.c", 225 "src/crypto/thread_win.c",
225 "src/crypto/time_support.c", 226 "src/crypto/time_support.c",
226 "src/crypto/x509/a_digest.c", 227 "src/crypto/x509/a_digest.c",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 fuzzers = [ 564 fuzzers = [
564 "cert", 565 "cert",
565 "client", 566 "client",
566 "pkcs8", 567 "pkcs8",
567 "privkey", 568 "privkey",
568 "read_pem", 569 "read_pem",
569 "server", 570 "server",
570 "spki", 571 "spki",
571 "ssl_ctx_api", 572 "ssl_ctx_api",
572 ] 573 ]
OLDNEW
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | third_party/boringssl/err_data.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698