diff options
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 16 | ||||
-rw-r--r-- | net/build/net_unittests.vcproj | 12 |
2 files changed, 16 insertions, 12 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 5a71089..79732cc 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -149,14 +149,6 @@ > </File> <File - RelativePath="..\base\auth_cache.cc" - > - </File> - <File - RelativePath="..\base\auth_cache.h" - > - </File> - <File RelativePath="..\base\base64.cc" > </File> @@ -1041,6 +1033,14 @@ Name="ftp" > <File + RelativePath="..\ftp\ftp_auth_cache.cc" + > + </File> + <File + RelativePath="..\ftp\ftp_auth_cache.h" + > + </File> + <File RelativePath="..\ftp\ftp_network_layer.cc" > </File> diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index c28bc20..b157a22 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -283,10 +283,6 @@ Name="base" > <File - RelativePath="..\base\auth_cache_unittest.cc" - > - </File> - <File RelativePath="..\base\base64_unittest.cc" > </File> @@ -392,6 +388,14 @@ </File> </Filter> <Filter + Name="ftp" + > + <File + RelativePath="..\ftp\ftp_auth_cache_unittest.cc" + > + </File> + </Filter> + <Filter Name="url_request" > <File |