Codebase list mozc / 25ae18a
Remove an unmaintained build target. BUG=none TEST=unittest REF_BUG=19010851 REF_CL=84498897 Noriyuki Takahashi authored 8 years ago Yohei Yukawa committed 8 years ago
2 changed file(s) with 1 addition(s) and 35 deletion(s). Raw diff Collapse all Expand all
3333 },
3434 'targets': [
3535 {
36 'target_name': 'client_quality_test_main',
37 'type': 'executable',
38 'sources': [
39 'client_quality_test_main.cc',
40 ],
41 'dependencies': [
42 '../base/base.gyp:base',
43 '../protocol/protocol.gyp:commands_proto',
44 'client.gyp:client',
45 ],
46 'actions': [
47 {
48 'action_name': 'gen_client_quality_test_data',
49 'variables' : {
50 'input_files': [
51 ],
52 },
53 'inputs': [
54 '<@(input_files)',
55 ],
56 'outputs': [
57 '<(gen_out_dir)/client_quality_test_data.h',
58 ],
59 'action': [
60 'python', '../build_tools/redirect.py',
61 '<(gen_out_dir)/client_quality_test_data.h',
62 'gen_client_quality_test_data.py',
63 '<@(input_files)',
64 ],
65 'message': 'Generating <(gen_out_dir)/client_quality_test_data.h',
66 },
67 ],
68 },
69 {
7036 'target_name': 'client_test',
7137 'type': 'executable',
7238 'sources': [
00 MAJOR=2
11 MINOR=17
2 BUILD=2111
2 BUILD=2112
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.