diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 23:52:02 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 23:52:02 +0000 |
commit | 5dce90240ecb2259290cd3aa12294b832b09eee9 (patch) | |
tree | efbb4f40583404e421b12e5dc2a1e0259f9dd186 /net/net_lib.scons | |
parent | e4bac199faccb0b0e45673d21aa5dae0ea77a787 (diff) | |
download | chromium_src-5dce90240ecb2259290cd3aa12294b832b09eee9.zip chromium_src-5dce90240ecb2259290cd3aa12294b832b09eee9.tar.gz chromium_src-5dce90240ecb2259290cd3aa12294b832b09eee9.tar.bz2 |
Port directory lister to posix.
Fix of issue 11437.
Review URL: http://codereview.chromium.org/11293
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5730 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 707216f..0e0b329 100644 --- a/net/net_lib.scons +++ b/net/net_lib.scons @@ -110,11 +110,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: |