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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'nss_util.h', | 73 'nss_util.h', |
74 'nss_util_internal.h', | 74 'nss_util_internal.h', |
75 'openssl_bio_string.cc', | 75 'openssl_bio_string.cc', |
76 'openssl_bio_string.h', | 76 'openssl_bio_string.h', |
77 'openssl_util.cc', | 77 'openssl_util.cc', |
78 'openssl_util.h', | 78 'openssl_util.h', |
79 'p224.cc', | 79 'p224.cc', |
80 'p224.h', | 80 'p224.h', |
81 'random.h', | 81 'random.h', |
82 'random.cc', | 82 'random.cc', |
83 'rsa_private_key.cc', | |
84 'rsa_private_key.h', | 83 'rsa_private_key.h', |
85 'rsa_private_key_nss.cc', | 84 'rsa_private_key_nss.cc', |
86 'rsa_private_key_openssl.cc', | 85 'rsa_private_key_openssl.cc', |
87 'scoped_capi_types.h', | 86 'scoped_capi_types.h', |
88 'scoped_nss_types.h', | 87 'scoped_nss_types.h', |
89 'secure_hash.h', | 88 'secure_hash.h', |
90 'secure_hash_default.cc', | 89 'secure_hash_default.cc', |
91 'secure_hash_openssl.cc', | 90 'secure_hash_openssl.cc', |
92 'sha2.cc', | 91 'sha2.cc', |
93 'sha2.h', | 92 'sha2.h', |
(...skipping 10 matching lines...) Expand all Loading... |
104 'third_party/nss/rsawrapr.c', | 103 'third_party/nss/rsawrapr.c', |
105 'third_party/nss/secsign.cc', | 104 'third_party/nss/secsign.cc', |
106 ], | 105 ], |
107 'nacl_win64_sources': [ | 106 'nacl_win64_sources': [ |
108 '<@(hmac_win64_related_sources)', | 107 '<@(hmac_win64_related_sources)', |
109 'random.cc', | 108 'random.cc', |
110 'random.h', | 109 'random.h', |
111 ], | 110 ], |
112 } | 111 } |
113 } | 112 } |
OLD | NEW |