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

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

Issue 2418113002: Revert "Roll src/third_party/boringssl/src 0d81373f9..1991af690" (https://codereview.chromium.org/2… (Closed)
Patch Set: Created 4 years, 2 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/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",
11 "src/crypto/aes/key_wrap.c",
12 "src/crypto/aes/mode_wrappers.c", 11 "src/crypto/aes/mode_wrappers.c",
13 "src/crypto/asn1/a_bitstr.c", 12 "src/crypto/asn1/a_bitstr.c",
14 "src/crypto/asn1/a_bool.c", 13 "src/crypto/asn1/a_bool.c",
15 "src/crypto/asn1/a_d2i_fp.c", 14 "src/crypto/asn1/a_d2i_fp.c",
16 "src/crypto/asn1/a_dup.c", 15 "src/crypto/asn1/a_dup.c",
17 "src/crypto/asn1/a_enum.c", 16 "src/crypto/asn1/a_enum.c",
18 "src/crypto/asn1/a_gentm.c", 17 "src/crypto/asn1/a_gentm.c",
19 "src/crypto/asn1/a_i2d_fp.c", 18 "src/crypto/asn1/a_i2d_fp.c",
20 "src/crypto/asn1/a_int.c", 19 "src/crypto/asn1/a_int.c",
21 "src/crypto/asn1/a_mbstr.c", 20 "src/crypto/asn1/a_mbstr.c",
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 ] 556 ]
558 557
559 fuzzers = [ 558 fuzzers = [
560 "cert", 559 "cert",
561 "client", 560 "client",
562 "pkcs8", 561 "pkcs8",
563 "privkey", 562 "privkey",
564 "read_pem", 563 "read_pem",
565 "server", 564 "server",
566 "spki", 565 "spki",
567 "ssl_ctx_api",
568 ] 566 ]
OLDNEW
« no previous file with comments | « third_party/boringssl/BUILD.gn ('k') | third_party/boringssl/err_data.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698