| Index: net/net_lib.scons
|
| ===================================================================
|
| --- net/net_lib.scons (revision 5643)
|
| +++ net/net_lib.scons (working copy)
|
| @@ -110,11 +110,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/directory_lister.cc',
|
| 'base/ssl_config_service.cc',
|
| 'http/http_transaction_winhttp.cc',
|
| 'http/winhttp_request_throttle.cc',
|
| - 'url_request/url_request_file_dir_job.cc',
|
| 'url_request/url_request_ftp_job.cc',
|
| ]
|
| for remove in to_be_ported_files:
|
|
|