Jasmine Zhou | dde7a77 | 2015-09-11 23:08:52 -0700 | [diff] [blame^] | 1 | { |
2 | 'targets': [ | ||||
3 | { | ||||
4 | 'target_name': 'position_sensor_sim', | ||||
5 | 'type': 'static_library', | ||||
6 | 'sources': ['position_sensor_sim.cc'], | ||||
7 | 'variables': { | ||||
8 | 'header_path': 'bot3/control_loops', | ||||
9 | }, | ||||
10 | 'dependencies': [ | ||||
11 | '<(DEPTH)/bot3/control_loops/elevator/elevator.gyp:elevator_queue', | ||||
12 | ], | ||||
13 | }, | ||||
14 | ], | ||||
15 | } |