summaryrefslogtreecommitdiffstats
path: root/net/build/net_unittests.vcproj
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 15:40:23 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 15:40:23 +0000
commit928fb58bd99536f16df3739329cbade0853b3309 (patch)
tree7a6433d25d9c5303614f05b6b39cb49e60468d12 /net/build/net_unittests.vcproj
parent6723f835ff0247e5bffad9e92d8d42a8c3ae1b3b (diff)
downloadchromium_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_unittests.vcproj')
-rw-r--r--net/build/net_unittests.vcproj12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj
index 3426bf0..1619e5c 100644
--- a/net/build/net_unittests.vcproj
+++ b/net/build/net_unittests.vcproj
@@ -243,10 +243,6 @@
>
</File>
<File
- RelativePath="..\http\http_proxy_service_unittest.cc"
- >
- </File>
- <File
RelativePath="..\http\http_response_headers_unittest.cc"
>
</File>
@@ -375,6 +371,14 @@
>
</File>
</Filter>
+ <Filter
+ Name="proxy"
+ >
+ <File
+ RelativePath="..\proxy\proxy_service_unittest.cc"
+ >
+ </File>
+ </Filter>
</Filter>
</Files>
<Globals>