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