26 lines
402 B
Python
26 lines
402 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'sources': [
|
|
'hid-private.h',
|
|
'hid.cc',
|
|
'hid.h',
|
|
'input_driver.cc',
|
|
'input_driver.h',
|
|
'input_system.cc',
|
|
'input_system.h',
|
|
],
|
|
|
|
'includes': [
|
|
'nop/sources.gypi',
|
|
],
|
|
|
|
'conditions': [
|
|
['OS == "win"', {
|
|
'includes': [
|
|
'winkey/sources.gypi',
|
|
'xinput/sources.gypi',
|
|
],
|
|
}],
|
|
],
|
|
}
|