| OLD | NEW |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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 update_gypi_and_asm.py. Do not edit manually. | 5 # This file is created by update_gypi_and_asm.py. Do not edit manually. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 'boringssl_lib_sources': [ | 9 'boringssl_lib_sources': [ |
| 10 'err_data.c', |
| 10 'src/crypto/aes/aes.c', | 11 'src/crypto/aes/aes.c', |
| 11 'src/crypto/aes/mode_wrappers.c', | 12 'src/crypto/aes/mode_wrappers.c', |
| 12 'src/crypto/asn1/a_bitstr.c', | 13 'src/crypto/asn1/a_bitstr.c', |
| 13 'src/crypto/asn1/a_bool.c', | 14 'src/crypto/asn1/a_bool.c', |
| 14 'src/crypto/asn1/a_bytes.c', | 15 'src/crypto/asn1/a_bytes.c', |
| 15 'src/crypto/asn1/a_d2i_fp.c', | 16 'src/crypto/asn1/a_d2i_fp.c', |
| 16 'src/crypto/asn1/a_dup.c', | 17 'src/crypto/asn1/a_dup.c', |
| 17 'src/crypto/asn1/a_enum.c', | 18 'src/crypto/asn1/a_enum.c', |
| 18 'src/crypto/asn1/a_gentm.c', | 19 'src/crypto/asn1/a_gentm.c', |
| 19 'src/crypto/asn1/a_i2d_fp.c', | 20 'src/crypto/asn1/a_i2d_fp.c', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 409 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
| 409 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 410 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
| 410 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 411 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
| 411 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 412 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
| 412 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 413 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
| 413 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 414 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
| 414 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 415 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
| 415 ], | 416 ], |
| 416 } | 417 } |
| 417 } | 418 } |
| OLD | NEW |