diff options
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 8 | ||||
-rw-r--r-- | net/build/net_unittests.vcproj | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 33b5d77..85b387d 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -769,6 +769,14 @@ > </File> <File + RelativePath="..\http\http_auth_cache.cc" + > + </File> + <File + RelativePath="..\http\http_auth_cache.h" + > + </File> + <File RelativePath="..\http\http_auth_handler.h" > </File> diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index 51fe42c..f92d227 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -227,6 +227,10 @@ Name="http" > <File + RelativePath="..\http\http_auth_cache_unittest.cc" + > + </File> + <File RelativePath="..\http\http_auth_handler_basic_unittest.cc" > </File> |