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

Side by Side Diff: net/net.gyp

Issue 361193003: Eliminate ScopedOpenSSL in favour of scoped_ptr<> specializations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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
« no previous file with comments | « net/cert/x509_util_openssl_unittest.cc ('k') | net/net.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 ], 258 ],
259 }, 259 },
260 { # else !use_openssl: remove the unneeded files 260 { # else !use_openssl: remove the unneeded files
261 'sources!': [ 261 'sources!': [
262 'base/crypto_module_openssl.cc', 262 'base/crypto_module_openssl.cc',
263 'cert/ct_log_verifier_openssl.cc', 263 'cert/ct_log_verifier_openssl.cc',
264 'cert/ct_objects_extractor_openssl.cc', 264 'cert/ct_objects_extractor_openssl.cc',
265 'cert/jwk_serializer_openssl.cc', 265 'cert/jwk_serializer_openssl.cc',
266 'cert/x509_util_openssl.cc', 266 'cert/x509_util_openssl.cc',
267 'cert/x509_util_openssl.h', 267 'cert/x509_util_openssl.h',
268 'crypto/scoped_openssl_types.h',
268 'quic/crypto/aead_base_decrypter_openssl.cc', 269 'quic/crypto/aead_base_decrypter_openssl.cc',
269 'quic/crypto/aead_base_encrypter_openssl.cc', 270 'quic/crypto/aead_base_encrypter_openssl.cc',
270 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', 271 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
271 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', 272 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
272 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc', 273 'quic/crypto/chacha20_poly1305_decrypter_openssl.cc',
273 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc', 274 'quic/crypto/chacha20_poly1305_encrypter_openssl.cc',
274 'quic/crypto/channel_id_openssl.cc', 275 'quic/crypto/channel_id_openssl.cc',
275 'quic/crypto/p256_key_exchange_openssl.cc', 276 'quic/crypto/p256_key_exchange_openssl.cc',
276 'quic/crypto/scoped_evp_aead_ctx.cc', 277 'quic/crypto/scoped_evp_aead_ctx.cc',
277 'quic/crypto/scoped_evp_aead_ctx.h', 278 'quic/crypto/scoped_evp_aead_ctx.h',
(...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 'net_unittests.isolate', 1702 'net_unittests.isolate',
1702 ], 1703 ],
1703 'sources': [ 1704 'sources': [
1704 'net_unittests.isolate', 1705 'net_unittests.isolate',
1705 ], 1706 ],
1706 }, 1707 },
1707 ], 1708 ],
1708 }], 1709 }],
1709 ], 1710 ],
1710 } 1711 }
OLDNEW
« no previous file with comments | « net/cert/x509_util_openssl_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698