diff options
author | 2014-11-08 09:52:40 +0900 | |
---|---|---|
committer | 2014-11-15 09:58:19 +0900 | |
commit | 79273b04772824a8c547e1a8d33900040a03264b (patch) | |
tree | fcc6b49f99fdc200ef83e80900f5991eb6795000 /native/dicttoolkit/NativeFileList.mk | |
parent | 80c4e0f68a1c7444f3394df8c15f53c420b99792 (diff) | |
download | latinime-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.mk | 6 |
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) \ |