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

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

Issue 2783923002: Roll src/third_party/boringssl/src d04ca9535..a0ba400c3 (Closed)
Patch Set: Created 3 years, 8 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 | « DEPS ('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/internal.h", 10 "src/crypto/aes/internal.h",
(...skipping 24 matching lines...) Expand all
35 "src/crypto/asn1/f_int.c", 35 "src/crypto/asn1/f_int.c",
36 "src/crypto/asn1/f_string.c", 36 "src/crypto/asn1/f_string.c",
37 "src/crypto/asn1/t_bitst.c", 37 "src/crypto/asn1/t_bitst.c",
38 "src/crypto/asn1/tasn_dec.c", 38 "src/crypto/asn1/tasn_dec.c",
39 "src/crypto/asn1/tasn_enc.c", 39 "src/crypto/asn1/tasn_enc.c",
40 "src/crypto/asn1/tasn_fre.c", 40 "src/crypto/asn1/tasn_fre.c",
41 "src/crypto/asn1/tasn_new.c", 41 "src/crypto/asn1/tasn_new.c",
42 "src/crypto/asn1/tasn_typ.c", 42 "src/crypto/asn1/tasn_typ.c",
43 "src/crypto/asn1/tasn_utl.c", 43 "src/crypto/asn1/tasn_utl.c",
44 "src/crypto/asn1/time_support.c", 44 "src/crypto/asn1/time_support.c",
45 "src/crypto/asn1/x_bignum.c",
46 "src/crypto/asn1/x_long.c",
47 "src/crypto/base64/base64.c", 45 "src/crypto/base64/base64.c",
48 "src/crypto/bio/bio.c", 46 "src/crypto/bio/bio.c",
49 "src/crypto/bio/bio_mem.c", 47 "src/crypto/bio/bio_mem.c",
50 "src/crypto/bio/connect.c", 48 "src/crypto/bio/connect.c",
51 "src/crypto/bio/fd.c", 49 "src/crypto/bio/fd.c",
52 "src/crypto/bio/file.c", 50 "src/crypto/bio/file.c",
53 "src/crypto/bio/hexdump.c", 51 "src/crypto/bio/hexdump.c",
54 "src/crypto/bio/internal.h", 52 "src/crypto/bio/internal.h",
55 "src/crypto/bio/pair.c", 53 "src/crypto/bio/pair.c",
56 "src/crypto/bio/printf.c", 54 "src/crypto/bio/printf.c",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "src/crypto/pem/pem_all.c", 175 "src/crypto/pem/pem_all.c",
178 "src/crypto/pem/pem_info.c", 176 "src/crypto/pem/pem_info.c",
179 "src/crypto/pem/pem_lib.c", 177 "src/crypto/pem/pem_lib.c",
180 "src/crypto/pem/pem_oth.c", 178 "src/crypto/pem/pem_oth.c",
181 "src/crypto/pem/pem_pk8.c", 179 "src/crypto/pem/pem_pk8.c",
182 "src/crypto/pem/pem_pkey.c", 180 "src/crypto/pem/pem_pkey.c",
183 "src/crypto/pem/pem_x509.c", 181 "src/crypto/pem/pem_x509.c",
184 "src/crypto/pem/pem_xaux.c", 182 "src/crypto/pem/pem_xaux.c",
185 "src/crypto/pkcs8/internal.h", 183 "src/crypto/pkcs8/internal.h",
186 "src/crypto/pkcs8/p5_pbev2.c", 184 "src/crypto/pkcs8/p5_pbev2.c",
187 "src/crypto/pkcs8/p8_pkey.c",
188 "src/crypto/pkcs8/pkcs8.c", 185 "src/crypto/pkcs8/pkcs8.c",
186 "src/crypto/pkcs8/pkcs8_x509.c",
189 "src/crypto/poly1305/internal.h", 187 "src/crypto/poly1305/internal.h",
190 "src/crypto/poly1305/poly1305.c", 188 "src/crypto/poly1305/poly1305.c",
191 "src/crypto/poly1305/poly1305_arm.c", 189 "src/crypto/poly1305/poly1305_arm.c",
192 "src/crypto/poly1305/poly1305_vec.c", 190 "src/crypto/poly1305/poly1305_vec.c",
193 "src/crypto/pool/internal.h", 191 "src/crypto/pool/internal.h",
194 "src/crypto/pool/pool.c", 192 "src/crypto/pool/pool.c",
195 "src/crypto/rand/deterministic.c", 193 "src/crypto/rand/deterministic.c",
196 "src/crypto/rand/fuchsia.c", 194 "src/crypto/rand/fuchsia.c",
197 "src/crypto/rand/internal.h", 195 "src/crypto/rand/internal.h",
198 "src/crypto/rand/rand.c", 196 "src/crypto/rand/rand.c",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "cert", 556 "cert",
559 "client", 557 "client",
560 "pkcs8", 558 "pkcs8",
561 "privkey", 559 "privkey",
562 "read_pem", 560 "read_pem",
563 "server", 561 "server",
564 "session", 562 "session",
565 "spki", 563 "spki",
566 "ssl_ctx_api", 564 "ssl_ctx_api",
567 ] 565 ]
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/boringssl/BUILD.generated_tests.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698