Remove no longer needed toolbar layer method.
[chromium-blink-merge.git] / tools / xdisplaycheck / xdisplaycheck.gyp
blob7030b6fdb7757476bd3b411b932f580d067be5ce
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.
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   ],