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

Side by Side Diff: net/net.gyp

Issue 118039: Implement SSL client authentication for Windows.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 years, 6 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/http/http_transaction_unittest.h ('k') | net/url_request/url_request.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'base/platform_mime_util_mac.cc', 109 'base/platform_mime_util_mac.cc',
110 'base/platform_mime_util_win.cc', 110 'base/platform_mime_util_win.cc',
111 'base/registry_controlled_domain.cc', 111 'base/registry_controlled_domain.cc',
112 'base/registry_controlled_domain.h', 112 'base/registry_controlled_domain.h',
113 'base/scoped_cert_chain_context.h', 113 'base/scoped_cert_chain_context.h',
114 'base/sdch_filter.cc', 114 'base/sdch_filter.cc',
115 'base/sdch_filter.h', 115 'base/sdch_filter.h',
116 'base/sdch_manager.cc', 116 'base/sdch_manager.cc',
117 'base/sdch_manager.h', 117 'base/sdch_manager.h',
118 'base/socket.h', 118 'base/socket.h',
119 'base/ssl_cert_request_info.h',
119 'base/ssl_client_socket.h', 120 'base/ssl_client_socket.h',
120 'base/ssl_client_socket_mac.cc', 121 'base/ssl_client_socket_mac.cc',
121 'base/ssl_client_socket_nss.cc', 122 'base/ssl_client_socket_nss.cc',
122 'base/ssl_client_socket_win.cc', 123 'base/ssl_client_socket_win.cc',
123 'base/ssl_client_socket_win.h', 124 'base/ssl_client_socket_win.h',
124 'base/ssl_config_service.cc', 125 'base/ssl_config_service.cc',
125 'base/ssl_config_service.h', 126 'base/ssl_config_service.h',
126 'base/ssl_info.h', 127 'base/ssl_info.h',
127 'base/ssl_test_util.cc', 128 'base/ssl_test_util.cc',
128 'base/tcp_client_socket.h', 129 'base/tcp_client_socket.h',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'tools/fetch/http_server.cc', 670 'tools/fetch/http_server.cc',
670 'tools/fetch/http_server.h', 671 'tools/fetch/http_server.h',
671 'tools/fetch/http_session.cc', 672 'tools/fetch/http_session.cc',
672 'tools/fetch/http_session.h', 673 'tools/fetch/http_session.h',
673 ], 674 ],
674 }, 675 },
675 ], 676 ],
676 }], 677 }],
677 ], 678 ],
678 } 679 }
OLDNEW
« no previous file with comments | « net/http/http_transaction_unittest.h ('k') | net/url_request/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698