Skip to content

Commit

Permalink
Removed MimimalEngine and introduced MinimalConverter. (#1155)
Browse files Browse the repository at this point in the history
Removed the dependency to MinimalEngine from gyp(engine/engine.gyp).

PiperOrigin-RevId: 710266536
  • Loading branch information
phoepsilonix authored Dec 28, 2024
1 parent c0689c4 commit ad0e97b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/engine/engine.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,7 @@
'engine.cc',
],
'dependencies': [
'minimal_engine',
'<(mozc_oss_src_dir)/base/absl.gyp:absl_status',
'<(mozc_oss_src_dir)/base/absl.gyp:absl_strings',
'<(mozc_oss_src_dir)/base/base.gyp:base',
'<(mozc_oss_src_dir)/converter/converter.gyp:converter',
'<(mozc_oss_src_dir)/dictionary/dictionary_base.gyp:pos_matcher',
'<(mozc_oss_src_dir)/dictionary/dictionary_base.gyp:user_dictionary',
'<(mozc_oss_src_dir)/engine/engine_base.gyp:modules',
'<(mozc_oss_src_dir)/prediction/prediction.gyp:prediction',
'<(mozc_oss_src_dir)/protocol/protocol.gyp:commands_proto',
'<(mozc_oss_src_dir)/protocol/protocol.gyp:user_dictionary_storage_proto',
'<(mozc_oss_src_dir)/rewriter/rewriter.gyp:rewriter',
'minimal_converter',
],
},
{
Expand Down

0 comments on commit ad0e97b

Please sign in to comment.