summaryrefslogtreecommitdiffstats
path: root/chrome/tools/convert_dict
diff options
context:
space:
mode:
authorsgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-03 05:21:18 +0000
committersgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-03 05:21:18 +0000
commitcaf19ffaa8d04d09ff3949d3683dc37cc3b41152 (patch)
tree019e1eb3f48043a1134da517705cb665555aa48b /chrome/tools/convert_dict
parentc11f602ffe2e0ed6960de22e7b44e03c44832164 (diff)
downloadchromium_src-caf19ffaa8d04d09ff3949d3683dc37cc3b41152.zip
chromium_src-caf19ffaa8d04d09ff3949d3683dc37cc3b41152.tar.gz
chromium_src-caf19ffaa8d04d09ff3949d3683dc37cc3b41152.tar.bz2
Convert hunspell.lib to gyp generation.
Convert convert_dict to gyp generation. Combine Linux and Windows convert_dict targets. BUG=none TEST=none Review URL: http://codereview.chromium.org/114071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/convert_dict')
-rw-r--r--chrome/tools/convert_dict/convert_dict.vcproj195
1 files changed, 0 insertions, 195 deletions
diff --git a/chrome/tools/convert_dict/convert_dict.vcproj b/chrome/tools/convert_dict/convert_dict.vcproj
deleted file mode 100644
index d7e03de..0000000
--- a/chrome/tools/convert_dict/convert_dict.vcproj
+++ /dev/null
@@ -1,195 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="convert_dict"
- ProjectGUID="{42ECD5EC-722F-41DE-B6B8-83764C8016DF}"
- RootNamespace="convert_dict"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="..\..\..\build\debug.vsprops"
- CharacterSet="2"
- >
- <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="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="1"
- InheritedPropertySheets="..\..\..\build\release.vsprops"
- CharacterSet="2"
- >
- <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="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=".\aff_reader.cc"
- >
- </File>
- <File
- RelativePath=".\aff_reader.h"
- >
- </File>
- <File
- RelativePath="..\..\third_party\hunspell\google\bdict.h"
- >
- </File>
- <File
- RelativePath="..\..\third_party\hunspell\google\bdict_reader.cc"
- >
- </File>
- <File
- RelativePath="..\..\third_party\hunspell\google\bdict_reader.h"
- >
- </File>
- <File
- RelativePath="..\..\third_party\hunspell\google\bdict_writer.cc"
- >
- </File>
- <File
- RelativePath="..\..\third_party\hunspell\google\bdict_writer.h"
- >
- </File>
- <File
- RelativePath=".\convert_dict.cc"
- >
- </File>
- <File
- RelativePath=".\dic_reader.cc"
- >
- </File>
- <File
- RelativePath=".\dic_reader.h"
- >
- </File>
- <File
- RelativePath=".\hunspell_reader.cc"
- >
- </File>
- <File
- RelativePath=".\hunspell_reader.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>