| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | |
| 7 '../../build/common.gypi', | |
| 8 ], | |
| 9 'targets': [ | 6 'targets': [ |
| 10 { | 7 { |
| 11 'target_name': 'xdisplaycheck', | 8 'target_name': 'xdisplaycheck', |
| 12 'type': 'executable', | 9 'type': 'executable', |
| 13 'dependencies': [ | 10 'dependencies': [ |
| 14 '../../build/linux/system.gyp:x11', | 11 '../../build/linux/system.gyp:x11', |
| 15 ], | 12 ], |
| 16 'sources': [ | 13 'sources': [ |
| 17 'xdisplaycheck.cc', | 14 'xdisplaycheck.cc', |
| 18 ], | 15 ], |
| 19 }, | 16 }, |
| 20 ], | 17 ], |
| 21 } | 18 } |
| OLD | NEW |