aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-11-08 09:52:40 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-11-15 09:58:19 +0900
commit79273b04772824a8c547e1a8d33900040a03264b (patch)
treefcc6b49f99fdc200ef83e80900f5991eb6795000 /native/dicttoolkit/NativeFileList.mk
parent80c4e0f68a1c7444f3394df8c15f53c420b99792 (diff)
downloadlatinime-79273b04772824a8c547e1a8d33900040a03264b.tar.gz
latinime-79273b04772824a8c547e1a8d33900040a03264b.tar.xz
latinime-79273b04772824a8c547e1a8d33900040a03264b.zip
Define arguments for commands in dicttoolkit.
Bug: 10059681 Change-Id: I1ceaeeaa9e2055c357fe969818498de9d6288862
Diffstat (limited to 'native/dicttoolkit/NativeFileList.mk')
-rw-r--r--native/dicttoolkit/NativeFileList.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/native/dicttoolkit/NativeFileList.mk b/native/dicttoolkit/NativeFileList.mk
index 1c004f73a..d2c8c3a2c 100644
--- a/native/dicttoolkit/NativeFileList.mk
+++ b/native/dicttoolkit/NativeFileList.mk
@@ -25,10 +25,16 @@ LATIN_IME_DICT_TOOLKIT_SRC_FILES := \
$(addprefix offdevice_intermediate_dict/, \
offdevice_intermediate_dict.cpp) \
$(addprefix utils/, \
+ arguments_parser.cpp \
command_utils.cpp \
utf8_utils.cpp)
LATIN_IME_DICT_TOOLKIT_TEST_FILES := \
+ $(addprefix command_executors/, \
+ diff_executor_test.cpp \
+ header_executor_test.cpp \
+ info_executor_test.cpp \
+ makedict_executor_test.cpp) \
dict_toolkit_defines_test.cpp \
$(addprefix offdevice_intermediate_dict/, \
offdevice_intermediate_dict_test.cpp) \