| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'p224.cc', | 64 'p224.cc', |
| 65 'p224.h', | 65 'p224.h', |
| 66 'random.h', | 66 'random.h', |
| 67 'random.cc', | 67 'random.cc', |
| 68 'rsa_private_key.cc', | 68 'rsa_private_key.cc', |
| 69 'rsa_private_key.h', | 69 'rsa_private_key.h', |
| 70 'scoped_capi_types.h', | 70 'scoped_capi_types.h', |
| 71 'scoped_nss_types.h', | 71 'scoped_nss_types.h', |
| 72 'secure_hash.cc', | 72 'secure_hash.cc', |
| 73 'secure_hash.h', | 73 'secure_hash.h', |
| 74 'sha1.cc', |
| 75 'sha1.h', |
| 74 'sha2.cc', | 76 'sha2.cc', |
| 75 'sha2.h', | 77 'sha2.h', |
| 76 'signature_creator.cc', | 78 'signature_creator.cc', |
| 77 'signature_creator.h', | 79 'signature_creator.h', |
| 78 'signature_verifier.cc', | 80 'signature_verifier.cc', |
| 79 'signature_verifier.h', | 81 'signature_verifier.h', |
| 80 'wincrypt_shim.h', | 82 'wincrypt_shim.h', |
| 81 ], | 83 ], |
| 82 'nacl_win64_sources': [ | 84 'nacl_win64_sources': [ |
| 83 '<@(hmac_win64_related_sources)', | 85 '<@(hmac_win64_related_sources)', |
| 84 'random.cc', | 86 'random.cc', |
| 85 'random.h', | 87 'random.h', |
| 86 ], | 88 ], |
| 87 } | 89 } |
| 88 } | 90 } |
| OLD | NEW |