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

Unified Diff: SConstruct.chromiumos

Issue 6880171: Add two libcros interfaces for handwriting: SendHandwritingStrokes and CancelHandwriting. (Closed) Base URL: ssh://gitrw.chromium.org:9222/cros.git@master
Patch Set: style fix; changed the function name following zork's suggestion Created 9 years, 8 months 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
« no previous file with comments | « no previous file | chromeos_input_method.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | chromeos_input_method.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698