blob: ac6cc33b0b590e406cc254be069834102c7a5c5a [file] [log] [blame]
# Copyright 2018 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)',
'libdrm',
'libpng',
'gbm',
],
},
},
'targets': [
{
'target_name': 'screenshot',
'type': 'executable',
'sources': [
'capture.cc',
'crtc.cc',
'main.cc',
'png.cc',
],
},
],
}