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

Side by Side Diff: third_party/hunspell/README.chromium

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « third_party/hunspell/README ('k') | third_party/hunspell/README.myspell » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: hunspell 1 Name: hunspell
2 URL: http://hunspell.sourceforge.net/ 2 URL: http://hunspell.sourceforge.net/
3 Version: 1.3.2 3 Version: 1.3.2
4 License: MPL 1.1/GPL 2.0/LGPL 2.1 4 License: MPL 1.1/GPL 2.0/LGPL 2.1
5 License File: COPYING 5 License File: COPYING
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 This is a partial copy of Hunspell 1.3.2 with the following changes: 9 This is a partial copy of Hunspell 1.3.2 with the following changes:
10 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx 10 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx
(...skipping 22 matching lines...) Expand all
33 $ cd hunspell 33 $ cd hunspell
34 $ patch -p0 -i ~/src/third_party/hunspell/google.patch 34 $ patch -p0 -i ~/src/third_party/hunspell/google.patch
35 3) Make your new changes inside the CVS hunspell directory. 35 3) Make your new changes inside the CVS hunspell directory.
36 4) Generate the updated patch: 36 4) Generate the updated patch:
37 $ cvs diff -u > ~/src/third_party/hunspell/google.patch 37 $ cvs diff -u > ~/src/third_party/hunspell/google.patch
38 38
39 All dictionaries used by Chromium has been checked in to the 39 All dictionaries used by Chromium has been checked in to the
40 'third_party/hunspell_dictionaries' directory. They have several additions over 40 'third_party/hunspell_dictionaries' directory. They have several additions over
41 the default myspell/hunspell dictionaries. 41 the default myspell/hunspell dictionaries.
42 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.) 42 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.)
OLDNEW
« no previous file with comments | « third_party/hunspell/README ('k') | third_party/hunspell/README.myspell » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698