Brian Silverman | 20141f9 | 2015-01-05 17:39:01 -0800 | [diff] [blame] | 1 | { |
| 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 | } |