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', |
| 14 | '<(DEPTH)/bot3/input/input.gyp:gyro_reader', |
Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 15 | #'../input/input.gyp:AutoMode', |
Daniel Petti | 1cb5e33 | 2013-10-01 05:05:15 +0000 | [diff] [blame] | 16 | '<(DEPTH)/bot3/output/output.gyp:MotorWriter', |
| 17 | '<(DEPTH)/bot3/output/output.gyp:CameraServer', |
Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 18 | #'camera/camera.gyp:frc971', |
Daniel Petti | 3fe3654 | 2013-09-25 04:18:24 +0000 | [diff] [blame] | 19 | '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:get', |
| 20 | '<(DEPTH)/bot3/input/input.gyp:gyro_board_reader', |
| 21 | '<(DEPTH)/bot3/input/input.gyp:gyro_sensor_receiver', |
Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 22 | ], |
| 23 | 'copies': [ |
| 24 | { |
| 25 | 'destination': '<(rsync_dir)', |
| 26 | 'files': [ |
Daniel Petti | 4e591f7 | 2013-09-13 04:51:20 +0000 | [diff] [blame] | 27 | 'scripts/start_list.txt', |
| 28 | ], |
| 29 | }, |
| 30 | ], |
| 31 | }, |
| 32 | ], |
| 33 | } |