blob: 0859864ed9c66c55e3c86c02213f5771ca37e080 [file] [log] [blame]
{
'target_defaults': {
'variables': {
'deps': [
'libbrillo-<(libbase_ver)',
'libchrome-<(libbase_ver)',
],
},
},
'targets': [
{
'target_name': 'biod',
'type': 'executable',
'link_settings': {
'libraries': [
'-ldl',
],
},
'sources': [
'main.cc',
'biometrics_daemon.cc',
'fake_biometric.cc',
'fpc_biometric.cc',
'bio_library.cc',
'biod_storage.cc',
'scoped_umask.cc',
],
},
{
'target_name': 'biod_client_tool',
'type': 'executable',
'sources': ['tools/biod_client_tool.cc'],
},
{
'target_name': 'fake_biometric_tool',
'type': 'executable',
'sources': ['tools/fake_biometric_tool.cc'],
},
],
}