| Index: chrome/third_party/hunspell/SConscript
|
| diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript
|
| index 7cc57e33ba6b2e7de922cf14d866ceb2399385be..c5c9074b7ed7f3069c04f13f06511fa88617f3a1 100644
|
| --- a/chrome/third_party/hunspell/SConscript
|
| +++ b/chrome/third_party/hunspell/SConscript
|
| @@ -82,7 +82,7 @@ input_files = [
|
| 'src/parsers/textparser.cxx',
|
| ]
|
|
|
| -env.ChromeStaticLibrary('hunspell', input_files)
|
| +env.ChromeLibrary('hunspell', input_files)
|
|
|
|
|
| dictionaries = [
|
|
|