blob: 45fd97bc83f9dceece83174994317f53cc4e051c [file] [log] [blame]
# The libpsyche package.
{
'includes': ['common.gypi'],
'targets': [
{
'target_name': 'libpsyche',
'type': 'shared_library',
'variables': {
'exported_deps': [],
},
'all_dependent_settings': {
'variables': {
'deps': [
'<@(exported_deps)',
],
},
},
'sources': [
'lib/psyche/psyche_connection.cc',
'lib/psyche/psyche_daemon.cc',
],
'dependencies': [
'libcommon',
],
},
],
}