summaryrefslogtreecommitdiffstats
path: root/net/net_lib.scons
diff options
context:
space:
mode:
Diffstat (limited to 'net/net_lib.scons')
-rw-r--r--net/net_lib.scons2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons
index 0e0b329..707216f 100644
--- a/net/net_lib.scons
+++ b/net/net_lib.scons
@@ -110,9 +110,11 @@ if env['PLATFORM'] in ('posix', 'darwin'):
# 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: