OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 '../../build/linux/system.gyp:xi', | 77 '../../build/linux/system.gyp:xi', |
78 '../../build/linux/system.gyp:xrandr', | 78 '../../build/linux/system.gyp:xrandr', |
79 '../../ui/events/platform/events_platform.gyp:events_platform', | 79 '../../ui/events/platform/events_platform.gyp:events_platform', |
80 ], | 80 ], |
81 }], | 81 }], |
82 ['chromeos == 1', { | 82 ['chromeos == 1', { |
83 'dependencies': [ | 83 'dependencies': [ |
84 'display_types', | 84 'display_types', |
85 ], | 85 ], |
86 }], | 86 }], |
| 87 ['chromeos == 1 and use_x11 == 1', { |
| 88 'dependencies': [ |
| 89 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 90 ], |
| 91 }], |
87 ['use_ozone == 1', { | 92 ['use_ozone == 1', { |
88 'dependencies': [ | 93 'dependencies': [ |
89 '../../ui/ozone/ozone.gyp:ozone', | 94 '../../ui/ozone/ozone.gyp:ozone', |
90 ], | 95 ], |
91 }], | 96 }], |
92 ], | 97 ], |
93 }, | 98 }, |
94 { | 99 { |
95 # GN version: //ui/display/util | 100 # GN version: //ui/display/util |
96 'target_name': 'display_util', | 101 'target_name': 'display_util', |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'display', | 205 'display', |
201 'display_test_support', | 206 'display_test_support', |
202 'display_test_util', | 207 'display_test_util', |
203 'display_types', | 208 'display_types', |
204 ], | 209 ], |
205 }], | 210 }], |
206 ], | 211 ], |
207 }, | 212 }, |
208 ], | 213 ], |
209 } | 214 } |
OLD | NEW |