Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'All', |
| 5 | 'type': 'none', |
| 6 | 'dependencies': [ |
| 7 | '<(AOS)/build/aos_all.gyp:Atom', |
Daniel Petti | 1f44851 | 2013-10-19 19:35:55 +0000 | [diff] [blame] | 8 | '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain', |
| 9 | '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_lib_test', |
| 10 | #'<(DEPTH)/frc971/control_loops/shooter/shooter.gyp:shooter_lib_test', |
| 11 | #'<(DEPTH)/frc971/control_loops/shooter/shooter.gyp:shooter', |
| 12 | '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto', |
Daniel Petti | 3fe3654 | 2013-09-25 04:18:24 +0000 | [diff] [blame] | 13 | '<(DEPTH)/bot3/input/input.gyp:joystick_reader', |
Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 14 | #'../input/input.gyp:AutoMode', |
Daniel Petti | 1cb5e33 | 2013-10-01 05:05:15 +0000 | [diff] [blame] | 15 | '<(DEPTH)/bot3/output/output.gyp:MotorWriter', |
| 16 | '<(DEPTH)/bot3/output/output.gyp:CameraServer', |
Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 17 | #'camera/camera.gyp:frc971', |
Daniel Petti | 3fe3654 | 2013-09-25 04:18:24 +0000 | [diff] [blame] | 18 | '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:get', |
Daniel Petti | 3fe3654 | 2013-09-25 04:18:24 +0000 | [diff] [blame] | 19 | '<(DEPTH)/bot3/input/input.gyp:gyro_sensor_receiver', |
Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 20 | ], |
| 21 | 'copies': [ |
| 22 | { |
| 23 | 'destination': '<(rsync_dir)', |
| 24 | 'files': [ |
Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 25 | 'scripts/start_list.txt', |
| 26 | ], |
| 27 | }, |
| 28 | ], |
| 29 | }, |
| 30 | ], |
| 31 | } |