diff options
Diffstat (limited to 'tools/xdisplaycheck/xdisplaycheck.gyp')
-rw-r--r-- | tools/xdisplaycheck/xdisplaycheck.gyp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/xdisplaycheck/xdisplaycheck.gyp b/tools/xdisplaycheck/xdisplaycheck.gyp new file mode 100644 index 0000000..cb22c22 --- /dev/null +++ b/tools/xdisplaycheck/xdisplaycheck.gyp @@ -0,0 +1,21 @@ +# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'includes': [ + '../../build/common.gypi', + ], + 'targets': [ + { + 'target_name': 'xdisplaycheck', + 'type': 'executable', + 'dependencies': [ + '../../build/linux/system.gyp:x11', + ], + 'sources': [ + 'xdisplaycheck.cc', + ], + }, + ], +} |