| 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",
|
|
|