OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/exo | 8 # GN version: //components/exo |
9 'target_name': 'exo', | 9 'target_name': 'exo', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'sources': [ | 79 'sources': [ |
80 # Note: sources list duplicated in GN build. | 80 # Note: sources list duplicated in GN build. |
81 'exo/wayland/scoped_wl.cc', | 81 'exo/wayland/scoped_wl.cc', |
82 'exo/wayland/scoped_wl.h', | 82 'exo/wayland/scoped_wl.h', |
83 'exo/wayland/server.cc', | 83 'exo/wayland/server.cc', |
84 'exo/wayland/server.h', | 84 'exo/wayland/server.h', |
85 ], | 85 ], |
86 'conditions': [ | 86 'conditions': [ |
87 ['use_ozone==1', { | 87 ['use_ozone==1', { |
88 'dependencies': [ | 88 'dependencies': [ |
| 89 '../build/linux/system.gyp:libdrm', |
89 '../third_party/mesa/mesa.gyp:wayland_drm_protocol', | 90 '../third_party/mesa/mesa.gyp:wayland_drm_protocol', |
| 91 '../third_party/wayland-protocols/wayland-protocols.gyp:linux_dm
abuf_protocol', |
90 ], | 92 ], |
91 }], | 93 }], |
92 ['use_xkbcommon==1', { | 94 ['use_xkbcommon==1', { |
93 'dependencies': [ | 95 'dependencies': [ |
94 '../build/linux/system.gyp:xkbcommon', | 96 '../build/linux/system.gyp:xkbcommon', |
95 ], | 97 ], |
96 'defines': [ | 98 'defines': [ |
97 'USE_XKBCOMMON', | 99 'USE_XKBCOMMON', |
98 ], | 100 ], |
99 }], | 101 }], |
100 ], | 102 ], |
101 }, | 103 }, |
102 ], | 104 ], |
103 }], | 105 }], |
104 ], | 106 ], |
105 } | 107 } |
OLD | NEW |