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