blob: 96c197fe51621c5f2ebe92b1c0aa45166da815d2 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
Brian Silvermanfe9b7a22014-02-10 15:03:42 -08003 {
4 'target_name': 'binary_log_writer',
5 'type': 'executable',
6 'sources': [
7 'binary_log_writer.cc',
8 ],
9 'dependencies': [
10 '<(AOS)/build/aos.gyp:logging',
11 '<(AOS)/linux_code/linux_code.gyp:init',
12 '<(AOS)/linux_code/linux_code.gyp:configuration',
13 ],
14 },
15 {
16 'target_name': 'log_streamer',
17 'type': 'executable',
18 'sources': [
19 'log_streamer.cc',
20 ],
21 'dependencies': [
22 '<(AOS)/build/aos.gyp:logging',
23 '<(AOS)/linux_code/linux_code.gyp:init',
24 '<(AOS)/common/common.gyp:time',
25 '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:queue',
26 ],
27 },
28 {
29 'target_name': 'log_displayer',
30 'type': 'executable',
31 'sources': [
32 'log_displayer.cc',
33 ],
34 'dependencies': [
35 '<(AOS)/build/aos.gyp:logging',
36 '<(AOS)/linux_code/linux_code.gyp:init',
37 ],
38 },
brians343bc112013-02-10 01:53:46 +000039 ],
40}