brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame^] | 1 | { |
2 | 'targets': [ | ||||
3 | { | ||||
4 | 'target_name': 'joystick', | ||||
5 | 'type': 'static_library', | ||||
6 | 'sources': [ | ||||
7 | 'JoystickInput.cpp' | ||||
8 | ], | ||||
9 | 'dependencies': [ | ||||
10 | '<(AOS)/common/messages/messages.gyp:aos_queues', | ||||
11 | ] | ||||
12 | }, | ||||
13 | ], | ||||
14 | } |