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',
25 'hmac_win64_related_sources': [ '<@(hmac_win64_related_sources)' ],
27 # NOTE: all transitive dependencies of HMAC on windows need
28 # to be placed in the source list above.
29 '<@(hmac_win64_related_sources)',
31 'apple_keychain_ios.mm',
32 'apple_keychain_mac.mm',
44 'ec_private_key_nss.cc',
45 'ec_private_key_openssl.cc',
46 'ec_signature_creator.cc',
47 'ec_signature_creator.h',
48 'ec_signature_creator_impl.h',
49 'ec_signature_creator_nss.cc',
50 'ec_signature_creator_openssl.cc',
54 'encryptor_openssl.cc',
59 'mac_security_services_lock.cc',
60 'mac_security_services_lock.h',
61 'mock_apple_keychain.cc',
62 'mock_apple_keychain.h',
63 'mock_apple_keychain_ios.cc',
64 'mock_apple_keychain_mac.cc',
67 'nss_crypto_module_delegate.h',
70 'nss_util_internal.h',
71 'openssl_bio_string.cc',
72 'openssl_bio_string.h',
81 'rsa_private_key_nss.cc',
82 'rsa_private_key_openssl.cc',
83 'scoped_capi_types.h',
86 'secure_hash_default.cc',
87 'secure_hash_openssl.cc',
90 'signature_creator.h',
91 'signature_creator_nss.cc',
92 'signature_creator_openssl.cc',
93 'signature_verifier.h',
94 'signature_verifier_nss.cc',
95 'signature_verifier_openssl.cc',
96 'symmetric_key_nss.cc',
97 'symmetric_key_openssl.cc',
98 'third_party/nss/chromium-nss.h',
99 'third_party/nss/pk11akey.cc',
100 'third_party/nss/rsawrapr.c',
101 'third_party/nss/secsign.cc',