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

Side by Side Diff: crypto/crypto.gyp

Issue 1739403002: Cut down on usage of deprecated APIs in //crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grumble grumble string vector char uint8_t grumble Created 4 years, 9 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/auto_cbb.h ('k') | crypto/crypto.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'crypto.gypi', 10 'crypto.gypi',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'third_party/nss/chromium-sha256.h', 121 'third_party/nss/chromium-sha256.h',
122 'third_party/nss/pk11akey.cc', 122 'third_party/nss/pk11akey.cc',
123 'third_party/nss/rsawrapr.c', 123 'third_party/nss/rsawrapr.c',
124 'third_party/nss/secsign.cc', 124 'third_party/nss/secsign.cc',
125 'third_party/nss/sha512.cc', 125 'third_party/nss/sha512.cc',
126 ], 126 ],
127 }, { 127 }, {
128 'sources!': [ 128 'sources!': [
129 'aead_openssl.cc', 129 'aead_openssl.cc',
130 'aead_openssl.h', 130 'aead_openssl.h',
131 'auto_cbb.h',
131 'curve25519_openssl.cc', 132 'curve25519_openssl.cc',
132 'ec_private_key_openssl.cc', 133 'ec_private_key_openssl.cc',
133 'ec_signature_creator_openssl.cc', 134 'ec_signature_creator_openssl.cc',
134 'encryptor_openssl.cc', 135 'encryptor_openssl.cc',
135 'hmac_openssl.cc', 136 'hmac_openssl.cc',
136 'openssl_bio_string.cc', 137 'openssl_bio_string.cc',
137 'openssl_bio_string.h', 138 'openssl_bio_string.h',
138 'openssl_util.cc', 139 'openssl_util.cc',
139 'openssl_util.h', 140 'openssl_util.h',
140 'rsa_private_key_openssl.cc', 141 'rsa_private_key_openssl.cc',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 '../build/isolate.gypi', 311 '../build/isolate.gypi',
311 ], 312 ],
312 'sources': [ 313 'sources': [
313 'crypto_unittests.isolate', 314 'crypto_unittests.isolate',
314 ], 315 ],
315 }, 316 },
316 ], 317 ],
317 }], 318 }],
318 ], 319 ],
319 } 320 }
OLDNEW
« no previous file with comments | « crypto/auto_cbb.h ('k') | crypto/crypto.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698