OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'nacl_win64_target': 0, | 7 'nacl_win64_target': 0, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'gpu_common.gypi', | 10 'gpu_common.gypi', |
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 'type': 'none', | 743 'type': 'none', |
744 'dependencies': [ | 744 'dependencies': [ |
745 'gpu_unittests', | 745 'gpu_unittests', |
746 ], | 746 ], |
747 'includes': [ | 747 'includes': [ |
748 '../build/isolate.gypi', | 748 '../build/isolate.gypi', |
749 ], | 749 ], |
750 'sources': [ | 750 'sources': [ |
751 'gpu_unittests.isolate', | 751 'gpu_unittests.isolate', |
752 ], | 752 ], |
| 753 'conditions': [ |
| 754 ['use_x11==1', |
| 755 { |
| 756 'dependencies': [ |
| 757 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 758 ], |
| 759 } |
| 760 ], |
| 761 ], |
753 }, | 762 }, |
754 ], | 763 ], |
755 }], | 764 }], |
756 ], | 765 ], |
757 } | 766 } |
OLD | NEW |