diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 10:33:54 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 10:33:54 +0000 |
commit | 80a8f2e2bef808bfe12217b2088a13a7b5b2c206 (patch) | |
tree | d76d6af07155fd8cab6e229777cb9336a7264cf4 /net/build | |
parent | 05c1c3437a130929cc00b1f16c8786c3984c9a65 (diff) | |
download | chromium_src-80a8f2e2bef808bfe12217b2088a13a7b5b2c206.zip chromium_src-80a8f2e2bef808bfe12217b2088a13a7b5b2c206.tar.gz chromium_src-80a8f2e2bef808bfe12217b2088a13a7b5b2c206.tar.bz2 |
Remove proxy_script_fetcher_unittest.cc as it seems to be triggering a UMR.
I cannot repro this locally, so doing a quick change to green the purify builder.
TBR=erikkay
Review URL: http://codereview.chromium.org/13704
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6702 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, 0 insertions, 12 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 0371f78..4530a27 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -1029,14 +1029,6 @@ >
</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 faa6f83..2739355 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -415,10 +415,6 @@ Name="proxy"
>
<File
- RelativePath="..\proxy\proxy_script_fetcher_unittest.cc"
- >
- </File>
- <File
RelativePath="..\proxy\proxy_service_unittest.cc"
>
</File>
|