| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'p224.cc', | 75 'p224.cc', |
| 76 'p224.h', | 76 'p224.h', |
| 77 'random.h', | 77 'random.h', |
| 78 'random.cc', | 78 'random.cc', |
| 79 'rsa_private_key.cc', | 79 'rsa_private_key.cc', |
| 80 'rsa_private_key.h', | 80 'rsa_private_key.h', |
| 81 'rsa_private_key_nss.cc', | 81 'rsa_private_key_nss.cc', |
| 82 'rsa_private_key_openssl.cc', | 82 'rsa_private_key_openssl.cc', |
| 83 'scoped_capi_types.h', | 83 'scoped_capi_types.h', |
| 84 'scoped_nss_types.h', | 84 'scoped_nss_types.h', |
| 85 'scoped_test_nss_db.cc', |
| 86 'scoped_test_nss_db.h', |
| 85 'secure_hash.h', | 87 'secure_hash.h', |
| 86 'secure_hash_default.cc', | 88 'secure_hash_default.cc', |
| 87 'secure_hash_openssl.cc', | 89 'secure_hash_openssl.cc', |
| 88 'sha2.cc', | 90 'sha2.cc', |
| 89 'sha2.h', | 91 'sha2.h', |
| 90 'signature_creator.h', | 92 'signature_creator.h', |
| 91 'signature_creator_nss.cc', | 93 'signature_creator_nss.cc', |
| 92 'signature_creator_openssl.cc', | 94 'signature_creator_openssl.cc', |
| 93 'signature_verifier.h', | 95 'signature_verifier.h', |
| 94 'signature_verifier_nss.cc', | 96 'signature_verifier_nss.cc', |
| 95 'signature_verifier_openssl.cc', | 97 'signature_verifier_openssl.cc', |
| 96 'symmetric_key_nss.cc', | 98 'symmetric_key_nss.cc', |
| 97 'symmetric_key_openssl.cc', | 99 'symmetric_key_openssl.cc', |
| 98 'third_party/nss/chromium-nss.h', | 100 'third_party/nss/chromium-nss.h', |
| 99 'third_party/nss/pk11akey.cc', | 101 'third_party/nss/pk11akey.cc', |
| 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 } | 105 } |
| 104 } | 106 } |
| OLD | NEW |