| Index: chrome/test/unit/unit_tests.scons
|
| diff --git a/chrome/test/unit/unit_tests.scons b/chrome/test/unit/unit_tests.scons
|
| index e02dd66a07e68e3812c0c8b9b00779f729aade40..74bb03687b6f181edbd64967547cb470bac1d28d 100644
|
| --- a/chrome/test/unit/unit_tests.scons
|
| +++ b/chrome/test/unit/unit_tests.scons
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| Import('env')
|
| +Import('bdict_reader_o', 'bdict_writer_o')
|
|
|
| env = env.Clone()
|
|
|
| @@ -238,9 +239,9 @@ input_files = ChromeFileList([
|
| '$CHROME_DIR/tools/convert_dict/aff_reader$OBJSUFFIX',
|
| '$CHROME_DIR/tools/convert_dict/aff_reader.h',
|
| '$CHROME_DIR/third_party/hunspell/google/bdict.h',
|
| - '$CHROME_DIR/third_party/hunspell/google/bdict_reader$OBJSUFFIX',
|
| + bdict_reader_o,
|
| '$CHROME_DIR/third_party/hunspell/google/bdict_reader.h',
|
| - '$CHROME_DIR/third_party/hunspell/google/bdict_writer$OBJSUFFIX',
|
| + bdict_writer_o,
|
| '$CHROME_DIR/third_party/hunspell/google/bdict_writer.h',
|
| '$CHROME_DIR/tools/convert_dict/dic_reader$OBJSUFFIX',
|
| '$CHROME_DIR/tools/convert_dict/dic_reader.h',
|
|
|