| Index: chromeos/ime/gen_input_methods.py
|
| diff --git a/chromeos/ime/gen_input_methods.py b/chromeos/ime/gen_input_methods.py
|
| index 31b1ea276edb9ac470d308695974d76ac3154118..90218c4c6fa174422587c12d5314224d36ca3178 100755
|
| --- a/chromeos/ime/gen_input_methods.py
|
| +++ b/chromeos/ime/gen_input_methods.py
|
| @@ -9,6 +9,8 @@ This program generates a C++ header file containing the information on
|
| available input methods. It parses input_methods.txt, and then generates a
|
| static array definition from the information extracted. The input and output
|
| file names are specified on the command line.
|
| +The header input_methods.h is used in input_method_whitelist.cc which is for
|
| +testing purpose.
|
|
|
| Run it like:
|
| gen_input_methods.py input_methods.txt input_methods.h
|
|
|