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

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

Issue 1931803003: Roll src/third_party/boringssl/src a08142380..0a63b9653 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.gn ('k') | third_party/boringssl/BUILD.generated_tests.gni » ('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/mode_wrappers.c", 10 "src/crypto/aes/mode_wrappers.c",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "src/crypto/curve25519/curve25519.c", 103 "src/crypto/curve25519/curve25519.c",
104 "src/crypto/curve25519/spake25519.c", 104 "src/crypto/curve25519/spake25519.c",
105 "src/crypto/curve25519/x25519-x86_64.c", 105 "src/crypto/curve25519/x25519-x86_64.c",
106 "src/crypto/des/des.c", 106 "src/crypto/des/des.c",
107 "src/crypto/dh/check.c", 107 "src/crypto/dh/check.c",
108 "src/crypto/dh/dh.c", 108 "src/crypto/dh/dh.c",
109 "src/crypto/dh/dh_asn1.c", 109 "src/crypto/dh/dh_asn1.c",
110 "src/crypto/dh/params.c", 110 "src/crypto/dh/params.c",
111 "src/crypto/digest/digest.c", 111 "src/crypto/digest/digest.c",
112 "src/crypto/digest/digests.c", 112 "src/crypto/digest/digests.c",
113 "src/crypto/directory_posix.c",
114 "src/crypto/directory_win.c",
115 "src/crypto/dsa/dsa.c", 113 "src/crypto/dsa/dsa.c",
116 "src/crypto/dsa/dsa_asn1.c", 114 "src/crypto/dsa/dsa_asn1.c",
117 "src/crypto/ec/ec.c", 115 "src/crypto/ec/ec.c",
118 "src/crypto/ec/ec_asn1.c", 116 "src/crypto/ec/ec_asn1.c",
119 "src/crypto/ec/ec_key.c", 117 "src/crypto/ec/ec_key.c",
120 "src/crypto/ec/ec_montgomery.c", 118 "src/crypto/ec/ec_montgomery.c",
121 "src/crypto/ec/oct.c", 119 "src/crypto/ec/oct.c",
122 "src/crypto/ec/p224-64.c", 120 "src/crypto/ec/p224-64.c",
123 "src/crypto/ec/p256-64.c", 121 "src/crypto/ec/p256-64.c",
124 "src/crypto/ec/p256-x86_64.c", 122 "src/crypto/ec/p256-x86_64.c",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 ] 453 ]
456 454
457 fuzzers = [ 455 fuzzers = [
458 "cert", 456 "cert",
459 "client", 457 "client",
460 "pkcs8", 458 "pkcs8",
461 "privkey", 459 "privkey",
462 "server", 460 "server",
463 "spki", 461 "spki",
464 ] 462 ]
OLDNEW
« no previous file with comments | « third_party/boringssl/BUILD.gn ('k') | third_party/boringssl/BUILD.generated_tests.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698