blob: 7895ea4cd808fdb2e81a1702acb3c204f663b564 [file] [log] [blame]
{
'includes': [
'../build/cros-camera-common.gypi',
],
'target_defaults': {
'variables': {
'deps': [
'libbrillo-<(libbase_ver)',
],
},
},
'targets': [
{
'target_name': 'cros-camera-tool',
'type': 'executable',
'sources': [
'cros_camera_tool.cc',
],
},
],
}