From 25ae18a0ed595e5fee4bf546f21fbde2386a3da8 Mon Sep 17 00:00:00 2001 From: Noriyuki Takahashi Date: Sat, 5 Sep 2015 08:25:01 -0700 Subject: [PATCH] Remove an unmaintained build target. BUG=none TEST=unittest REF_BUG=19010851 REF_CL=84498897 --- src/client/client_test.gyp | 34 ---------------------------------- src/mozc_version_template.txt | 2 +- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/src/client/client_test.gyp b/src/client/client_test.gyp index 7b045ecab..a0ac1bc99 100644 --- a/src/client/client_test.gyp +++ b/src/client/client_test.gyp @@ -33,40 +33,6 @@ 'gen_out_dir': '<(SHARED_INTERMEDIATE_DIR)/<(relative_dir)', }, 'targets': [ - { - 'target_name': 'client_quality_test_main', - 'type': 'executable', - 'sources': [ - 'client_quality_test_main.cc', - ], - 'dependencies': [ - '../base/base.gyp:base', - '../protocol/protocol.gyp:commands_proto', - 'client.gyp:client', - ], - 'actions': [ - { - 'action_name': 'gen_client_quality_test_data', - 'variables' : { - 'input_files': [ - ], - }, - 'inputs': [ - '<@(input_files)', - ], - 'outputs': [ - '<(gen_out_dir)/client_quality_test_data.h', - ], - 'action': [ - 'python', '../build_tools/redirect.py', - '<(gen_out_dir)/client_quality_test_data.h', - 'gen_client_quality_test_data.py', - '<@(input_files)', - ], - 'message': 'Generating <(gen_out_dir)/client_quality_test_data.h', - }, - ], - }, { 'target_name': 'client_test', 'type': 'executable', diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt index d248f45f5..4bda03c85 100644 --- a/src/mozc_version_template.txt +++ b/src/mozc_version_template.txt @@ -1,6 +1,6 @@ MAJOR=2 MINOR=17 -BUILD=2111 +BUILD=2112 REVISION=102 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be # downloaded by NaCl Mozc.