summaryrefslogtreecommitdiffstats
path: root/net/net_lib.scons
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 23:16:08 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 23:16:08 +0000
commit546ed80fcf385bcc2fe8cb8af85a1c60e1ee1d93 (patch)
treea2513d64e9a1e6b9ff8c1c539a5392fd72c98a42 /net/net_lib.scons
parent8f794cb1c1a3a989cf1fb2e453a56afadfa8db4c (diff)
downloadchromium_src-546ed80fcf385bcc2fe8cb8af85a1c60e1ee1d93.zip
chromium_src-546ed80fcf385bcc2fe8cb8af85a1c60e1ee1d93.tar.gz
chromium_src-546ed80fcf385bcc2fe8cb8af85a1c60e1ee1d93.tar.bz2
revert 5725
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5727 0039d316-1c4b-4281-b951-d872f2087c98
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: