diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 23:11:32 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 23:11:32 +0000 |
commit | 6e136398f5a2f4e97c968b8be72d64ffa639ac53 (patch) | |
tree | b6b52cf5c94005d009ea37a475f66c5a8673499b /net/build | |
parent | 0d74f1e8fe44154ab7842812443b3138b2993c8c (diff) | |
download | chromium_src-6e136398f5a2f4e97c968b8be72d64ffa639ac53.zip chromium_src-6e136398f5a2f4e97c968b8be72d64ffa639ac53.tar.gz chromium_src-6e136398f5a2f4e97c968b8be72d64ffa639ac53.tar.bz2 |
Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as DISABLED_ instead, until have resolved the purify builder error.
Review URL: http://codereview.chromium.org/14081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6949 0039d316-1c4b-4281-b951-d872f2087c98
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 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 2739355..faa6f83 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -415,6 +415,10 @@ Name="proxy"
>
<File
+ RelativePath="..\proxy\proxy_script_fetcher_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\proxy\proxy_service_unittest.cc"
>
</File>
|