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', |
70 'nss_util.cc', | 72 'nss_util.cc', |
71 'nss_util.h', | 73 'nss_util.h', |
72 'nss_util_internal.h', | 74 'nss_util_internal.h', |
73 'openssl_bio_string.cc', | 75 'openssl_bio_string.cc', |
74 'openssl_bio_string.h', | 76 'openssl_bio_string.h', |
75 'openssl_util.cc', | 77 'openssl_util.cc', |
76 'openssl_util.h', | 78 'openssl_util.h', |
77 'p224.cc', | 79 'p224.cc', |
78 'p224.h', | 80 'p224.h', |
79 'random.h', | 81 'random.h', |
(...skipping 22 matching lines...) Expand all Loading... |
102 'third_party/nss/rsawrapr.c', | 104 'third_party/nss/rsawrapr.c', |
103 'third_party/nss/secsign.cc', | 105 'third_party/nss/secsign.cc', |
104 ], | 106 ], |
105 'nacl_win64_sources': [ | 107 'nacl_win64_sources': [ |
106 '<@(hmac_win64_related_sources)', | 108 '<@(hmac_win64_related_sources)', |
107 'random.cc', | 109 'random.cc', |
108 'random.h', | 110 'random.h', |
109 ], | 111 ], |
110 } | 112 } |
111 } | 113 } |
OLD | NEW |