diff options
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 24 | ||||
-rw-r--r-- | net/build/net_unittests.vcproj | 8 |
2 files changed, 30 insertions, 2 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index ed3a769..a24ebda 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -694,6 +694,14 @@ Name="http" > <File + RelativePath="..\http\des.cc" + > + </File> + <File + RelativePath="..\http\des.h" + > + </File> + <File RelativePath="..\http\http_atom_list.h" > </File> @@ -738,6 +746,14 @@ > </File> <File + RelativePath="..\http\http_auth_handler_ntlm.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_ntlm.h" + > + </File> + <File RelativePath="..\http\http_cache.cc" > </File> @@ -817,6 +833,14 @@ RelativePath="..\http\http_vary_data.h" > </File> + <File + RelativePath="..\http\md4.cc" + > + </File> + <File + RelativePath="..\http\md4.h" + > + </File> </Filter> <Filter Name="disk_cache" diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index 60d5742..36624d7 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -227,6 +227,10 @@ Name="http" > <File + RelativePath="..\http\des_unittest.cc" + > + </File> + <File RelativePath="..\http\http_auth_cache_unittest.cc" > </File> @@ -367,11 +371,11 @@ > </File> <File - RelativePath="..\base\tcp_pinger_unittest.cc" + RelativePath="..\base\tcp_client_socket_unittest.cc" > </File> <File - RelativePath="..\base\tcp_client_socket_unittest.cc" + RelativePath="..\base\tcp_pinger_unittest.cc" > </File> <File |