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

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

Issue 2906523002: Roll src/third_party/boringssl/src 467d3220f..68f84f5c4 (Closed)
Patch Set: roll further Created 3 years, 6 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
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/asn1/a_bitstr.c", 9 "src/crypto/asn1/a_bitstr.c",
10 "src/crypto/asn1/a_bool.c", 10 "src/crypto/asn1/a_bool.c",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "src/include/openssl/poly1305.h", 315 "src/include/openssl/poly1305.h",
316 "src/include/openssl/pool.h", 316 "src/include/openssl/pool.h",
317 "src/include/openssl/rand.h", 317 "src/include/openssl/rand.h",
318 "src/include/openssl/rc4.h", 318 "src/include/openssl/rc4.h",
319 "src/include/openssl/ripemd.h", 319 "src/include/openssl/ripemd.h",
320 "src/include/openssl/rsa.h", 320 "src/include/openssl/rsa.h",
321 "src/include/openssl/safestack.h", 321 "src/include/openssl/safestack.h",
322 "src/include/openssl/sha.h", 322 "src/include/openssl/sha.h",
323 "src/include/openssl/srtp.h", 323 "src/include/openssl/srtp.h",
324 "src/include/openssl/stack.h", 324 "src/include/openssl/stack.h",
325 "src/include/openssl/stack_macros.h",
326 "src/include/openssl/thread.h", 325 "src/include/openssl/thread.h",
327 "src/include/openssl/type_check.h", 326 "src/include/openssl/type_check.h",
328 "src/include/openssl/x509.h", 327 "src/include/openssl/x509.h",
329 "src/include/openssl/x509_vfy.h", 328 "src/include/openssl/x509_vfy.h",
330 "src/include/openssl/x509v3.h", 329 "src/include/openssl/x509v3.h",
331 ] 330 ]
332 331
333 ssl_sources = [ 332 ssl_sources = [
334 "src/include/openssl/dtls1.h", 333 "src/include/openssl/dtls1.h",
335 "src/include/openssl/ssl.h", 334 "src/include/openssl/ssl.h",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "cert", 516 "cert",
518 "client", 517 "client",
519 "pkcs8", 518 "pkcs8",
520 "privkey", 519 "privkey",
521 "read_pem", 520 "read_pem",
522 "server", 521 "server",
523 "session", 522 "session",
524 "spki", 523 "spki",
525 "ssl_ctx_api", 524 "ssl_ctx_api",
526 ] 525 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698