blob: 016b13674d74aafdc2d3406ffe666be92e4c4ee0 [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',
'pooled_resource.cc',
'subnet.cc',
'vm_launcher.cc',
],
},
],
}