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)',
33 'apple_keychain_ios.mm',
34 'apple_keychain_mac.mm',
46 'ec_private_key_nss.cc',
47 'ec_private_key_openssl.cc',
48 'ec_signature_creator.cc',
49 'ec_signature_creator.h',
50 'ec_signature_creator_impl.h',
51 'ec_signature_creator_nss.cc',
52 'ec_signature_creator_openssl.cc',
56 'encryptor_openssl.cc',
61 'mac_security_services_lock.cc',
62 'mac_security_services_lock.h',
63 'mock_apple_keychain.cc',
64 'mock_apple_keychain.h',
65 'mock_apple_keychain_ios.cc',
66 'mock_apple_keychain_mac.cc',
69 'nss_crypto_module_delegate.h',
74 'nss_util_internal.h',
75 'openssl_bio_string.cc',
76 'openssl_bio_string.h',
85 'rsa_private_key_nss.cc',
86 'rsa_private_key_openssl.cc',
87 'scoped_capi_types.h',
90 'secure_hash_default.cc',
91 'secure_hash_openssl.cc',
94 'signature_creator.h',
95 'signature_creator_nss.cc',
96 'signature_creator_openssl.cc',
97 'signature_verifier.h',
98 'signature_verifier_nss.cc',
99 'signature_verifier_openssl.cc',
100 'symmetric_key_nss.cc',
101 'symmetric_key_openssl.cc',
102 'third_party/nss/chromium-nss.h',
103 'third_party/nss/pk11akey.cc',
104 'third_party/nss/rsawrapr.c',
105 'third_party/nss/secsign.cc',
107 'nacl_win64_sources': [
108 '<@(hmac_win64_related_sources)',