Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / xdisplaycheck / xdisplaycheck.gyp
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6   'targets': [
7     {
8       # GN version: //tools/xdisplaycheck
9       'target_name': 'xdisplaycheck',
10       'type': 'executable',
11       'dependencies': [
12         '../../build/linux/system.gyp:x11',
13       ],
14       'sources': [
15         'xdisplaycheck.cc',
16       ],
17     },
18   ],
19 }