blob: e230e471a23d6d7003f79c08e5def984d28470d2 [file] [log] [blame]
{
'targets': [
{
'target_name': 'logging_impl_test',
'type': '<(aos_target)',
'sources': [
'logging_impl_test.cc',
],
'dependencies': [
'<(EXTERNALS):gtest',
'<(AOS)/build/aos.gyp:logging',
],
},
{
'target_name': 'queue_logging',
'type': 'static_library',
'sources': [
'queue_logging.cc',
],
'dependencies': [
'<(AOS)/build/aos.gyp:logging',
'<(AOS)/common/common.gyp:die',
'<(AOS)/common/common.gyp:queue_types',
],
'export_dependent_settings': [
'<(AOS)/build/aos.gyp:logging',
],
},
],
}