Codebase list mozc / 5f4bcac
Fix missing dependency in dbe800583e5676896ce603494ef3b306f38f7b. This is a follow up CL for dbe800583e5676896ce603494ef3b306f38f7, 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 Yohei Yukawa 8 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 MAJOR=2
11 MINOR=17
2 BUILD=2106
2 BUILD=2107
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.
100100 '../composer/composer.gyp:key_event_util',
101101 '../composer/composer.gyp:key_parser',
102102 '../config/config.gyp:config_handler',
103 '../protocol/protocol.gyp:commands_proto',
103104 '../protocol/protocol.gyp:config_proto',
104105 'keymap',
105106 ],