blob: 337e298dfeb7e7cdbc3d6a3c9bb49049d7dfc97f [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',
14 '<(DEPTH)/bot3/input/input.gyp:gyro_reader',
Daniel Petti4e591f72013-09-13 04:51:20 +000015 #'../input/input.gyp:AutoMode',
Daniel Petti1cb5e332013-10-01 05:05:15 +000016 '<(DEPTH)/bot3/output/output.gyp:MotorWriter',
17 '<(DEPTH)/bot3/output/output.gyp:CameraServer',
Daniel Petti4e591f72013-09-13 04:51:20 +000018 #'camera/camera.gyp:frc971',
Daniel Petti3fe36542013-09-25 04:18:24 +000019 '<(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 Petti4e591f72013-09-13 04:51:20 +000022 ],
23 'copies': [
24 {
25 'destination': '<(rsync_dir)',
26 'files': [
Daniel Petti4e591f72013-09-13 04:51:20 +000027 'scripts/start_list.txt',
28 ],
29 },
30 ],
31 },
32 ],
33}