summaryrefslogtreecommitdiffstats
path: root/build/internal
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 21:03:27 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 21:03:27 +0000
commit366f6795c14746e4ef849d8f1e56fcd5b872d325 (patch)
treec827f44d83b49dab900d4ed6ff6c1b6766f2f09c /build/internal
parent85ae959285a1ed1d423abd3d01cac5a71cd7b51f (diff)
downloadchromium_src-366f6795c14746e4ef849d8f1e56fcd5b872d325.zip
chromium_src-366f6795c14746e4ef849d8f1e56fcd5b872d325.tar.gz
chromium_src-366f6795c14746e4ef849d8f1e56fcd5b872d325.tar.bz2
Dropping unconnected obsolete vsprops files.
BUG=8042 TEST=None Review URL: http://codereview.chromium.org/567033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal')
-rw-r--r--build/internal/release_impl_checksenabled.vsprops25
-rw-r--r--build/internal/release_impl_coverage.vsprops12
-rw-r--r--build/internal/release_impl_dom_stats.vsprops24
-rw-r--r--build/internal/release_impl_pgo_instrument.vsprops28
-rw-r--r--build/internal/release_impl_pgo_optimize.vsprops28
-rw-r--r--build/internal/release_impl_purify.vsprops19
6 files changed, 0 insertions, 136 deletions
diff --git a/build/internal/release_impl_checksenabled.vsprops b/build/internal/release_impl_checksenabled.vsprops
deleted file mode 100644
index a91e1b2..0000000
--- a/build/internal/release_impl_checksenabled.vsprops
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="release_impl_checksenabled"
- InheritedPropertySheets=".\essential.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_DEBUG;_HAS_ITERATOR_DEBUGGING=0;_SECURE_SCL=0"
- RuntimeLibrary="1"
- AdditionalOptions="/Oy-"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- OptimizeReferences="2"
- OptimizeForWindows98="1"
- EnableCOMDATFolding="2"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG;_HAS_ITERATOR_DEBUGGING=0;_SECURE_SCL=0"
- />
-</VisualStudioPropertySheet>
diff --git a/build/internal/release_impl_coverage.vsprops b/build/internal/release_impl_coverage.vsprops
deleted file mode 100644
index c3f6aa9..0000000
--- a/build/internal/release_impl_coverage.vsprops
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="release_impl_coverage"
- InheritedPropertySheets=".\release_defaults.vsprops"
- >
- <Tool
- Name="VCLinkerTool"
- Profile="1"
- />
-</VisualStudioPropertySheet>
diff --git a/build/internal/release_impl_dom_stats.vsprops b/build/internal/release_impl_dom_stats.vsprops
deleted file mode 100644
index 3f6f349..0000000
--- a/build/internal/release_impl_dom_stats.vsprops
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="release_impl_dom_stats"
- InheritedPropertySheets=".\essential.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="NDEBUG;ENABLE_DOM_STATS_COUNTERS"
- AdditionalOptions="/Oy-"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- OptimizeReferences="2"
- OptimizeForWindows98="1"
- EnableCOMDATFolding="2"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG;ENABLE_DOM_STATS_COUNTERS"
- />
-</VisualStudioPropertySheet>
diff --git a/build/internal/release_impl_pgo_instrument.vsprops b/build/internal/release_impl_pgo_instrument.vsprops
deleted file mode 100644
index 8c09863..0000000
--- a/build/internal/release_impl_pgo_instrument.vsprops
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="release_impl_pgo_instrument"
- OutputDirectory="$(DefaultOutputDirectory)_pgo"
- IntermediateDirectory="$(DefaultOutputDirectory)_pgo\obj\$(ProjectName)"
- InheritedPropertySheets=".\release_defaults.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- EnableFiberSafeOptimizations="true"
- WholeProgramOptimization="true"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalOptions="/ltcg"
- />
- <Tool
- Name="VCLinkerTool"
- LinkTimeCodeGeneration="2"
- />
-</VisualStudioPropertySheet>
diff --git a/build/internal/release_impl_pgo_optimize.vsprops b/build/internal/release_impl_pgo_optimize.vsprops
deleted file mode 100644
index 60233f4..0000000
--- a/build/internal/release_impl_pgo_optimize.vsprops
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="release_impl_pgo_optimize"
- OutputDirectory="$(DefaultOutputDirectory)_pgo"
- IntermediateDirectory="$(DefaultOutputDirectory)_pgo\obj\$(ProjectName)"
- InheritedPropertySheets=".\release_defaults.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- EnableFiberSafeOptimizations="true"
- WholeProgramOptimization="true"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalOptions="/ltcg"
- />
- <Tool
- Name="VCLinkerTool"
- LinkTimeCodeGeneration="3"
- />
-</VisualStudioPropertySheet>
diff --git a/build/internal/release_impl_purify.vsprops b/build/internal/release_impl_purify.vsprops
deleted file mode 100644
index dd75585..0000000
--- a/build/internal/release_impl_purify.vsprops
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="release_impl_purify"
- InheritedPropertySheets=".\release_defaults.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="PURIFY"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- />
- <Tool
- Name="VCLinkerTool"
- EnableCOMDATFolding="1"
- />
-</VisualStudioPropertySheet>