blob: 9b37b47dfb2ca1f0f4c87268d53fd97e43dfc97f [file] [log] [blame]
{
'conditions': [
['USE_test == 1', {
'targets': [
{
'target_name': 'testrunner',
'type': 'static_library',
'includes': ['common_test.gypi'],
'variables': {
'deps': [
'libchrome-<(libbase_ver)',
'libchrome-test-<(libbase_ver)',
],
},
'sources': [
'testrunner.cc',
],
},
],
}],
],
}