blob: cff6d07ecdf9922c3b5e735c3083638c148a95f6 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
4 'target_name': 'starter_exe',
5 'type': 'executable',
6 'sources': [
7 'starter.cpp',
8 ],
9 'dependencies': [
Brian Silvermanf665d692013-02-17 22:11:39 -080010 '<(AOS)/atom_code/atom_code.gyp:init',
brians343bc112013-02-10 01:53:46 +000011 ],
12 'copies': [
13 {
14 'destination': '<(rsync_dir)',
15 'files': [
16 'starter.sh',
17 'starter_loop.sh',
18 ],
19 },
20 ],
21 },
22 ],
23}