Skip to content

Commit

Permalink
Fix missing dependency in dbe8005.
Browse files Browse the repository at this point in the history
This is a follow up CL for dbe8005,
which did not correctly add a dependency on 'commands_proto'
target from 'key_info_util' target, which can cause build failure
depending on build order.

This CL does nothing except for fixing possible build failure.
No user visible change should occur.

Closes #295.

BUG=#295
TEST=compile
  • Loading branch information
yukawa committed Aug 15, 2015
1 parent 3648b9b commit 5f4bcac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mozc_version_template.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR=2
MINOR=17
BUILD=2106
BUILD=2107
REVISION=102
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
# downloaded by NaCl Mozc.
Expand Down
1 change: 1 addition & 0 deletions src/session/session_base.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
'../composer/composer.gyp:key_event_util',
'../composer/composer.gyp:key_parser',
'../config/config.gyp:config_handler',
'../protocol/protocol.gyp:commands_proto',
'../protocol/protocol.gyp:config_proto',
'keymap',
],
Expand Down

0 comments on commit 5f4bcac

Please sign in to comment.