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:58:23 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-19 23:58:23 +0000
commitf311bd71f1defeb33ec4903593e23061a913f992 (patch)
treed3dd7f2422d41b15946002bf582b07f919475046 /net/net_lib.scons
parent5dce90240ecb2259290cd3aa12294b832b09eee9 (diff)
downloadchromium_src-f311bd71f1defeb33ec4903593e23061a913f992.zip
chromium_src-f311bd71f1defeb33ec4903593e23061a913f992.tar.gz
chromium_src-f311bd71f1defeb33ec4903593e23061a913f992.tar.bz2
revert 5730
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5731 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: