blob: e77fc4739d2e1a3d511c89b20d50499ec658f4c8 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
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}