blob: 89034671a949c29d933b16ecfb13815a00714db1 [file] [log] [blame]
{
'includes': ['../build/cros-camera-common.gypi'],
'target_defaults': {
'variables': {
'deps': [
'libudev',
],
},
},
'targets': [
{
'target_name': 'libcamera_common',
'type': 'shared_library',
'sources': [
'future.cc',
'udev_watcher.cc',
],
},
],
'conditions': [
['USE_test == 1', {
'targets': [
{
'target_name': 'future_unittest',
'type': 'executable',
'includes': [
'../../common-mk/common_test.gypi',
],
'sources': [
'future.cc',
'future_unittest.cc',
],
},
],
}],
],
}