| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # Put all transitive dependencies for Windows HMAC here. | 7 # Put all transitive dependencies for Windows HMAC here. |
| 8 # This is required so that we can build them for nacl win64. | 8 # This is required so that we can build them for nacl win64. |
| 9 'variables': { | 9 'variables': { |
| 10 'hmac_win64_related_sources': [ | 10 'hmac_win64_related_sources': [ |
| 11 'hmac.cc', | 11 'hmac.cc', |
| 12 'hmac.h', | 12 'hmac.h', |
| 13 'hmac_win.cc', | 13 'hmac_win.cc', |
| 14 'secure_util.cc', | 14 'secure_util.cc', |
| 15 'secure_util.h', | 15 'secure_util.h', |
| 16 'symmetric_key.h', | 16 'symmetric_key.h', |
| 17 'symmetric_key_win.cc', | 17 'symmetric_key_win.cc', |
| 18 'third_party/nss/chromium-prtypes.h', | 18 'third_party/nss/chromium-prtypes.h', |
| 19 'third_party/nss/chromium-sha256.h', | 19 'third_party/nss/chromium-sha256.h', |
| 20 'third_party/nss/sha512.cc', | 20 'third_party/nss/sha512.cc', |
| 21 'wincrypt_shim.h', | 21 'wincrypt_shim.h', |
| 22 ], | 22 ], |
| 23 }, | 23 }, |
| 24 'crypto_sources': [ | 24 'crypto_sources': [ |
| 25 # NOTE: all transitive dependencies of HMAC on windows need | 25 # NOTE: all transitive dependencies of HMAC on windows need |
| 26 # to be placed in the source list above. | 26 # to be placed in the source list above. |
| 27 '<@(hmac_win64_related_sources)', | 27 '<@(hmac_win64_related_sources)', |
| 28 'aead_openssl.cc', | 28 'aead.cc', |
| 29 'aead_openssl.h', | 29 'aead.h', |
| 30 'apple_keychain.h', | 30 'apple_keychain.h', |
| 31 'apple_keychain_ios.mm', | 31 'apple_keychain_ios.mm', |
| 32 'apple_keychain_mac.mm', | 32 'apple_keychain_mac.mm', |
| 33 'auto_cbb.h', | 33 'auto_cbb.h', |
| 34 'capi_util.cc', | 34 'capi_util.cc', |
| 35 'capi_util.h', | 35 'capi_util.h', |
| 36 'crypto_export.h', | 36 'crypto_export.h', |
| 37 'cssm_init.cc', | 37 'cssm_init.cc', |
| 38 'cssm_init.h', | 38 'cssm_init.h', |
| 39 'curve25519.cc', |
| 39 'curve25519.h', | 40 'curve25519.h', |
| 40 'curve25519_openssl.cc', | 41 'ec_private_key.cc', |
| 41 'ec_private_key.h', | 42 'ec_private_key.h', |
| 42 'ec_private_key_openssl.cc', | |
| 43 'ec_signature_creator.cc', | 43 'ec_signature_creator.cc', |
| 44 'ec_signature_creator.h', | 44 'ec_signature_creator.h', |
| 45 'ec_signature_creator_impl.h', | 45 'ec_signature_creator_impl.h', |
| 46 'ec_signature_creator_openssl.cc', | 46 'ec_signature_creator_openssl.cc', |
| 47 'encryptor.cc', | 47 'encryptor.cc', |
| 48 'encryptor.h', | 48 'encryptor.h', |
| 49 'encryptor_openssl.cc', | |
| 50 'hkdf.cc', | 49 'hkdf.cc', |
| 51 'hkdf.h', | 50 'hkdf.h', |
| 52 'hmac_openssl.cc', | 51 'hmac_openssl.cc', |
| 53 'mac_security_services_lock.cc', | 52 'mac_security_services_lock.cc', |
| 54 'mac_security_services_lock.h', | 53 'mac_security_services_lock.h', |
| 55 'mock_apple_keychain.cc', | 54 'mock_apple_keychain.cc', |
| 56 'mock_apple_keychain.h', | 55 'mock_apple_keychain.h', |
| 57 'mock_apple_keychain_ios.cc', | 56 'mock_apple_keychain_ios.cc', |
| 58 'mock_apple_keychain_mac.cc', | 57 'mock_apple_keychain_mac.cc', |
| 59 'p224_spake.cc', | 58 'p224_spake.cc', |
| 60 'p224_spake.h', | 59 'p224_spake.h', |
| 61 'nss_crypto_module_delegate.h', | 60 'nss_crypto_module_delegate.h', |
| 62 'nss_key_util.cc', | 61 'nss_key_util.cc', |
| 63 'nss_key_util.h', | 62 'nss_key_util.h', |
| 64 'nss_util.cc', | 63 'nss_util.cc', |
| 65 'nss_util.h', | 64 'nss_util.h', |
| 66 'nss_util_internal.h', | 65 'nss_util_internal.h', |
| 67 'openssl_bio_string.cc', | 66 'openssl_bio_string.cc', |
| 68 'openssl_bio_string.h', | 67 'openssl_bio_string.h', |
| 69 'openssl_util.cc', | 68 'openssl_util.cc', |
| 70 'openssl_util.h', | 69 'openssl_util.h', |
| 71 'p224.cc', | 70 'p224.cc', |
| 72 'p224.h', | 71 'p224.h', |
| 73 'random.h', | 72 'random.h', |
| 74 'random.cc', | 73 'random.cc', |
| 74 'rsa_private_key.cc', |
| 75 'rsa_private_key.h', | 75 'rsa_private_key.h', |
| 76 'rsa_private_key_openssl.cc', | |
| 77 'scoped_capi_types.h', | 76 'scoped_capi_types.h', |
| 78 'scoped_nss_types.h', | 77 'scoped_nss_types.h', |
| 78 'secure_hash.cc', |
| 79 'secure_hash.h', | 79 'secure_hash.h', |
| 80 'secure_hash_openssl.cc', | |
| 81 'sha2.cc', | 80 'sha2.cc', |
| 82 'sha2.h', | 81 'sha2.h', |
| 82 'signature_creator.cc', |
| 83 'signature_creator.h', | 83 'signature_creator.h', |
| 84 'signature_creator_openssl.cc', | 84 'signature_verifier.cc', |
| 85 'signature_verifier.h', | 85 'signature_verifier.h', |
| 86 'signature_verifier_openssl.cc', | |
| 87 'symmetric_key_openssl.cc', | 86 'symmetric_key_openssl.cc', |
| 88 ], | 87 ], |
| 89 'nacl_win64_sources': [ | 88 'nacl_win64_sources': [ |
| 90 '<@(hmac_win64_related_sources)', | 89 '<@(hmac_win64_related_sources)', |
| 91 'random.cc', | 90 'random.cc', |
| 92 'random.h', | 91 'random.h', |
| 93 ], | 92 ], |
| 94 } | 93 } |
| 95 } | 94 } |
| OLD | NEW |