| Index: chrome/tools/convert_dict/convert_dict.scons
|
| ===================================================================
|
| --- chrome/tools/convert_dict/convert_dict.scons (revision 7290)
|
| +++ chrome/tools/convert_dict/convert_dict.scons (working copy)
|
| @@ -33,5 +33,14 @@
|
| '$CHROME_DIR/third_party/hunspell/google/bdict_writer.cc',
|
| ]
|
|
|
| -env.ChromeProgram('convert_dict', input_files)
|
| +# TODO(port):
|
| +if env.Bit('windows'):
|
| + env.ChromeProgram('convert_dict', input_files)
|
|
|
| +env.ChromeMSVSProject('$CHROME_DIR/tools/convert_dict/convert_dict.vcproj',
|
| + dependencies = [
|
| + '$BASE_DIR/build/base.vcproj',
|
| + '$ICU38_DIR/build/icu.vcproj',
|
| + '$ICU38_DIR/build/icudt.vcproj',
|
| + ],
|
| + guid='{42ECD5EC-722F-41DE-B6B8-83764C8016DF}')
|
|
|