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
3 # found in the LICENSE file.
7 # Put all transitive dependencies for Windows HMAC here.
8 # This is required so that we can build them for nacl win64.
10 'hmac_win64_related_sources': [
17 'symmetric_key_win.cc',
18 'third_party/nss/chromium-blapi.h',
19 'third_party/nss/chromium-blapit.h',
20 'third_party/nss/chromium-prtypes.h',
21 'third_party/nss/chromium-sha256.h',
22 'third_party/nss/sha512.cc',
27 # NOTE: all transitive dependencies of HMAC on windows need
28 # to be placed in the source list above.
29 '<@(hmac_win64_related_sources)',
32 'aes_128_gcm_helpers_nss.cc',
33 'aes_128_gcm_helpers_nss.h',
35 'apple_keychain_ios.mm',
36 'apple_keychain_mac.mm',
48 'ec_private_key_nss.cc',
49 'ec_private_key_openssl.cc',
50 'ec_signature_creator.cc',
51 'ec_signature_creator.h',
52 'ec_signature_creator_impl.h',
53 'ec_signature_creator_nss.cc',
54 'ec_signature_creator_openssl.cc',
58 'encryptor_openssl.cc',
63 'mac_security_services_lock.cc',
64 'mac_security_services_lock.h',
65 'mock_apple_keychain.cc',
66 'mock_apple_keychain.h',
67 'mock_apple_keychain_ios.cc',
68 'mock_apple_keychain_mac.cc',
71 'nss_crypto_module_delegate.h',
76 'nss_util_internal.h',
77 'openssl_bio_string.cc',
78 'openssl_bio_string.h',
87 'rsa_private_key_nss.cc',
88 'rsa_private_key_openssl.cc',
89 'scoped_capi_types.h',
92 'secure_hash_default.cc',
93 'secure_hash_openssl.cc',
96 'signature_creator.h',
97 'signature_creator_nss.cc',
98 'signature_creator_openssl.cc',
99 'signature_verifier.h',
100 'signature_verifier_nss.cc',
101 'signature_verifier_openssl.cc',
102 'symmetric_key_nss.cc',
103 'symmetric_key_openssl.cc',
104 'third_party/nss/chromium-nss.h',
105 'third_party/nss/pk11akey.cc',
106 'third_party/nss/rsawrapr.c',
107 'third_party/nss/secsign.cc',
109 'nacl_win64_sources': [
110 '<@(hmac_win64_related_sources)',