blob: 852f3d7bd6e6e93faf1af749f3eaba4a63aee808 [file] [log] [blame]
{
'targets': [
{
'target_name': 'thread',
'type': 'static_library',
'sources': [
'thread.cc',
],
'dependencies': [
'<(AOS)/common/common.gyp:mutex',
],
'export_dependent_settings': [
'<(AOS)/common/common.gyp:mutex',
],
},
{
'target_name': 'trapezoid_profile',
'type': 'static_library',
'sources': [
'trapezoid_profile.cc',
],
'dependencies': [
'<(EXTERNALS):eigen',
'<(AOS)/common/common.gyp:time',
],
'export_dependent_settings': [
'<(EXTERNALS):eigen',
'<(AOS)/common/common.gyp:time',
],
},
{
'target_name': 'trapezoid_profile_test',
'type': 'executable',
'sources': [
'trapezoid_profile_test.cc',
],
'dependencies': [
':trapezoid_profile',
'<(EXTERNALS):gtest',
# TODO(brians): remove this when time no longer requires it
'<(AOS)/build/aos.gyp:logging',
],
},
{
'target_name': 'wrapping_counter',
'type': 'static_library',
'sources': [
'wrapping_counter.cc',
],
},
{
'target_name': 'wrapping_counter_test',
'type': 'executable',
'sources': [
'wrapping_counter_test.cc',
],
'dependencies': [
'wrapping_counter',
'<(EXTERNALS):gtest',
],
},
],
}