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

Side by Side Diff: net/net.gypi

Issue 494913002: Include better OpenSSL error information in NetLog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | net/socket/nss_ssl_util.h » ('j') | net/socket/nss_ssl_util.cc » ('J')
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'socket/client_socket_pool_histograms.h', 115 'socket/client_socket_pool_histograms.h',
116 'socket/next_proto.cc', 116 'socket/next_proto.cc',
117 'socket/next_proto.h', 117 'socket/next_proto.h',
118 'socket/socket.h', 118 'socket/socket.h',
119 'socket/ssl_client_socket.cc', 119 'socket/ssl_client_socket.cc',
120 'socket/ssl_client_socket.h', 120 'socket/ssl_client_socket.h',
121 'socket/ssl_client_socket_openssl.cc', 121 'socket/ssl_client_socket_openssl.cc',
122 'socket/ssl_client_socket_openssl.h', 122 'socket/ssl_client_socket_openssl.h',
123 'socket/ssl_client_socket_pool.cc', 123 'socket/ssl_client_socket_pool.cc',
124 'socket/ssl_client_socket_pool.h', 124 'socket/ssl_client_socket_pool.h',
125 'socket/ssl_error_params.cc',
126 'socket/ssl_error_params.h',
127 'socket/ssl_session_cache_openssl.cc', 125 'socket/ssl_session_cache_openssl.cc',
128 'socket/ssl_session_cache_openssl.h', 126 'socket/ssl_session_cache_openssl.h',
129 'socket/ssl_socket.h', 127 'socket/ssl_socket.h',
130 'ssl/channel_id_service.cc', 128 'ssl/channel_id_service.cc',
131 'ssl/channel_id_service.h', 129 'ssl/channel_id_service.h',
132 'ssl/channel_id_store.cc', 130 'ssl/channel_id_store.cc',
133 'ssl/channel_id_store.h', 131 'ssl/channel_id_store.h',
134 'ssl/default_channel_id_store.cc', 132 'ssl/default_channel_id_store.cc',
135 'ssl/default_channel_id_store.h', 133 'ssl/default_channel_id_store.h',
136 'ssl/openssl_client_key_store.cc', 134 'ssl/openssl_client_key_store.cc',
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 'tools/quic/test_tools/quic_test_client.h', 1729 'tools/quic/test_tools/quic_test_client.h',
1732 'tools/quic/test_tools/quic_test_utils.cc', 1730 'tools/quic/test_tools/quic_test_utils.cc',
1733 'tools/quic/test_tools/quic_test_utils.h', 1731 'tools/quic/test_tools/quic_test_utils.h',
1734 'tools/quic/test_tools/server_thread.h', 1732 'tools/quic/test_tools/server_thread.h',
1735 'tools/quic/test_tools/server_thread.cc', 1733 'tools/quic/test_tools/server_thread.cc',
1736 'tools/quic/test_tools/simple_client.h', 1734 'tools/quic/test_tools/simple_client.h',
1737 'tools/quic/test_tools/simple_client.cc', 1735 'tools/quic/test_tools/simple_client.cc',
1738 ], 1736 ],
1739 } 1737 }
1740 } 1738 }
OLDNEW
« no previous file with comments | « no previous file | net/socket/nss_ssl_util.h » ('j') | net/socket/nss_ssl_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698