blob: 6e94f53a44e1ed4b418331d240375f668176e85d [file] [log] [blame]
Comran Morshed0d6cf9b2015-06-17 19:29:57 +00001{
2 'targets': [
3 {
4 'target_name': 'joystick_reader_bot3',
5 'type': 'executable',
6 'sources': [
7 'joystick_reader.cc',
8 ],
9 'dependencies': [
10 '<(AOS)/prime/input/input.gyp:joystick_input',
11 '<(AOS)/linux_code/linux_code.gyp:init',
12 '<(AOS)/build/aos.gyp:logging',
13 '<(AOS)/common/common.gyp:time',
14 '<(AOS)/common/util/util.gyp:log_interval',
15 '<(AOS)/common/actions/actions.gyp:action_lib',
16
17 '<(DEPTH)/frc971/queues/queues.gyp:gyro',
18 '<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_queue',
19 '<(DEPTH)/bot3/autonomous/autonomous.gyp:auto_queue',
20 ],
21 },
22 ],
23}