blob: 01545ffeb22c546625c87f94e2ba700aa976c8ac [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
2 'targets': [
3 {
4 'target_name': 'All',
5 'type': 'none',
6 'dependencies': [
7 '<(AOS)/build/aos_all.gyp:Atom',
8 '../control_loops/control_loops.gyp:DriveTrain',
Austin Schuhdc1c84a2013-02-23 16:33:10 -08009 '../control_loops/control_loops.gyp:wrist_lib_test',
brians343bc112013-02-10 01:53:46 +000010 '../input/input.gyp:JoystickReader',
11 '../input/input.gyp:SensorReader',
12 '../input/input.gyp:GyroReader',
13 '../input/input.gyp:AutoMode',
14 '../output/output.gyp:MotorWriter',
15 '../output/output.gyp:CameraServer',
16 'camera/camera.gyp:frc971',
17 ],
18 'copies': [
19 {
20 'destination': '<(rsync_dir)',
21 'files': [
22 'scripts/aos_module.ko',
23 'scripts/start_list.txt',
24 ],
25 },
26 ],
27 },
28 ],
29}