brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'All', |
| 5 | 'type': 'none', |
| 6 | 'dependencies': [ |
| 7 | '<(AOS)/build/aos_all.gyp:Atom', |
James Kuszmaul | f254c1a | 2013-03-10 16:31:26 -0700 | [diff] [blame] | 8 | '../control_loops/drivetrain/drivetrain.gyp:drivetrain', |
| 9 | '../control_loops/drivetrain/drivetrain.gyp:drivetrain_lib_test', |
Austin Schuh | a40624b | 2013-03-03 14:02:40 -0800 | [diff] [blame] | 10 | '../control_loops/wrist/wrist.gyp:wrist', |
| 11 | '../control_loops/wrist/wrist.gyp:wrist_lib_test', |
Austin Schuh | 0055822 | 2013-03-03 14:16:16 -0800 | [diff] [blame] | 12 | '../control_loops/index/index.gyp:index', |
| 13 | '../control_loops/index/index.gyp:index_lib_test', |
James Kuszmaul | 16bcb5f | 2013-03-03 14:50:07 -0800 | [diff] [blame] | 14 | '../control_loops/angle_adjust/angle_adjust.gyp:angle_adjust', |
| 15 | '../control_loops/angle_adjust/angle_adjust.gyp:angle_adjust_lib_test', |
James Kuszmaul | 203054a | 2013-03-06 18:37:28 -0800 | [diff] [blame] | 16 | '../control_loops/angle_adjust/angle_adjust.gyp:angle_adjust_csv', |
Austin Schuh | c682d61 | 2013-03-03 14:32:52 -0800 | [diff] [blame] | 17 | '../control_loops/shooter/shooter.gyp:shooter_lib_test', |
| 18 | '../control_loops/shooter/shooter.gyp:shooter', |
Austin Schuh | 4701741 | 2013-03-10 11:50:46 -0700 | [diff] [blame] | 19 | '../autonomous/autonomous.gyp:auto', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 20 | '../input/input.gyp:JoystickReader', |
Brian Silverman | 6ae77dd | 2013-03-29 22:28:08 -0700 | [diff] [blame] | 21 | '../../vision/vision.gyp:OpenCVWorkTask', |
| 22 | '../../vision/vision.gyp:GoalMaster', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 23 | '../output/output.gyp:MotorWriter', |
| 24 | '../output/output.gyp:CameraServer', |
Austin Schuh | 6be011a | 2013-03-19 10:07:02 +0000 | [diff] [blame] | 25 | #'camera/camera.gyp:frc971', |
Brian Silverman | 7d16c57 | 2014-01-03 20:27:57 -0800 | [diff] [blame] | 26 | '../input/input.gyp:sensor_receiver', |
Daniel Petti | 23dcf6c | 2013-12-19 08:56:41 -0800 | [diff] [blame] | 27 | '<(DEPTH)/bbb_cape/src/bbb/bbb.gyp:*', |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 28 | ], |
| 29 | 'copies': [ |
| 30 | { |
| 31 | 'destination': '<(rsync_dir)', |
| 32 | 'files': [ |
brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame] | 33 | 'scripts/start_list.txt', |
| 34 | ], |
| 35 | }, |
| 36 | ], |
| 37 | }, |
| 38 | ], |
| 39 | } |