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

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

Issue 2607143002: Roll src/third_party/boringssl/src 48e2be247..a81967b47 (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') | no next file » | 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "src/crypto/modes/cbc.c", 167 "src/crypto/modes/cbc.c",
168 "src/crypto/modes/cfb.c", 168 "src/crypto/modes/cfb.c",
169 "src/crypto/modes/ctr.c", 169 "src/crypto/modes/ctr.c",
170 "src/crypto/modes/gcm.c", 170 "src/crypto/modes/gcm.c",
171 "src/crypto/modes/internal.h", 171 "src/crypto/modes/internal.h",
172 "src/crypto/modes/ofb.c", 172 "src/crypto/modes/ofb.c",
173 "src/crypto/modes/polyval.c", 173 "src/crypto/modes/polyval.c",
174 "src/crypto/obj/obj.c", 174 "src/crypto/obj/obj.c",
175 "src/crypto/obj/obj_dat.h", 175 "src/crypto/obj/obj_dat.h",
176 "src/crypto/obj/obj_xref.c", 176 "src/crypto/obj/obj_xref.c",
177 "src/crypto/obj/obj_xref.h",
178 "src/crypto/pem/pem_all.c", 177 "src/crypto/pem/pem_all.c",
179 "src/crypto/pem/pem_info.c", 178 "src/crypto/pem/pem_info.c",
180 "src/crypto/pem/pem_lib.c", 179 "src/crypto/pem/pem_lib.c",
181 "src/crypto/pem/pem_oth.c", 180 "src/crypto/pem/pem_oth.c",
182 "src/crypto/pem/pem_pk8.c", 181 "src/crypto/pem/pem_pk8.c",
183 "src/crypto/pem/pem_pkey.c", 182 "src/crypto/pem/pem_pkey.c",
184 "src/crypto/pem/pem_x509.c", 183 "src/crypto/pem/pem_x509.c",
185 "src/crypto/pem/pem_xaux.c", 184 "src/crypto/pem/pem_xaux.c",
186 "src/crypto/pkcs8/internal.h", 185 "src/crypto/pkcs8/internal.h",
187 "src/crypto/pkcs8/p5_pbe.c", 186 "src/crypto/pkcs8/p5_pbe.c",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 "cert", 554 "cert",
556 "client", 555 "client",
557 "pkcs8", 556 "pkcs8",
558 "privkey", 557 "privkey",
559 "read_pem", 558 "read_pem",
560 "server", 559 "server",
561 "session", 560 "session",
562 "spki", 561 "spki",
563 "ssl_ctx_api", 562 "ssl_ctx_api",
564 ] 563 ]
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698