blob: 9300a81f367e0ec61047173e97cd5d29d14e3cc2 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'target_defaults': {
'variables': {
'deps': [
'libchrome-<(libbase_ver)',
],
},
},
'targets': [
{
'target_name': 'vm_launcher',
'type': 'executable',
'variables': {
'deps': [
'libbrillo-<(libbase_ver)',
],
},
'sources': [
'mac_address.cc',
'nfs_launcher.cc',
'pooled_resource.cc',
'subnet.cc',
'vm_launcher.cc',
],
},
],
}