blob: 1b1ba1e87ae3427fe22bb2c604ea9efe29b5c607 [file] [log] [blame]
Daniel Petti4e591f72013-09-13 04:51:20 +00001{
2 'targets': [
3 {
4 'target_name': 'All',
5 'type': 'none',
6 'dependencies': [
7 '<(AOS)/build/aos_all.gyp:Atom',
Daniel Petti1f448512013-10-19 19:35:55 +00008 '<(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 Petti3fe36542013-09-25 04:18:24 +000013 '<(DEPTH)/bot3/input/input.gyp:joystick_reader',
Daniel Petti4e591f72013-09-13 04:51:20 +000014 #'../input/input.gyp:AutoMode',
Daniel Petti1cb5e332013-10-01 05:05:15 +000015 '<(DEPTH)/bot3/output/output.gyp:MotorWriter',
16 '<(DEPTH)/bot3/output/output.gyp:CameraServer',
Daniel Petti4e591f72013-09-13 04:51:20 +000017 #'camera/camera.gyp:frc971',
Daniel Petti3fe36542013-09-25 04:18:24 +000018 '<(DEPTH)/gyro_board/src/libusb-driver/libusb-driver.gyp:get',
Daniel Petti3fe36542013-09-25 04:18:24 +000019 '<(DEPTH)/bot3/input/input.gyp:gyro_sensor_receiver',
Daniel Petti4e591f72013-09-13 04:51:20 +000020 ],
21 'copies': [
22 {
23 'destination': '<(rsync_dir)',
24 'files': [
Daniel Petti4e591f72013-09-13 04:51:20 +000025 'scripts/start_list.txt',
26 ],
27 },
28 ],
29 },
30 ],
31}