From 586acc5fe142f498261f52c66862fa417c3d52d2 Mon Sep 17 00:00:00 2001 From: "initial.commit" Date: Sat, 26 Jul 2008 22:42:52 +0000 Subject: Add net to the repository. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14 0039d316-1c4b-4281-b951-d872f2087c98 --- net/build/convert_tld_data.rules | 19 + net/build/crash_cache.vcproj | 155 +++++++ net/build/net.vcproj | 895 +++++++++++++++++++++++++++++++++++++++ net/build/net_perftests.vcproj | 175 ++++++++ net/build/net_unittests.vcproj | 382 +++++++++++++++++ net/build/precompiled_net.cc | 33 ++ net/build/precompiled_net.h | 50 +++ net/build/stress_cache.vcproj | 155 +++++++ net/build/tld_cleanup.vcproj | 151 +++++++ 9 files changed, 2015 insertions(+) create mode 100644 net/build/convert_tld_data.rules create mode 100644 net/build/crash_cache.vcproj create mode 100644 net/build/net.vcproj create mode 100644 net/build/net_perftests.vcproj create mode 100644 net/build/net_unittests.vcproj create mode 100644 net/build/precompiled_net.cc create mode 100644 net/build/precompiled_net.h create mode 100644 net/build/stress_cache.vcproj create mode 100644 net/build/tld_cleanup.vcproj (limited to 'net/build') diff --git a/net/build/convert_tld_data.rules b/net/build/convert_tld_data.rules new file mode 100644 index 0000000..0331c13 --- /dev/null +++ b/net/build/convert_tld_data.rules @@ -0,0 +1,19 @@ + + + + + + + + + diff --git a/net/build/crash_cache.vcproj b/net/build/crash_cache.vcproj new file mode 100644 index 0000000..0a37acf --- /dev/null +++ b/net/build/crash_cache.vcproj @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/net/build/net.vcproj b/net/build/net.vcproj new file mode 100644 index 0000000..0d670a4 --- /dev/null +++ b/net/build/net.vcproj @@ -0,0 +1,895 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/net/build/net_perftests.vcproj b/net/build/net_perftests.vcproj new file mode 100644 index 0000000..04cf0c9 --- /dev/null +++ b/net/build/net_perftests.vcproj @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj new file mode 100644 index 0000000..d31226e --- /dev/null +++ b/net/build/net_unittests.vcproj @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/net/build/precompiled_net.cc b/net/build/precompiled_net.cc new file mode 100644 index 0000000..733702c --- /dev/null +++ b/net/build/precompiled_net.cc @@ -0,0 +1,33 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Generates the precompiled file. + +#include "precompiled_net.h" + diff --git a/net/build/precompiled_net.h b/net/build/precompiled_net.h new file mode 100644 index 0000000..fa64b8a --- /dev/null +++ b/net/build/precompiled_net.h @@ -0,0 +1,50 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Header used to generate the precompiled file. + +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include diff --git a/net/build/stress_cache.vcproj b/net/build/stress_cache.vcproj new file mode 100644 index 0000000..590ec5e --- /dev/null +++ b/net/build/stress_cache.vcproj @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/net/build/tld_cleanup.vcproj b/net/build/tld_cleanup.vcproj new file mode 100644 index 0000000..c628d9a --- /dev/null +++ b/net/build/tld_cleanup.vcproj @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1