aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-11-16 17:23:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-16 17:23:56 +0000
commite7a72de8c28662e7a7855528d80c6a22a15fbcde (patch)
treeca5f5758ed63ef4ba1a8b36417e6b16db103ba3d /native/dicttoolkit/NativeFileList.mk
parent37f5b0d4ff4e4abbd3f8da8b606aef7ac8340485 (diff)
parent79273b04772824a8c547e1a8d33900040a03264b (diff)
downloadlatinime-e7a72de8c28662e7a7855528d80c6a22a15fbcde.tar.gz
latinime-e7a72de8c28662e7a7855528d80c6a22a15fbcde.tar.xz
latinime-e7a72de8c28662e7a7855528d80c6a22a15fbcde.zip
Merge "Define arguments for commands in dicttoolkit."
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) \