| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'targets': [ | |
| 7 { | |
| 8 'target_name': 'xdg_shell_protocol', | |
| 9 'type': 'static_library', | |
| 10 'dependencies' : [ | |
| 11 '../wayland/wayland.gyp:wayland_util', | |
| 12 ], | |
| 13 'sources': [ | |
| 14 'include/protocol/xdg-shell-unstable-v5-client-protocol.h', | |
| 15 'include/protocol/xdg-shell-unstable-v5-server-protocol.h', | |
| 16 'protocol/xdg-shell-protocol.c', | |
| 17 ], | |
| 18 'include_dirs': [ | |
| 19 'include/protocol', | |
| 20 ], | |
| 21 'direct_dependent_settings': { | |
| 22 'include_dirs': [ | |
| 23 'include/protocol', | |
| 24 ], | |
| 25 }, | |
| 26 }, | |
| 27 { | |
| 28 'target_name': 'linux_dmabuf_protocol', | |
| 29 'type': 'static_library', | |
| 30 'dependencies' : [ | |
| 31 '../wayland/wayland.gyp:wayland_util', | |
| 32 ], | |
| 33 'sources': [ | |
| 34 'include/protocol/linux-dmabuf-unstable-v1-client-protocol.h', | |
| 35 'include/protocol/linux-dmabuf-unstable-v1-server-protocol.h', | |
| 36 'protocol/linux-dmabuf-protocol.c', | |
| 37 ], | |
| 38 'include_dirs': [ | |
| 39 'include/protocol', | |
| 40 ], | |
| 41 'direct_dependent_settings': { | |
| 42 'include_dirs': [ | |
| 43 'include/protocol', | |
| 44 ], | |
| 45 }, | |
| 46 }, | |
| 47 { | |
| 48 'target_name': 'viewporter_protocol', | |
| 49 'type': 'static_library', | |
| 50 'dependencies' : [ | |
| 51 '../wayland/wayland.gyp:wayland_util', | |
| 52 ], | |
| 53 'sources': [ | |
| 54 'include/protocol/viewporter-client-protocol.h', | |
| 55 'include/protocol/viewporter-server-protocol.h', | |
| 56 'protocol/viewporter-protocol.c', | |
| 57 ], | |
| 58 'include_dirs': [ | |
| 59 'include/protocol', | |
| 60 ], | |
| 61 'direct_dependent_settings': { | |
| 62 'include_dirs': [ | |
| 63 'include/protocol', | |
| 64 ], | |
| 65 }, | |
| 66 }, | |
| 67 { | |
| 68 'target_name': 'vsync_feedback_protocol', | |
| 69 'type': 'static_library', | |
| 70 'dependencies' : [ | |
| 71 '../wayland/wayland.gyp:wayland_util', | |
| 72 ], | |
| 73 'sources': [ | |
| 74 'include/protocol/vsync-feedback-unstable-v1-client-protocol.h', | |
| 75 'include/protocol/vsync-feedback-unstable-v1-server-protocol.h', | |
| 76 'protocol/vsync-feedback-protocol.c', | |
| 77 ], | |
| 78 'include_dirs': [ | |
| 79 'include/protocol', | |
| 80 ], | |
| 81 'direct_dependent_settings': { | |
| 82 'include_dirs': [ | |
| 83 'include/protocol', | |
| 84 ], | |
| 85 }, | |
| 86 }, | |
| 87 { | |
| 88 'target_name': 'secure_output_protocol', | |
| 89 'type': 'static_library', | |
| 90 'dependencies' : [ | |
| 91 '../wayland/wayland.gyp:wayland_util', | |
| 92 ], | |
| 93 'sources': [ | |
| 94 'include/protocol/secure-output-unstable-v1-client-protocol.h', | |
| 95 'include/protocol/secure-output-unstable-v1-server-protocol.h', | |
| 96 'protocol/secure-output-protocol.c', | |
| 97 ], | |
| 98 'include_dirs': [ | |
| 99 'include/protocol', | |
| 100 ], | |
| 101 'direct_dependent_settings': { | |
| 102 'include_dirs': [ | |
| 103 'include/protocol', | |
| 104 ], | |
| 105 }, | |
| 106 }, | |
| 107 { | |
| 108 'target_name': 'alpha_compositing_protocol', | |
| 109 'type': 'static_library', | |
| 110 'dependencies' : [ | |
| 111 '../wayland/wayland.gyp:wayland_util', | |
| 112 ], | |
| 113 'sources': [ | |
| 114 'include/protocol/alpha-compositing-unstable-v1-client-protocol.h', | |
| 115 'include/protocol/alpha-compositing-unstable-v1-server-protocol.h', | |
| 116 'protocol/alpha-compositing-protocol.c', | |
| 117 ], | |
| 118 'include_dirs': [ | |
| 119 'include/protocol', | |
| 120 ], | |
| 121 'direct_dependent_settings': { | |
| 122 'include_dirs': [ | |
| 123 'include/protocol', | |
| 124 ], | |
| 125 }, | |
| 126 }, | |
| 127 { | |
| 128 'target_name': 'remote_shell_protocol', | |
| 129 'type': 'static_library', | |
| 130 'dependencies' : [ | |
| 131 '../wayland/wayland.gyp:wayland_util', | |
| 132 ], | |
| 133 'sources': [ | |
| 134 'include/protocol/remote-shell-unstable-v1-client-protocol.h', | |
| 135 'include/protocol/remote-shell-unstable-v1-server-protocol.h', | |
| 136 'protocol/remote-shell-protocol.c', | |
| 137 ], | |
| 138 'include_dirs': [ | |
| 139 'include/protocol', | |
| 140 ], | |
| 141 'direct_dependent_settings': { | |
| 142 'include_dirs': [ | |
| 143 'include/protocol', | |
| 144 ], | |
| 145 }, | |
| 146 }, | |
| 147 { | |
| 148 'target_name': 'gaming_input_protocol', | |
| 149 'type': 'static_library', | |
| 150 'dependencies' : [ | |
| 151 '../wayland/wayland.gyp:wayland_util', | |
| 152 ], | |
| 153 'sources': [ | |
| 154 'include/protocol/gaming-input-unstable-v1-client-protocol.h', | |
| 155 'include/protocol/gaming-input-unstable-v1-server-protocol.h', | |
| 156 'protocol/gaming-input-protocol.c', | |
| 157 ], | |
| 158 'include_dirs': [ | |
| 159 'include/protocol', | |
| 160 ], | |
| 161 'direct_dependent_settings': { | |
| 162 'include_dirs': [ | |
| 163 'include/protocol', | |
| 164 ], | |
| 165 }, | |
| 166 }, | |
| 167 { | |
| 168 'target_name': 'stylus_protocol', | |
| 169 'type': 'static_library', | |
| 170 'dependencies' : [ | |
| 171 '../wayland/wayland.gyp:wayland_util', | |
| 172 ], | |
| 173 'sources': [ | |
| 174 'include/protocol/stylus-unstable-v1-client-protocol.h', | |
| 175 'include/protocol/stylus-unstable-v1-server-protocol.h', | |
| 176 'protocol/stylus-protocol.c', | |
| 177 ], | |
| 178 'include_dirs': [ | |
| 179 'include/protocol', | |
| 180 ], | |
| 181 'direct_dependent_settings': { | |
| 182 'include_dirs': [ | |
| 183 'include/protocol', | |
| 184 ], | |
| 185 }, | |
| 186 }, | |
| 187 ], | |
| 188 } | |
| OLD | NEW |