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': [ |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'hmac_openssl.cc', | 60 'hmac_openssl.cc', |
61 'mac_security_services_lock.cc', | 61 'mac_security_services_lock.cc', |
62 'mac_security_services_lock.h', | 62 'mac_security_services_lock.h', |
63 'mock_apple_keychain.cc', | 63 'mock_apple_keychain.cc', |
64 'mock_apple_keychain.h', | 64 'mock_apple_keychain.h', |
65 'mock_apple_keychain_ios.cc', | 65 'mock_apple_keychain_ios.cc', |
66 'mock_apple_keychain_mac.cc', | 66 'mock_apple_keychain_mac.cc', |
67 'p224_spake.cc', | 67 'p224_spake.cc', |
68 'p224_spake.h', | 68 'p224_spake.h', |
69 'nss_crypto_module_delegate.h', | 69 'nss_crypto_module_delegate.h', |
70 'nss_key_util.cc', | |
71 'nss_key_util.h', | |
72 'nss_util.cc', | 70 'nss_util.cc', |
73 'nss_util.h', | 71 'nss_util.h', |
74 'nss_util_internal.h', | 72 'nss_util_internal.h', |
75 'openssl_bio_string.cc', | 73 'openssl_bio_string.cc', |
76 'openssl_bio_string.h', | 74 'openssl_bio_string.h', |
77 'openssl_util.cc', | 75 'openssl_util.cc', |
78 'openssl_util.h', | 76 'openssl_util.h', |
79 'p224.cc', | 77 'p224.cc', |
80 'p224.h', | 78 'p224.h', |
81 'random.h', | 79 'random.h', |
(...skipping 22 matching lines...) Expand all Loading... |
104 'third_party/nss/rsawrapr.c', | 102 'third_party/nss/rsawrapr.c', |
105 'third_party/nss/secsign.cc', | 103 'third_party/nss/secsign.cc', |
106 ], | 104 ], |
107 'nacl_win64_sources': [ | 105 'nacl_win64_sources': [ |
108 '<@(hmac_win64_related_sources)', | 106 '<@(hmac_win64_related_sources)', |
109 'random.cc', | 107 'random.cc', |
110 'random.h', | 108 'random.h', |
111 ], | 109 ], |
112 } | 110 } |
113 } | 111 } |
OLD | NEW |