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

Unified Diff: net/net_lib.scons

Issue 4049: Port SSLClientSocket to Linux (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/x509_certificate_nss.cc ('k') | net/net_unittests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_lib.scons
===================================================================
--- net/net_lib.scons (revision 3736)
+++ net/net_lib.scons (working copy)
@@ -54,7 +54,6 @@
'base/registry_controlled_domain.cc',
'base/sdch_filter.cc',
'base/sdch_manager.cc',
- 'base/ssl_client_socket_win.cc',
'base/ssl_config_service.cc',
'base/tcp_client_socket.cc',
'base/telnet_server.cc',
@@ -115,11 +114,9 @@
# Remove files that still need to be ported from the input_files list.
# TODO(port): delete files from this list as they get ported.
to_be_ported_files = [
- 'base/client_socket_factory.cc',
'base/directory_lister.cc',
'base/dns_resolution_observer.cc',
'base/listen_socket.cc',
- 'base/ssl_client_socket_win.cc',
'base/ssl_config_service.cc',
'base/tcp_client_socket.cc',
'base/telnet_server.cc',
@@ -147,6 +144,7 @@
'base/file_input_stream_win.cc',
'base/net_util_win.cc',
'base/platform_mime_util_win.cc',
+ 'base/ssl_client_socket_win.cc',
'base/x509_certificate_win.cc',
'disk_cache/cache_util_win.cc',
'disk_cache/file_win.cc',
@@ -162,8 +160,11 @@
if env['PLATFORM'] == 'posix':
input_files.extend([
+ 'base/nss_memio.c',
# TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
'base/platform_mime_util_linux.cc',
+ 'base/ssl_client_socket_nss.cc',
+ 'base/x509_certificate_nss.cc',
])
if env['PLATFORM'] in ('darwin', 'posix'):
« no previous file with comments | « net/base/x509_certificate_nss.cc ('k') | net/net_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698