Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: chrome/third_party/hunspell/hunspell.vcproj

Issue 40082: Changes spellcheck_unittest to read dictionaries directly from the src tree (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/third_party/hunspell/hunspell.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="hunspell" 5 Name="hunspell"
6 ProjectGUID="{D5E8DCB2-9C61-446F-8BEE-B18CA0E0936E}" 6 ProjectGUID="{D5E8DCB2-9C61-446F-8BEE-B18CA0E0936E}"
7 RootNamespace="hunspell" 7 RootNamespace="hunspell"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
11 <Platform 11 <Platform
12 Name="Win32" 12 Name="Win32"
13 /> 13 />
14 </Platforms> 14 </Platforms>
15 <ToolFiles>
16 <ToolFile
17 RelativePath=".\copy_dictionary_files.rules"
18 />
19 </ToolFiles>
20 <Configurations> 15 <Configurations>
21 <Configuration 16 <Configuration
22 Name="Debug|Win32" 17 Name="Debug|Win32"
23 ConfigurationType="4" 18 ConfigurationType="4"
24 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;..\..\..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops ;.\hunspell.vsprops;.\using_hunspell.vsprops" 19 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;..\..\..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops ;.\hunspell.vsprops;.\using_hunspell.vsprops"
25 > 20 >
26 <Tool 21 <Tool
27 Name="VCPreBuildEventTool" 22 Name="VCPreBuildEventTool"
28 /> 23 />
29 <Tool 24 <Tool
30 Name="VCCustomBuildTool" 25 Name="VCCustomBuildTool"
31 /> 26 />
32 <Tool 27 <Tool
33 Name="CopyDictionaries"
34 />
35 <Tool
36 Name="VCXMLDataGeneratorTool" 28 Name="VCXMLDataGeneratorTool"
37 /> 29 />
38 <Tool 30 <Tool
39 Name="VCWebServiceProxyGeneratorTool" 31 Name="VCWebServiceProxyGeneratorTool"
40 /> 32 />
41 <Tool 33 <Tool
42 Name="VCMIDLTool" 34 Name="VCMIDLTool"
43 /> 35 />
44 <Tool 36 <Tool
45 Name="VCCLCompilerTool" 37 Name="VCCLCompilerTool"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ConfigurationType="4" 69 ConfigurationType="4"
78 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;..\..\..\build\release.vsprops;$(SolutionDir)..\build\external_code.vspro ps;.\hunspell.vsprops;.\using_hunspell.vsprops" 70 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;..\..\..\build\release.vsprops;$(SolutionDir)..\build\external_code.vspro ps;.\hunspell.vsprops;.\using_hunspell.vsprops"
79 > 71 >
80 <Tool 72 <Tool
81 Name="VCPreBuildEventTool" 73 Name="VCPreBuildEventTool"
82 /> 74 />
83 <Tool 75 <Tool
84 Name="VCCustomBuildTool" 76 Name="VCCustomBuildTool"
85 /> 77 />
86 <Tool 78 <Tool
87 Name="CopyDictionaries"
88 />
89 <Tool
90 Name="VCXMLDataGeneratorTool" 79 Name="VCXMLDataGeneratorTool"
91 /> 80 />
92 <Tool 81 <Tool
93 Name="VCWebServiceProxyGeneratorTool" 82 Name="VCWebServiceProxyGeneratorTool"
94 /> 83 />
95 <Tool 84 <Tool
96 Name="VCMIDLTool" 85 Name="VCMIDLTool"
97 /> 86 />
98 <Tool 87 <Tool
99 Name="VCCLCompilerTool" 88 Name="VCCLCompilerTool"
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 <File 209 <File
221 RelativePath=".\src\hunspell\suggestmgr.hxx" 210 RelativePath=".\src\hunspell\suggestmgr.hxx"
222 > 211 >
223 </File> 212 </File>
224 <File 213 <File
225 RelativePath=".\src\hunspell\utf_info.hxx" 214 RelativePath=".\src\hunspell\utf_info.hxx"
226 > 215 >
227 </File> 216 </File>
228 </Filter> 217 </Filter>
229 <Filter 218 <Filter
230 Name="Dictionaries"
231 >
232 <File
233 RelativePath=".\dictionaries\en-US-1-2.bdic"
234 >
235 </File>
236 </Filter>
237 <Filter
238 Name="google" 219 Name="google"
239 > 220 >
240 <File 221 <File
241 RelativePath=".\google\bdict.h" 222 RelativePath=".\google\bdict.h"
242 > 223 >
243 </File> 224 </File>
244 <File 225 <File
245 RelativePath=".\google\bdict_affentry.h" 226 RelativePath=".\google\bdict_affentry.h"
246 > 227 >
247 </File> 228 </File>
248 <File 229 <File
249 RelativePath=".\google\bdict_reader.cc" 230 RelativePath=".\google\bdict_reader.cc"
250 > 231 >
251 </File> 232 </File>
252 <File 233 <File
253 RelativePath=".\google\bdict_reader.h" 234 RelativePath=".\google\bdict_reader.h"
254 > 235 >
255 </File> 236 </File>
256 </Filter> 237 </Filter>
257 </Files> 238 </Files>
258 <Globals> 239 <Globals>
259 </Globals> 240 </Globals>
260 </VisualStudioProject> 241 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/third_party/hunspell/hunspell.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698