brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
Brian Silverman | 771b4b8 | 2013-04-12 16:36:56 -0700 | [diff] [blame^] | 4 | 'target_name': 'netconsole', |
| 5 | 'type': 'executable', |
| 6 | 'sources': [ |
| 7 | 'netconsole.cc', |
| 8 | ], |
| 9 | 'dependencies': [ |
| 10 | '<(AOS)/build/aos.gyp:logging', |
| 11 | '<(AOS)/common/common.gyp:common', |
| 12 | ], |
| 13 | }, |
| 14 | { |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 15 | 'target_name': 'starter_exe', |
| 16 | 'type': 'executable', |
| 17 | 'sources': [ |
Brian Silverman | d169fcd | 2013-02-27 13:18:47 -0800 | [diff] [blame] | 18 | 'starter.cc', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 19 | ], |
| 20 | 'dependencies': [ |
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame] | 21 | '<(AOS)/atom_code/atom_code.gyp:init', |
Brian Silverman | d169fcd | 2013-02-27 13:18:47 -0800 | [diff] [blame] | 22 | '<(EXTERNALS):libevent', |
Brian Silverman | 5cc661b | 2013-02-27 15:23:36 -0800 | [diff] [blame] | 23 | '<(AOS)/build/aos.gyp:logging', |
| 24 | '<(AOS)/common/common.gyp:once', |
| 25 | '<(AOS)/common/common.gyp:time', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 26 | ], |
| 27 | 'copies': [ |
| 28 | { |
| 29 | 'destination': '<(rsync_dir)', |
| 30 | 'files': [ |
| 31 | 'starter.sh', |
| 32 | 'starter_loop.sh', |
| 33 | ], |
| 34 | }, |
| 35 | ], |
| 36 | }, |
| 37 | ], |
| 38 | } |