OLD | NEW |
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 { | 7 { |
8 'variables': { | 8 'variables': { |
9 'boringssl_ssl_sources': [ | 9 'boringssl_ssl_sources': [ |
10 'src/include/openssl/dtls1.h', | 10 'src/include/openssl/dtls1.h', |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'src/include/openssl/asn1_mac.h', | 354 'src/include/openssl/asn1_mac.h', |
355 'src/include/openssl/asn1t.h', | 355 'src/include/openssl/asn1t.h', |
356 'src/include/openssl/base.h', | 356 'src/include/openssl/base.h', |
357 'src/include/openssl/base64.h', | 357 'src/include/openssl/base64.h', |
358 'src/include/openssl/bio.h', | 358 'src/include/openssl/bio.h', |
359 'src/include/openssl/blowfish.h', | 359 'src/include/openssl/blowfish.h', |
360 'src/include/openssl/bn.h', | 360 'src/include/openssl/bn.h', |
361 'src/include/openssl/buf.h', | 361 'src/include/openssl/buf.h', |
362 'src/include/openssl/buffer.h', | 362 'src/include/openssl/buffer.h', |
363 'src/include/openssl/bytestring.h', | 363 'src/include/openssl/bytestring.h', |
364 'src/include/openssl/c++/aead.h', | |
365 'src/include/openssl/c++/bytestring.h', | |
366 'src/include/openssl/c++/cipher.h', | |
367 'src/include/openssl/c++/digest.h', | |
368 'src/include/openssl/c++/hmac.h', | |
369 'src/include/openssl/c++/scoped_helpers.h', | |
370 'src/include/openssl/cast.h', | 364 'src/include/openssl/cast.h', |
371 'src/include/openssl/chacha.h', | 365 'src/include/openssl/chacha.h', |
372 'src/include/openssl/cipher.h', | 366 'src/include/openssl/cipher.h', |
373 'src/include/openssl/cmac.h', | 367 'src/include/openssl/cmac.h', |
374 'src/include/openssl/conf.h', | 368 'src/include/openssl/conf.h', |
375 'src/include/openssl/cpu.h', | 369 'src/include/openssl/cpu.h', |
376 'src/include/openssl/crypto.h', | 370 'src/include/openssl/crypto.h', |
377 'src/include/openssl/curve25519.h', | 371 'src/include/openssl/curve25519.h', |
378 'src/include/openssl/des.h', | 372 'src/include/openssl/des.h', |
379 'src/include/openssl/dh.h', | 373 'src/include/openssl/dh.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'win-x86_64/crypto/md5/md5-x86_64.asm', | 536 'win-x86_64/crypto/md5/md5-x86_64.asm', |
543 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 537 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
544 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 538 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
545 'win-x86_64/crypto/rand/rdrand-x86_64.asm', | 539 'win-x86_64/crypto/rand/rdrand-x86_64.asm', |
546 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 540 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
547 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 541 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
548 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 542 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
549 ], | 543 ], |
550 } | 544 } |
551 } | 545 } |
OLD | NEW |