Comran Morshed | 0d6cf9b | 2015-06-17 19:29:57 +0000 | [diff] [blame^] | 1 | { |
| 2 | 'targets': [ |
| 3 | { |
| 4 | 'target_name': 'All', |
| 5 | 'type': 'none', |
| 6 | 'dependencies': [ |
| 7 | '<(AOS)/build/aos_all.gyp:Prime', |
| 8 | |
| 9 | '<(DEPTH)/frc971/control_loops/control_loops.gyp:state_feedback_loop_test', |
| 10 | '<(DEPTH)/frc971/control_loops/control_loops.gyp:position_sensor_sim_test', |
| 11 | '../control_loops/drivetrain/drivetrain.gyp:drivetrain_bot3', |
| 12 | '../control_loops/drivetrain/drivetrain.gyp:drivetrain_lib_test_bot3', |
| 13 | '../control_loops/drivetrain/drivetrain.gyp:replay_drivetrain_bot3', |
| 14 | '../autonomous/autonomous.gyp:auto_bot3', |
| 15 | '../bot3.gyp:joystick_reader_bot3', |
| 16 | '<(DEPTH)/frc971/zeroing/zeroing.gyp:zeroing_test', |
| 17 | #'../http_status/http_status.gyp:http_status', |
| 18 | '<(DEPTH)/frc971/control_loops/voltage_cap/voltage_cap.gyp:voltage_cap_test', |
| 19 | '../actors/actors.gyp:binaries', |
| 20 | ], |
| 21 | 'copies': [ |
| 22 | { |
| 23 | 'destination': '<(rsync_dir)', |
| 24 | 'files': [ |
| 25 | 'start_list.txt', |
| 26 | ], |
| 27 | }, |
| 28 | ], |
| 29 | 'conditions': [ |
| 30 | ['ARCHITECTURE=="arm_frc"', { |
| 31 | 'dependencies': [ |
| 32 | '../wpilib/wpilib.gyp:wpilib_interface_bot3', |
| 33 | ], |
| 34 | }], |
| 35 | ], |
| 36 | }, |
| 37 | ], |
| 38 | } |