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

Unified Diff: net/net_lib.scons

Issue 9260: Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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/net.xcodeproj/project.pbxproj ('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 5145)
+++ net/net_lib.scons (working copy)
@@ -55,7 +55,6 @@
'base/sdch_filter.cc',
'base/sdch_manager.cc',
'base/ssl_config_service.cc',
- 'base/telnet_server.cc',
'base/upload_data.cc',
'base/upload_data_stream.cc',
'base/x509_certificate.cc',
@@ -111,9 +110,7 @@
# TODO(port): delete files from this list as they get ported.
to_be_ported_files = [
'base/directory_lister.cc',
- 'base/listen_socket.cc',
'base/ssl_config_service.cc',
- 'base/telnet_server.cc',
'http/http_transaction_winhttp.cc',
'http/winhttp_request_throttle.cc',
'url_request/url_request_file_dir_job.cc',
@@ -161,6 +158,7 @@
'base/file_stream_posix.cc',
'base/net_util_posix.cc',
'base/tcp_client_socket_libevent.cc',
+ 'base/telnet_server.cc',
'disk_cache/cache_util_posix.cc',
'disk_cache/file_posix.cc',
'disk_cache/mapped_file_posix.cc',
« no previous file with comments | « net/net.xcodeproj/project.pbxproj ('k') | net/net_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698