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

Side by Side Diff: chrome/third_party/hunspell/copy_dictionary_files.rules

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/SConscript ('k') | chrome/third_party/hunspell/hunspell.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile
3 Name="Copy dictionary files"
4 Version="8.00"
5 >
6 <Rules>
7 <CustomBuildRule
8 Name="CopyDictionaries"
9 DisplayName="Copy Dictionaries"
10 CommandLine="xcopy /R /C /Y $(InputPath) $(OutDir)\Dicti onaries"
11 Outputs="$(OutDir)\Dictionaries\$(InputFileName)"
12 FileExtensions="*.bdic"
13 ExecutionDescription="Copy dictionary file(s) to output dir"
14 >
15 <Properties>
16 </Properties>
17 </CustomBuildRule>
18 </Rules>
19 </VisualStudioToolFile>
OLDNEW
« no previous file with comments | « chrome/third_party/hunspell/SConscript ('k') | chrome/third_party/hunspell/hunspell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698