| Index: SConstruct.chromiumos
|
| diff --git a/SConstruct.chromiumos b/SConstruct.chromiumos
|
| index 980d09605f3ce3bd223d06791f06ad0fa5b60647..123b22f87764c2db27f7c386d5f4f53daf2837f0 100644
|
| --- a/SConstruct.chromiumos
|
| +++ b/SConstruct.chromiumos
|
| @@ -138,6 +138,8 @@ env.IBusEngines('ibus_input_methods.h',
|
| ibus_component_dir + 'mozc-chewing.xml',
|
| ibus_component_dir + 'pinyin.xml',
|
| ibus_component_dir + 'xkb-layouts.xml'])
|
| +# TODO(yusukes): Add zinnia.xml:
|
| +# ibus_component_dir + 'zinnia.xml'
|
|
|
| env.InputMethodWhitelist('chromeos_input_method_whitelist.h',
|
| ime_whitelist_file)
|
|
|