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

Unified Diff: third_party/hunspell/BUILD.gn

Issue 2544793003: [spellcheck] Updated Hunspell to 1.5.4 (Closed)
Patch Set: Updated patch with encoding change Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/spellcheck/renderer/spellcheck_unittest.cc ('k') | third_party/hunspell/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/BUILD.gn
diff --git a/third_party/hunspell/BUILD.gn b/third_party/hunspell/BUILD.gn
index 890b56499ff3aa867bd4568a0c41db137a9aaa9d..037e43649d8441cd6cf43672a774cfeeee9d2cdd 100644
--- a/third_party/hunspell/BUILD.gn
+++ b/third_party/hunspell/BUILD.gn
@@ -34,8 +34,6 @@ static_library("hunspell") {
"src/hunspell/baseaffix.hxx",
"src/hunspell/csutil.cxx",
"src/hunspell/csutil.hxx",
- "src/hunspell/dictmgr.cxx",
- "src/hunspell/dictmgr.hxx",
"src/hunspell/filemgr.cxx",
"src/hunspell/filemgr.hxx",
"src/hunspell/hashmgr.cxx",
@@ -53,7 +51,6 @@ static_library("hunspell") {
"src/hunspell/replist.hxx",
"src/hunspell/suggestmgr.cxx",
"src/hunspell/suggestmgr.hxx",
- "src/hunspell/utf_info.hxx",
"src/hunspell/w_char.hxx",
"src/parsers/textparser.cxx",
"src/parsers/textparser.hxx",
« no previous file with comments | « components/spellcheck/renderer/spellcheck_unittest.cc ('k') | third_party/hunspell/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698