Simple fix to allow WebNavigation app demo to run again.
[chromium-blink-merge.git] / crypto / crypto.gypi
blob82b5da5dbc8c7f2846eac7da211216925b23944d
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
3 # found in the LICENSE file.
6   'variables': {
7     # Put all transitive dependencies for Windows HMAC here.
8     # This is required so that we can build them for nacl win64.
9     'variables': {
10       'hmac_win64_related_sources': [
11         'hmac.cc',
12         'hmac.h',
13         'hmac_win.cc',
14         'secure_util.cc',
15         'secure_util.h',
16         'symmetric_key.h',
17         'symmetric_key_win.cc',
18         'third_party/nss/chromium-blapi.h',
19         'third_party/nss/chromium-blapit.h',
20         'third_party/nss/chromium-prtypes.h',
21         'third_party/nss/chromium-sha256.h',
22         'third_party/nss/sha512.cc',
23         'wincrypt_shim.h',
24       ],
25     },
26     'hmac_win64_related_sources': [ '<@(hmac_win64_related_sources)' ],
27     'crypto_sources': [
28       # NOTE: all transitive dependencies of HMAC on windows need
29       #     to be placed in the source list above.
30       '<@(hmac_win64_related_sources)',
31       'apple_keychain.h',
32       'apple_keychain_ios.mm',
33       'apple_keychain_mac.mm',
34       'capi_util.cc',
35       'capi_util.h',
36       'crypto_export.h',
37       'cssm_init.cc',
38       'cssm_init.h',
39       'curve25519.cc',
40       'curve25519.h',
41       'curve25519-donna.c',
42       'ghash.cc',
43       'ghash.h',
44       'ec_private_key.h',
45       'ec_private_key_nss.cc',
46       'ec_private_key_openssl.cc',
47       'ec_signature_creator.cc',
48       'ec_signature_creator.h',
49       'ec_signature_creator_impl.h',
50       'ec_signature_creator_nss.cc',
51       'ec_signature_creator_openssl.cc',
52       'encryptor.cc',
53       'encryptor.h',
54       'encryptor_nss.cc',
55       'encryptor_openssl.cc',
56       'hkdf.cc',
57       'hkdf.h',
58       'hmac_nss.cc',
59       'hmac_openssl.cc',
60       'mac_security_services_lock.cc',
61       'mac_security_services_lock.h',
62       'mock_apple_keychain.cc',
63       'mock_apple_keychain.h',
64       'mock_apple_keychain_ios.cc',
65       'mock_apple_keychain_mac.cc',
66       'p224_spake.cc',
67       'p224_spake.h',
68       'nss_crypto_module_delegate.h',
69       'nss_util.cc',
70       'nss_util.h',
71       'nss_util_internal.h',
72       'openssl_bio_string.cc',
73       'openssl_bio_string.h',
74       'openssl_util.cc',
75       'openssl_util.h',
76       'p224.cc',
77       'p224.h',
78       'random.h',
79       'random.cc',
80       'rsa_private_key.cc',
81       'rsa_private_key.h',
82       'rsa_private_key_nss.cc',
83       'rsa_private_key_openssl.cc',
84       'scoped_capi_types.h',
85       'scoped_nss_types.h',
86       'secure_hash.h',
87       'secure_hash_default.cc',
88       'secure_hash_openssl.cc',
89       'sha2.cc',
90       'sha2.h',
91       'signature_creator.h',
92       'signature_creator_nss.cc',
93       'signature_creator_openssl.cc',
94       'signature_verifier.h',
95       'signature_verifier_nss.cc',
96       'signature_verifier_openssl.cc',
97       'symmetric_key_nss.cc',
98       'symmetric_key_openssl.cc',
99       'third_party/nss/chromium-nss.h',
100       'third_party/nss/pk11akey.cc',
101       'third_party/nss/rsawrapr.c',
102       'third_party/nss/secsign.cc',
103     ]
104   }