blob: 91b5870a8e43e1430653a198713d4adc9edca897 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
4 'target_name': 'starter_exe',
5 'type': 'executable',
6 'sources': [
Brian Silvermand169fcd2013-02-27 13:18:47 -08007 'starter.cc',
brians343bc112013-02-10 01:53:46 +00008 ],
9 'dependencies': [
Brian Silvermanf665d692013-02-17 22:11:39 -080010 '<(AOS)/atom_code/atom_code.gyp:init',
Brian Silvermand169fcd2013-02-27 13:18:47 -080011 '<(EXTERNALS):libevent',
Brian Silverman5cc661b2013-02-27 15:23:36 -080012 '<(AOS)/build/aos.gyp:logging',
13 '<(AOS)/common/common.gyp:once',
14 '<(AOS)/common/common.gyp:time',
brians343bc112013-02-10 01:53:46 +000015 ],
16 'copies': [
17 {
18 'destination': '<(rsync_dir)',
19 'files': [
20 'starter.sh',
21 'starter_loop.sh',
22 ],
23 },
24 ],
25 },
26 ],
27}