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

Side by Side Diff: net/net.gypi

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/net.gyp ('k') | net/quic/crypto/channel_id_openssl.cc » ('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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'cert/multi_log_ct_verifier.h', 327 'cert/multi_log_ct_verifier.h',
328 'cert/multi_threaded_cert_verifier.cc', 328 'cert/multi_threaded_cert_verifier.cc',
329 'cert/multi_threaded_cert_verifier.h', 329 'cert/multi_threaded_cert_verifier.h',
330 'cert/nss_cert_database.cc', 330 'cert/nss_cert_database.cc',
331 'cert/nss_cert_database.h', 331 'cert/nss_cert_database.h',
332 'cert/nss_cert_database_chromeos.cc', 332 'cert/nss_cert_database_chromeos.cc',
333 'cert/nss_cert_database_chromeos.h', 333 'cert/nss_cert_database_chromeos.h',
334 'cert/nss_profile_filter_chromeos.cc', 334 'cert/nss_profile_filter_chromeos.cc',
335 'cert/nss_profile_filter_chromeos.h', 335 'cert/nss_profile_filter_chromeos.h',
336 'cert/scoped_nss_types.h', 336 'cert/scoped_nss_types.h',
337 'cert/scoped_openssl_types.h',
337 'cert/sct_status_flags.h', 338 'cert/sct_status_flags.h',
338 'cert/test_root_certs.cc', 339 'cert/test_root_certs.cc',
339 'cert/test_root_certs.h', 340 'cert/test_root_certs.h',
340 'cert/test_root_certs_android.cc', 341 'cert/test_root_certs_android.cc',
341 'cert/test_root_certs_mac.cc', 342 'cert/test_root_certs_mac.cc',
342 'cert/test_root_certs_nss.cc', 343 'cert/test_root_certs_nss.cc',
343 'cert/test_root_certs_openssl.cc', 344 'cert/test_root_certs_openssl.cc',
344 'cert/test_root_certs_win.cc', 345 'cert/test_root_certs_win.cc',
345 'cert/x509_cert_types_mac.cc', 346 'cert/x509_cert_types_mac.cc',
346 'cert/x509_cert_types_win.cc', 347 'cert/x509_cert_types_win.cc',
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 'tools/quic/test_tools/quic_test_client.h', 1720 'tools/quic/test_tools/quic_test_client.h',
1720 'tools/quic/test_tools/quic_test_utils.cc', 1721 'tools/quic/test_tools/quic_test_utils.cc',
1721 'tools/quic/test_tools/quic_test_utils.h', 1722 'tools/quic/test_tools/quic_test_utils.h',
1722 'tools/quic/test_tools/server_thread.h', 1723 'tools/quic/test_tools/server_thread.h',
1723 'tools/quic/test_tools/server_thread.cc', 1724 'tools/quic/test_tools/server_thread.cc',
1724 'tools/quic/test_tools/simple_client.h', 1725 'tools/quic/test_tools/simple_client.h',
1725 'tools/quic/test_tools/simple_client.cc', 1726 'tools/quic/test_tools/simple_client.cc',
1726 ], 1727 ],
1727 } 1728 }
1728 } 1729 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/quic/crypto/channel_id_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698