blob: 4fbcf086d60a0e0dc842bd0b4e2bb6af0d5ec53d [file] [log] [blame]
{
'target_defaults': {
'variables': {
'deps': [
'libbrillo-<(libbase_ver)',
'libchrome-<(libbase_ver)',
],
},
},
'targets': [
{
'target_name': 'net_poll_tool',
'type': 'executable',
'sources': ['net_poll_tool.cc'],
},
{
'target_name': 'static_node_tool',
'type': 'executable',
'sources': ['static_node_tool.cc'],
},
],
}