diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-20 22:30:13 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-20 22:30:13 +0000 |
commit | 13ef7c08cafb5d39c17a3b3e32f0ecf3a1107e2b (patch) | |
tree | 6bab505d34a79ee6be99702c657364052a850b72 /net/net_lib.scons | |
parent | e4cdc665ff69c7ddff0ce5740592e735a108e0b7 (diff) | |
download | chromium_src-13ef7c08cafb5d39c17a3b3e32f0ecf3a1107e2b.zip chromium_src-13ef7c08cafb5d39c17a3b3e32f0ecf3a1107e2b.tar.gz chromium_src-13ef7c08cafb5d39c17a3b3e32f0ecf3a1107e2b.tar.bz2 |
Port directory lister to allow the linux and mac test shells to display file directories.
This is a revision of r5725. It doesn't break mac build.
Review URL: http://codereview.chromium.org/11507
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_lib.scons')
-rw-r--r-- | net/net_lib.scons | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons index 818fe14..9f080586 100644 --- a/net/net_lib.scons +++ b/net/net_lib.scons @@ -102,11 +102,9 @@ 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: |