diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 20:47:34 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 20:47:34 +0000 |
commit | b2d8eb460632ddb2636bd636c54ea57635b85072 (patch) | |
tree | 414bde50a3eee214506526e34f3c20c6a4cdef85 /tools/memory_watcher | |
parent | 3d25e9f94dcf5d731241877646a98fea228abe71 (diff) | |
download | chromium_src-b2d8eb460632ddb2636bd636c54ea57635b85072.zip chromium_src-b2d8eb460632ddb2636bd636c54ea57635b85072.tar.gz chromium_src-b2d8eb460632ddb2636bd636c54ea57635b85072.tar.bz2 |
Remove checked-in memory_watcher.vcproj.
svn:ignore gyp-generated memory_watcher.{sln,vcproj}.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/118026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r-- | tools/memory_watcher/memory_watcher.vcproj | 203 |
1 files changed, 0 insertions, 203 deletions
diff --git a/tools/memory_watcher/memory_watcher.vcproj b/tools/memory_watcher/memory_watcher.vcproj deleted file mode 100644 index dd740c9..0000000 --- a/tools/memory_watcher/memory_watcher.vcproj +++ /dev/null @@ -1,203 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="memory_watcher" - ProjectGUID="{3BD81303-4E14-4559-AA69-B30C3BAB08DD}" - RootNamespace="memory_watcher" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="2" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="BUILD_MEMORY_WATCHER" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - ConfigurationType="2" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="BUILD_MEMORY_WATCHER" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\call_stack.cc" - > - </File> - <File - RelativePath=".\call_stack.h" - > - </File> - <File - RelativePath=".\dllmain.cc" - > - </File> - <File - RelativePath=".\hotkey.h" - > - </File> - <File - RelativePath=".\ia32_modrm_map.cc" - > - </File> - <File - RelativePath=".\ia32_opcode_map.cc" - > - </File> - <File - RelativePath=".\memory_hook.cc" - > - </File> - <File - RelativePath=".\memory_hook.h" - > - </File> - <File - RelativePath=".\memory_watcher.cc" - > - </File> - <File - RelativePath=".\memory_watcher.h" - > - </File> - <File - RelativePath=".\mini_disassembler.cc" - > - </File> - <File - RelativePath=".\preamble_patcher.cc" - > - </File> - <File - RelativePath=".\preamble_patcher.h" - > - </File> - <File - RelativePath=".\preamble_patcher_with_stub.cc" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |