Skip to content

Commit

Permalink
Remove an unmaintained build target.
Browse files Browse the repository at this point in the history
BUG=none
TEST=unittest
REF_BUG=19010851
REF_CL=84498897
  • Loading branch information
Noriyuki Takahashi authored and yukawa committed Sep 5, 2015
1 parent 0605d8b commit 25ae18a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions src/client/client_test.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
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=2111
BUILD=2112
REVISION=102
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
# downloaded by NaCl Mozc.
Expand Down

0 comments on commit 25ae18a

Please sign in to comment.