summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger
diff options
context:
space:
mode:
authorsgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-04 21:53:56 +0000
committersgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-04 21:53:56 +0000
commit6c2d7042648bed456e8d5436b668d57a38e54ba7 (patch)
tree6c5a39e3ab202da84fedcf22b708867127432484 /chrome/browser/debugger
parent5343ab8e6cac9890de6de8f69711790a144cbc9b (diff)
downloadchromium_src-6c2d7042648bed456e8d5436b668d57a38e54ba7.zip
chromium_src-6c2d7042648bed456e8d5436b668d57a38e54ba7.tar.gz
chromium_src-6c2d7042648bed456e8d5436b668d57a38e54ba7.tar.bz2
Convert most of the chrome .lib files to gyp generation:
automation.lib, common.lib, debugger.lib, plugin.lib, renderer.lib. BUG=none TEST=none Review URL: http://codereview.chromium.org/118254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/debugger')
-rw-r--r--chrome/browser/debugger/debugger.vcproj283
1 files changed, 0 insertions, 283 deletions
diff --git a/chrome/browser/debugger/debugger.vcproj b/chrome/browser/debugger/debugger.vcproj
deleted file mode 100644
index 4c61e4c..0000000
--- a/chrome/browser/debugger/debugger.vcproj
+++ /dev/null
@@ -1,283 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="debugger"
- ProjectGUID="{57823D8C-A317-4713-9125-2C91FDFD12D6}"
- RootNamespace="debugger"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets=".\debugger.vsprops;$(SolutionDir)..\build\debug.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="4"
- InheritedPropertySheets=".\debugger.vsprops;$(SolutionDir)..\build\release.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="resources"
- >
- <File
- RelativePath=".\resources\debugger.css"
- >
- </File>
- <File
- RelativePath=".\resources\debugger.html"
- >
- </File>
- <File
- RelativePath=".\resources\debugger.js"
- >
- </File>
- <File
- RelativePath=".\resources\debugger_shell.js"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\debugger_host.h"
- >
- </File>
- <File
- RelativePath=".\debugger_host_impl.cpp"
- >
- </File>
- <File
- RelativePath=".\debugger_host_impl.h"
- >
- </File>
- <File
- RelativePath=".\debugger_io.h"
- >
- </File>
- <File
- RelativePath=".\debugger_io_socket.cc"
- >
- </File>
- <File
- RelativePath=".\debugger_io_socket.h"
- >
- </File>
- <File
- RelativePath=".\debugger_node.cc"
- >
- </File>
- <File
- RelativePath=".\debugger_node.h"
- >
- </File>
- <File
- RelativePath=".\debugger_remote_service.cc"
- >
- </File>
- <File
- RelativePath=".\debugger_remote_service.h"
- >
- </File>
- <File
- RelativePath=".\debugger_shell.cc"
- >
- </File>
- <File
- RelativePath=".\debugger_shell.h"
- >
- </File>
- <File
- RelativePath=".\debugger_view.cc"
- >
- </File>
- <File
- RelativePath=".\debugger_view.h"
- >
- </File>
- <File
- RelativePath=".\debugger_window.cc"
- >
- </File>
- <File
- RelativePath=".\debugger_window.h"
- >
- </File>
- <File
- RelativePath=".\debugger_wrapper.cc"
- >
- </File>
- <File
- RelativePath=".\debugger_wrapper.h"
- >
- </File>
- <File
- RelativePath=".\devtools_client_host.h"
- >
- </File>
- <File
- RelativePath=".\devtools_manager.cc"
- >
- </File>
- <File
- RelativePath=".\devtools_manager.h"
- >
- </File>
- <File
- RelativePath=".\devtools_protocol_handler.cc"
- >
- </File>
- <File
- RelativePath=".\devtools_protocol_handler.h"
- >
- </File>
- <File
- RelativePath=".\devtools_remote.h"
- >
- </File>
- <File
- RelativePath=".\devtools_remote_listen_socket.cc"
- >
- </File>
- <File
- RelativePath=".\devtools_remote_listen_socket.h"
- >
- </File>
- <File
- RelativePath=".\devtools_remote_message.cc"
- >
- </File>
- <File
- RelativePath=".\devtools_remote_message.h"
- >
- </File>
- <File
- RelativePath=".\devtools_remote_service.cc"
- >
- </File>
- <File
- RelativePath=".\devtools_remote_service.h"
- >
- </File>
- <File
- RelativePath=".\devtools_window.cc"
- >
- </File>
- <File
- RelativePath=".\devtools_window.h"
- >
- </File>
- <File
- RelativePath=".\inspectable_tab_proxy.cc"
- >
- </File>
- <File
- RelativePath=".\inspectable_tab_proxy.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>