blob: b5cf558053b8e3953a421935d0346d81bcffdc90 [file] [log] [blame]
Brian Silverman20141f92015-01-05 17:39:01 -08001{
2 'targets': [
3 {
4 'target_name': 'CameraServer',
5 'type': 'executable',
6 'sources': [
7 'CameraServer.cc',
8 ],
9 'dependencies': [
10 '<(AOS)/linux_code/output/output.gyp:http_server',
11 '../frc971.gyp:constants',
12 '<(AOS)/linux_code/linux_code.gyp:init',
13 '<(AOS)/build/aos.gyp:logging',
14 '<(AOS)/linux_code/linux_code.gyp:configuration',
15 ],
16 'copies': [
17 {
18 'destination': '<(rsync_dir)',
19 'files': [
20 'robot.html.tpl',
21 ],
22 },
23 ],
24 },
25 ],
26}