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

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

Issue 2626273002: Roll src/third_party/boringssl/src a81967b47..8b8d22c96 (Closed)
Patch Set: Created 3 years, 11 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "src/crypto/obj/obj_xref.c", 176 "src/crypto/obj/obj_xref.c",
177 "src/crypto/pem/pem_all.c", 177 "src/crypto/pem/pem_all.c",
178 "src/crypto/pem/pem_info.c", 178 "src/crypto/pem/pem_info.c",
179 "src/crypto/pem/pem_lib.c", 179 "src/crypto/pem/pem_lib.c",
180 "src/crypto/pem/pem_oth.c", 180 "src/crypto/pem/pem_oth.c",
181 "src/crypto/pem/pem_pk8.c", 181 "src/crypto/pem/pem_pk8.c",
182 "src/crypto/pem/pem_pkey.c", 182 "src/crypto/pem/pem_pkey.c",
183 "src/crypto/pem/pem_x509.c", 183 "src/crypto/pem/pem_x509.c",
184 "src/crypto/pem/pem_xaux.c", 184 "src/crypto/pem/pem_xaux.c",
185 "src/crypto/pkcs8/internal.h", 185 "src/crypto/pkcs8/internal.h",
186 "src/crypto/pkcs8/p5_pbe.c",
187 "src/crypto/pkcs8/p5_pbev2.c", 186 "src/crypto/pkcs8/p5_pbev2.c",
188 "src/crypto/pkcs8/p8_pkey.c", 187 "src/crypto/pkcs8/p8_pkey.c",
189 "src/crypto/pkcs8/pkcs8.c", 188 "src/crypto/pkcs8/pkcs8.c",
190 "src/crypto/poly1305/internal.h", 189 "src/crypto/poly1305/internal.h",
191 "src/crypto/poly1305/poly1305.c", 190 "src/crypto/poly1305/poly1305.c",
192 "src/crypto/poly1305/poly1305_arm.c", 191 "src/crypto/poly1305/poly1305_arm.c",
193 "src/crypto/poly1305/poly1305_vec.c", 192 "src/crypto/poly1305/poly1305_vec.c",
194 "src/crypto/pool/internal.h", 193 "src/crypto/pool/internal.h",
195 "src/crypto/pool/pool.c", 194 "src/crypto/pool/pool.c",
196 "src/crypto/rand/deterministic.c", 195 "src/crypto/rand/deterministic.c",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "cert", 553 "cert",
555 "client", 554 "client",
556 "pkcs8", 555 "pkcs8",
557 "privkey", 556 "privkey",
558 "read_pem", 557 "read_pem",
559 "server", 558 "server",
560 "session", 559 "session",
561 "spki", 560 "spki",
562 "ssl_ctx_api", 561 "ssl_ctx_api",
563 ] 562 ]
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