blob: b63816e0e92bc3f7bc490ee60d9175bf490cea7b [file] [log] [blame]
Jasmine Zhoudde7a772015-09-11 23:08:52 -07001{
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}