Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: crypto/crypto.gypi

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/curve25519-donna.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': [
11 'hmac.cc', 11 'hmac.cc',
12 'hmac.h', 12 'hmac.h',
13 'hmac_win.cc', 13 'hmac_win.cc',
14 'secure_util.cc', 14 'secure_util.cc',
15 'secure_util.h', 15 'secure_util.h',
16 'symmetric_key.h', 16 'symmetric_key.h',
17 'symmetric_key_win.cc', 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', 18 'third_party/nss/chromium-prtypes.h',
21 'third_party/nss/chromium-sha256.h', 19 'third_party/nss/chromium-sha256.h',
22 'third_party/nss/sha512.cc', 20 'third_party/nss/sha512.cc',
23 'wincrypt_shim.h', 21 'wincrypt_shim.h',
24 ], 22 ],
25 }, 23 },
26 'crypto_sources': [ 24 'crypto_sources': [
27 # NOTE: all transitive dependencies of HMAC on windows need 25 # NOTE: all transitive dependencies of HMAC on windows need
28 # to be placed in the source list above. 26 # to be placed in the source list above.
29 '<@(hmac_win64_related_sources)', 27 '<@(hmac_win64_related_sources)',
30 'aead_openssl.cc', 28 'aead_openssl.cc',
31 'aead_openssl.h', 29 'aead_openssl.h',
32 'apple_keychain.h', 30 'apple_keychain.h',
33 'apple_keychain_ios.mm', 31 'apple_keychain_ios.mm',
34 'apple_keychain_mac.mm', 32 'apple_keychain_mac.mm',
35 'auto_cbb.h', 33 'auto_cbb.h',
36 'capi_util.cc', 34 'capi_util.cc',
37 'capi_util.h', 35 'capi_util.h',
38 'crypto_export.h', 36 'crypto_export.h',
39 'cssm_init.cc', 37 'cssm_init.cc',
40 'cssm_init.h', 38 'cssm_init.h',
41 'curve25519-donna.c',
42 'curve25519.h', 39 'curve25519.h',
43 'curve25519_nss.cc',
44 'curve25519_openssl.cc', 40 'curve25519_openssl.cc',
45 'ec_private_key.h', 41 'ec_private_key.h',
46 'ec_private_key_nss.cc',
47 'ec_private_key_openssl.cc', 42 'ec_private_key_openssl.cc',
48 'ec_signature_creator.cc', 43 'ec_signature_creator.cc',
49 'ec_signature_creator.h', 44 'ec_signature_creator.h',
50 'ec_signature_creator_impl.h', 45 'ec_signature_creator_impl.h',
51 'ec_signature_creator_nss.cc',
52 'ec_signature_creator_openssl.cc', 46 'ec_signature_creator_openssl.cc',
53 'encryptor.cc', 47 'encryptor.cc',
54 'encryptor.h', 48 'encryptor.h',
55 'encryptor_nss.cc',
56 'encryptor_openssl.cc', 49 'encryptor_openssl.cc',
57 'hkdf.cc', 50 'hkdf.cc',
58 'hkdf.h', 51 'hkdf.h',
59 'hmac_nss.cc',
60 'hmac_openssl.cc', 52 'hmac_openssl.cc',
61 'mac_security_services_lock.cc', 53 'mac_security_services_lock.cc',
62 'mac_security_services_lock.h', 54 'mac_security_services_lock.h',
63 'mock_apple_keychain.cc', 55 'mock_apple_keychain.cc',
64 'mock_apple_keychain.h', 56 'mock_apple_keychain.h',
65 'mock_apple_keychain_ios.cc', 57 'mock_apple_keychain_ios.cc',
66 'mock_apple_keychain_mac.cc', 58 'mock_apple_keychain_mac.cc',
67 'p224_spake.cc', 59 'p224_spake.cc',
68 'p224_spake.h', 60 'p224_spake.h',
69 'nss_crypto_module_delegate.h', 61 'nss_crypto_module_delegate.h',
70 'nss_key_util.cc', 62 'nss_key_util.cc',
71 'nss_key_util.h', 63 'nss_key_util.h',
72 'nss_util.cc', 64 'nss_util.cc',
73 'nss_util.h', 65 'nss_util.h',
74 'nss_util_internal.h', 66 'nss_util_internal.h',
75 'openssl_bio_string.cc', 67 'openssl_bio_string.cc',
76 'openssl_bio_string.h', 68 'openssl_bio_string.h',
77 'openssl_util.cc', 69 'openssl_util.cc',
78 'openssl_util.h', 70 'openssl_util.h',
79 'p224.cc', 71 'p224.cc',
80 'p224.h', 72 'p224.h',
81 'random.h', 73 'random.h',
82 'random.cc', 74 'random.cc',
83 'rsa_private_key.h', 75 'rsa_private_key.h',
84 'rsa_private_key_nss.cc',
85 'rsa_private_key_openssl.cc', 76 'rsa_private_key_openssl.cc',
86 'scoped_capi_types.h', 77 'scoped_capi_types.h',
87 'scoped_nss_types.h', 78 'scoped_nss_types.h',
88 'secure_hash.h', 79 'secure_hash.h',
89 'secure_hash_default.cc',
90 'secure_hash_openssl.cc', 80 'secure_hash_openssl.cc',
91 'sha2.cc', 81 'sha2.cc',
92 'sha2.h', 82 'sha2.h',
93 'signature_creator.h', 83 'signature_creator.h',
94 'signature_creator_nss.cc',
95 'signature_creator_openssl.cc', 84 'signature_creator_openssl.cc',
96 'signature_verifier.h', 85 'signature_verifier.h',
97 'signature_verifier_nss.cc',
98 'signature_verifier_openssl.cc', 86 'signature_verifier_openssl.cc',
99 'symmetric_key_nss.cc',
100 'symmetric_key_openssl.cc', 87 'symmetric_key_openssl.cc',
101 'third_party/nss/chromium-nss.h',
102 'third_party/nss/pk11akey.cc',
103 'third_party/nss/rsawrapr.c',
104 'third_party/nss/secsign.cc',
105 ], 88 ],
106 'nacl_win64_sources': [ 89 'nacl_win64_sources': [
107 '<@(hmac_win64_related_sources)', 90 '<@(hmac_win64_related_sources)',
108 'random.cc', 91 'random.cc',
109 'random.h', 92 'random.h',
110 ], 93 ],
111 } 94 }
112 } 95 }
OLDNEW
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/curve25519-donna.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698