Skip to content

Commit 25ae18a

Browse files
Noriyuki Takahashiyukawa
Noriyuki Takahashi
authored andcommitted
Remove an unmaintained build target.
BUG=none TEST=unittest REF_BUG=19010851 REF_CL=84498897
1 parent 0605d8b commit 25ae18a

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

src/client/client_test.gyp

-34
Original file line numberDiff line numberDiff line change
@@ -33,40 +33,6 @@
3333
'gen_out_dir': '<(SHARED_INTERMEDIATE_DIR)/<(relative_dir)',
3434
},
3535
'targets': [
36-
{
37-
'target_name': 'client_quality_test_main',
38-
'type': 'executable',
39-
'sources': [
40-
'client_quality_test_main.cc',
41-
],
42-
'dependencies': [
43-
'../base/base.gyp:base',
44-
'../protocol/protocol.gyp:commands_proto',
45-
'client.gyp:client',
46-
],
47-
'actions': [
48-
{
49-
'action_name': 'gen_client_quality_test_data',
50-
'variables' : {
51-
'input_files': [
52-
],
53-
},
54-
'inputs': [
55-
'<@(input_files)',
56-
],
57-
'outputs': [
58-
'<(gen_out_dir)/client_quality_test_data.h',
59-
],
60-
'action': [
61-
'python', '../build_tools/redirect.py',
62-
'<(gen_out_dir)/client_quality_test_data.h',
63-
'gen_client_quality_test_data.py',
64-
'<@(input_files)',
65-
],
66-
'message': 'Generating <(gen_out_dir)/client_quality_test_data.h',
67-
},
68-
],
69-
},
7036
{
7137
'target_name': 'client_test',
7238
'type': 'executable',

src/mozc_version_template.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAJOR=2
22
MINOR=17
3-
BUILD=2111
3+
BUILD=2112
44
REVISION=102
55
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
66
# downloaded by NaCl Mozc.

0 commit comments

Comments
 (0)