Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: chromeos/ime/gen_input_methods.py

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed solution: move chromeos/ime to ui/base/ime/chromeos. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698