brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
Brian Silverman | fe9b7a2 | 2014-02-10 15:03:42 -0800 | [diff] [blame^] | 3 | { |
| 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 | }, |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 39 | ], |
| 40 | } |