diff --git a/src/data/version/mozc_version_template.bzl b/src/data/version/mozc_version_template.bzl index a7f646d..1806107 100644 --- a/src/data/version/mozc_version_template.bzl +++ b/src/data/version/mozc_version_template.bzl @@ -1,6 +1,6 @@ MAJOR=2 MINOR=18 -BUILD=2567 +BUILD=2568 REVISION=102 # CAUTION: NACL_DICTIONARY_VERSION is going to be migrated to ENGINE_VERSION. # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be diff --git a/src/session/session.gyp b/src/session/session.gyp index b485928..97d858d 100644 --- a/src/session/session.gyp +++ b/src/session/session.gyp @@ -47,6 +47,7 @@ '../converter/converter_base.gyp:converter_util', '../protocol/protocol.gyp:commands_proto', '../protocol/protocol.gyp:config_proto', + '../request/request.gyp:conversion_request', '../transliteration/transliteration.gyp:transliteration', '../usage_stats/usage_stats_base.gyp:usage_stats', 'session_base.gyp:keymap',