Codebase list mozc / 311b6c9
Stop building svm.cpp svm.cpp actually for training only and not necessary for client build. BUG=#392 TEST=unittest REF_BUG= REF_CL=181431924 REF_TIME=2018-01-10T18:13:17+09:00 REF_TIME_RAW=1515575597 +0900 Hiroyuki Komatsu 6 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2929
3030 MAJOR=2
3131 MINOR=23
32 BUILD=2786
32 BUILD=2787
3333 REVISION=102
3434 # This version represents the version of Mozc IME engine (converter, predictor,
3535 # etc.). This version info is included both in the Mozc server and in the Mozc
4646 'sources': [
4747 '<(zinnia_src_dir)/character.cpp',
4848 '<(zinnia_src_dir)/param.cpp',
49 '<(zinnia_src_dir)/svm.cpp',
5049 '<(zinnia_src_dir)/feature.cpp',
5150 '<(zinnia_src_dir)/recognizer.cpp',
5251 '<(zinnia_src_dir)/trainer.cpp',