Skip to content

Commit

Permalink
Add the explicit dependency of commands_proto on engine.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 712742471
  • Loading branch information
hiroyuki-komatsu committed Jan 7, 2025
1 parent 03ab962 commit c935190
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/engine/engine.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@
],
'dependencies': [
'minimal_converter',
'<(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',
],
},
{
Expand Down

0 comments on commit c935190

Please sign in to comment.