diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-11 15:40:23 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-11 15:40:23 +0000 |
commit | 928fb58bd99536f16df3739329cbade0853b3309 (patch) | |
tree | 7a6433d25d9c5303614f05b6b39cb49e60468d12 /net/build/net.vcproj | |
parent | 6723f835ff0247e5bffad9e92d8d42a8c3ae1b3b (diff) | |
download | chromium_src-928fb58bd99536f16df3739329cbade0853b3309.zip chromium_src-928fb58bd99536f16df3739329cbade0853b3309.tar.gz chromium_src-928fb58bd99536f16df3739329cbade0853b3309.tar.bz2 |
Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.
I'm making this change because proxy resolution is really not specific to the HTTP protocol. We need to use the proxy service in our FTP implementation, for example. I made a separate directory instead of just putting these in base, because I anticipate more files once we have our own PAC implementation.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build/net.vcproj')
-rw-r--r-- | net/build/net.vcproj | 68 |
1 files changed, 36 insertions, 32 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 4fe72e1..4a2064b 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -361,6 +361,14 @@ > </File> <File + RelativePath="..\base\platform_mime_util.h" + > + </File> + <File + RelativePath="..\base\platform_mime_util_win.cc" + > + </File> + <File RelativePath=".\precompiled_net.cc" > <FileConfiguration @@ -385,14 +393,6 @@ > </File> <File - RelativePath="..\base\platform_mime_util.h" - > - </File> - <File - RelativePath="..\base\platform_mime_util_win.cc" - > - </File> - <File RelativePath="..\base\registry_controlled_domain.cc" > </File> @@ -681,30 +681,6 @@ > </File> <File - RelativePath="..\http\http_proxy_resolver_fixed.cc" - > - </File> - <File - RelativePath="..\http\http_proxy_resolver_fixed.h" - > - </File> - <File - RelativePath="..\http\http_proxy_resolver_winhttp.cc" - > - </File> - <File - RelativePath="..\http\http_proxy_resolver_winhttp.h" - > - </File> - <File - RelativePath="..\http\http_proxy_service.cc" - > - </File> - <File - RelativePath="..\http\http_proxy_service.h" - > - </File> - <File RelativePath="..\http\http_request_info.h" > </File> @@ -897,6 +873,34 @@ > </File> </Filter> + <Filter + Name="proxy" + > + <File + RelativePath="..\proxy\proxy_resolver_fixed.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_fixed.h" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_winhttp.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_winhttp.h" + > + </File> + <File + RelativePath="..\proxy\proxy_service.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_service.h" + > + </File> + </Filter> </Files> <Globals> </Globals> |