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': [ | ||||
7 | 'starter.cpp', | ||||
8 | ], | ||||
9 | 'dependencies': [ | ||||
Brian Silverman | f665d69 | 2013-02-17 22:11:39 -0800 | [diff] [blame^] | 10 | '<(AOS)/atom_code/atom_code.gyp:init', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 11 | ], |
12 | 'copies': [ | ||||
13 | { | ||||
14 | 'destination': '<(rsync_dir)', | ||||
15 | 'files': [ | ||||
16 | 'starter.sh', | ||||
17 | 'starter_loop.sh', | ||||
18 | ], | ||||
19 | }, | ||||
20 | ], | ||||
21 | }, | ||||
22 | ], | ||||
23 | } |