| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 5e35b8a77f44c58860816acf10f14b75bb92a053..872938437ff65a25543c96c1f7450d4973b92092 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2182,7 +2182,7 @@
|
| 'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ],
|
| 'conditions': [
|
| ['OS!="mac" and OS!="ios"', {
|
| - 'dependencies': [ '../third_party/hunspell_new/hunspell.gyp:hunspell' ],
|
| + 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ],
|
| }],
|
| ],
|
| }],
|
| @@ -2451,7 +2451,7 @@
|
| }],
|
| ['OS!="mac" and OS!="ios"', {
|
| 'dependencies': [
|
| - '../third_party/hunspell_new/hunspell.gyp:hunspell',
|
| + '../third_party/hunspell/hunspell.gyp:hunspell',
|
| 'chrome_resources.gyp:packed_extra_resources',
|
| 'chrome_resources.gyp:packed_resources',
|
| 'tools/convert_dict/convert_dict.gyp:convert_dict_lib',
|
|
|