diff options
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 8 | ||||
-rw-r--r-- | net/build/net_unittests.vcproj | 10 |
2 files changed, 15 insertions, 3 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 4530a27..0371f78 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -1029,6 +1029,14 @@ >
</File>
<File
+ RelativePath="..\proxy\proxy_script_fetcher.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\proxy\proxy_script_fetcher.h"
+ >
+ </File>
+ <File
RelativePath="..\proxy\proxy_service.cc"
>
</File>
diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index db597ce..faa6f83 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -228,9 +228,9 @@ >
<File
RelativePath="..\http\http_auth_cache_unittest.cc"
- >
- </File>
- <File
+ >
+ </File>
+ <File
RelativePath="..\http\http_auth_handler_basic_unittest.cc"
>
</File>
@@ -415,6 +415,10 @@ Name="proxy"
>
<File
+ RelativePath="..\proxy\proxy_script_fetcher_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\proxy\proxy_service_unittest.cc"
>
</File>
|