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

Side by Side Diff: crypto/crypto.gypi

Issue 286263006: Add OpenSSL BIO method that writes to a std::string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unittest should check BIO_new_string result Created 6 years, 7 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 | Annotate | Revision Log
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': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_util.cc', 68 'nss_util.cc',
69 'nss_util.h', 69 'nss_util.h',
70 'nss_util_internal.h', 70 'nss_util_internal.h',
71 'openssl_bio_string.cc',
72 'openssl_bio_string.h',
71 'openssl_util.cc', 73 'openssl_util.cc',
72 'openssl_util.h', 74 'openssl_util.h',
73 'p224.cc', 75 'p224.cc',
74 'p224.h', 76 'p224.h',
75 'random.h', 77 'random.h',
76 'random.cc', 78 'random.cc',
77 'rsa_private_key.cc', 79 'rsa_private_key.cc',
78 'rsa_private_key.h', 80 'rsa_private_key.h',
79 'rsa_private_key_nss.cc', 81 'rsa_private_key_nss.cc',
80 'rsa_private_key_openssl.cc', 82 'rsa_private_key_openssl.cc',
(...skipping 12 matching lines...) Expand all
93 'signature_verifier_openssl.cc', 95 'signature_verifier_openssl.cc',
94 'symmetric_key_nss.cc', 96 'symmetric_key_nss.cc',
95 'symmetric_key_openssl.cc', 97 'symmetric_key_openssl.cc',
96 'third_party/nss/chromium-nss.h', 98 'third_party/nss/chromium-nss.h',
97 'third_party/nss/pk11akey.cc', 99 'third_party/nss/pk11akey.cc',
98 'third_party/nss/rsawrapr.c', 100 'third_party/nss/rsawrapr.c',
99 'third_party/nss/secsign.cc', 101 'third_party/nss/secsign.cc',
100 ] 102 ]
101 } 103 }
102 } 104 }
OLDNEW
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/openssl_bio_string.h » ('j') | crypto/openssl_bio_string.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698