blob: 44e4b083c9306a34f68cabf8ec0bf85b20fb2632 [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': [
10 '<(AOS)/build/aos.gyp:libaos',
11 ],
12 'copies': [
13 {
14 'destination': '<(rsync_dir)',
15 'files': [
16 'starter.sh',
17 'starter_loop.sh',
18 ],
19 },
20 ],
21 },
22 ],
23}