Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(645)

Side by Side Diff: mojo/mojo_services_public.gyp

Issue 807773002: Move mojo gypfiles to toplevel mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'includes': [ 6 'includes': [
7 '../../mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'mojo_services_public', 11 'target_name': 'mojo_services_public',
12 'type': 'none', 12 'type': 'none',
13 'dependencies': [ 13 'dependencies': [
14 'mojo_clipboard_bindings', 14 'mojo_clipboard_bindings',
15 'mojo_content_handler_bindings', 15 'mojo_content_handler_bindings',
16 'mojo_geometry_bindings', 16 'mojo_geometry_bindings',
17 'mojo_gpu_bindings', 17 'mojo_gpu_bindings',
18 'mojo_input_events_bindings', 18 'mojo_input_events_bindings',
19 'mojo_native_viewport_bindings', 19 'mojo_native_viewport_bindings',
20 'mojo_navigation_bindings', 20 'mojo_navigation_bindings',
21 'mojo_network_bindings', 21 'mojo_network_bindings',
22 'mojo_surface_id_bindings', 22 'mojo_surface_id_bindings',
23 'mojo_surfaces_bindings', 23 'mojo_surfaces_bindings',
24 'mojo_view_manager_bindings', 24 'mojo_view_manager_bindings',
25 'mojo_view_manager_common', 25 'mojo_view_manager_common',
26 'mojo_window_manager_bindings', 26 'mojo_window_manager_bindings',
27 ], 27 ],
28 }, 28 },
29 { 29 {
30 # GN version: //mojo/services/clipboard/public/interfaces 30 # GN version: //mojo/services/clipboard/public/interfaces
31 'target_name': 'mojo_clipboard_bindings', 31 'target_name': 'mojo_clipboard_bindings',
32 'type': 'static_library', 32 'type': 'static_library',
33 'sources': [ 33 'sources': [
34 '../clipboard/public/interfaces/clipboard.mojom', 34 'services/clipboard/public/interfaces/clipboard.mojom',
35 ], 35 ],
36 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 36 'includes': [ 'mojom_bindings_generator.gypi' ],
37 'dependencies': [ 37 'dependencies': [
38 '../../public/mojo_public.gyp:mojo_cpp_bindings', 38 'mojo_public.gyp:mojo_cpp_bindings',
39 ], 39 ],
40 'export_dependent_settings': [ 40 'export_dependent_settings': [
41 '../../public/mojo_public.gyp:mojo_cpp_bindings', 41 'mojo_public.gyp:mojo_cpp_bindings',
42 ], 42 ],
43 }, 43 },
44 { 44 {
45 # GN version: //mojo/services/input_events/public/interfaces 45 # GN version: //mojo/services/input_events/public/interfaces
46 'target_name': 'mojo_input_events_bindings', 46 'target_name': 'mojo_input_events_bindings',
47 'type': 'static_library', 47 'type': 'static_library',
48 'sources': [ 48 'sources': [
49 '../input_events/public/interfaces/input_event_constants.mojom', 49 'services/input_events/public/interfaces/input_event_constants.mojom',
50 '../input_events/public/interfaces/input_events.mojom', 50 'services/input_events/public/interfaces/input_events.mojom',
51 '../input_events/public/interfaces/input_key_codes.mojom', 51 'services/input_events/public/interfaces/input_key_codes.mojom',
52 ], 52 ],
53 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 53 'includes': [ 'mojom_bindings_generator.gypi' ],
54 'dependencies': [ 54 'dependencies': [
55 'mojo_geometry_bindings', 55 'mojo_geometry_bindings',
56 '../../public/mojo_public.gyp:mojo_cpp_bindings', 56 'mojo_public.gyp:mojo_cpp_bindings',
57 ], 57 ],
58 'export_dependent_settings': [ 58 'export_dependent_settings': [
59 'mojo_geometry_bindings', 59 'mojo_geometry_bindings',
60 '../../public/mojo_public.gyp:mojo_cpp_bindings', 60 'mojo_public.gyp:mojo_cpp_bindings',
61 ], 61 ],
62 }, 62 },
63 { 63 {
64 # GN version: //mojo/services/geometry/public/interfaces 64 # GN version: //mojo/services/geometry/public/interfaces
65 'target_name': 'mojo_geometry_bindings', 65 'target_name': 'mojo_geometry_bindings',
66 'type': 'static_library', 66 'type': 'static_library',
67 'sources': [ 67 'sources': [
68 '../geometry/public/interfaces/geometry.mojom', 68 'services/geometry/public/interfaces/geometry.mojom',
69 ], 69 ],
70 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 70 'includes': [ 'mojom_bindings_generator.gypi' ],
71 'dependencies': [ 71 'dependencies': [
72 '../../public/mojo_public.gyp:mojo_cpp_bindings', 72 'mojo_public.gyp:mojo_cpp_bindings',
73 ], 73 ],
74 'export_dependent_settings': [ 74 'export_dependent_settings': [
75 '../../public/mojo_public.gyp:mojo_cpp_bindings', 75 'mojo_public.gyp:mojo_cpp_bindings',
76 ], 76 ],
77 }, 77 },
78 { 78 {
79 # GN version: //mojo/services/gpu/public/interfaces 79 # GN version: //mojo/services/gpu/public/interfaces
80 'target_name': 'mojo_gpu_bindings', 80 'target_name': 'mojo_gpu_bindings',
81 'type': 'static_library', 81 'type': 'static_library',
82 'sources': [ 82 'sources': [
83 '../gpu/public/interfaces/command_buffer.mojom', 83 'services/gpu/public/interfaces/command_buffer.mojom',
84 '../gpu/public/interfaces/gpu.mojom', 84 'services/gpu/public/interfaces/gpu.mojom',
85 '../gpu/public/interfaces/gpu_capabilities.mojom', 85 'services/gpu/public/interfaces/gpu_capabilities.mojom',
86 '../gpu/public/interfaces/viewport_parameter_listener.mojom', 86 'services/gpu/public/interfaces/viewport_parameter_listener.mojom',
87 ], 87 ],
88 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 88 'includes': [ 'mojom_bindings_generator.gypi' ],
89 'dependencies': [ 89 'dependencies': [
90 'mojo_geometry_bindings', 90 'mojo_geometry_bindings',
91 '../../public/mojo_public.gyp:mojo_cpp_bindings', 91 'mojo_public.gyp:mojo_cpp_bindings',
92 ], 92 ],
93 'export_dependent_settings': [ 93 'export_dependent_settings': [
94 'mojo_geometry_bindings', 94 'mojo_geometry_bindings',
95 '../../public/mojo_public.gyp:mojo_cpp_bindings', 95 'mojo_public.gyp:mojo_cpp_bindings',
96 ], 96 ],
97 }, 97 },
98 { 98 {
99 # GN version: //mojo/services/native_viewport/public/interfaces 99 # GN version: //mojo/services/native_viewport/public/interfaces
100 'target_name': 'mojo_native_viewport_bindings', 100 'target_name': 'mojo_native_viewport_bindings',
101 'type': 'static_library', 101 'type': 'static_library',
102 'sources': [ 102 'sources': [
103 '../native_viewport/public/interfaces/native_viewport.mojom', 103 'services/native_viewport/public/interfaces/native_viewport.mojom',
104 ], 104 ],
105 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 105 'includes': [ 'mojom_bindings_generator.gypi' ],
106 'dependencies': [ 106 'dependencies': [
107 'mojo_geometry_bindings', 107 'mojo_geometry_bindings',
108 'mojo_gpu_bindings', 108 'mojo_gpu_bindings',
109 'mojo_input_events_bindings', 109 'mojo_input_events_bindings',
110 'mojo_public.gyp:mojo_cpp_bindings',
110 'mojo_surface_id_bindings', 111 'mojo_surface_id_bindings',
111 '../../public/mojo_public.gyp:mojo_cpp_bindings',
112 ], 112 ],
113 'export_dependent_settings': [ 113 'export_dependent_settings': [
114 'mojo_geometry_bindings', 114 'mojo_geometry_bindings',
115 'mojo_gpu_bindings', 115 'mojo_gpu_bindings',
116 'mojo_input_events_bindings', 116 'mojo_input_events_bindings',
117 'mojo_public.gyp:mojo_cpp_bindings',
117 'mojo_surface_id_bindings', 118 'mojo_surface_id_bindings',
118 '../../public/mojo_public.gyp:mojo_cpp_bindings',
119 ], 119 ],
120 }, 120 },
121 { 121 {
122 # GN version: //mojo/services/navigation/public/interfaces 122 # GN version: //mojo/services/navigation/public/interfaces
123 'target_name': 'mojo_navigation_bindings', 123 'target_name': 'mojo_navigation_bindings',
124 'type': 'static_library', 124 'type': 'static_library',
125 'sources': [ 125 'sources': [
126 '../navigation/public/interfaces/navigation.mojom', 126 'services/navigation/public/interfaces/navigation.mojom',
127 ], 127 ],
128 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 128 'includes': [ 'mojom_bindings_generator.gypi' ],
129 'export_dependent_settings': [ 129 'export_dependent_settings': [
130 '../../public/mojo_public.gyp:mojo_cpp_bindings', 130 'mojo_public.gyp:mojo_cpp_bindings',
131 ], 131 ],
132 'dependencies': [ 132 'dependencies': [
133 'mojo_network_bindings', 133 'mojo_network_bindings',
134 '../../public/mojo_public.gyp:mojo_cpp_bindings', 134 'mojo_public.gyp:mojo_cpp_bindings',
135 ], 135 ],
136 }, 136 },
137 { 137 {
138 # GN version: //mojo/services/content_handler/public/interfaces 138 # GN version: //mojo/services/content_handler/public/interfaces
139 'target_name': 'mojo_content_handler_bindings', 139 'target_name': 'mojo_content_handler_bindings',
140 'type': 'static_library', 140 'type': 'static_library',
141 'sources': [ 141 'sources': [
142 '../content_handler/public/interfaces/content_handler.mojom', 142 'services/content_handler/public/interfaces/content_handler.mojom',
143 ], 143 ],
144 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 144 'includes': [ 'mojom_bindings_generator.gypi' ],
145 'export_dependent_settings': [ 145 'export_dependent_settings': [
146 '../../public/mojo_public.gyp:mojo_cpp_bindings', 146 'mojo_public.gyp:mojo_cpp_bindings',
147 ], 147 ],
148 'dependencies': [ 148 'dependencies': [
149 'mojo_network_bindings', 149 'mojo_network_bindings',
150 '../../public/mojo_public.gyp:mojo_application_bindings', 150 'mojo_public.gyp:mojo_application_bindings',
151 '../../public/mojo_public.gyp:mojo_cpp_bindings', 151 'mojo_public.gyp:mojo_cpp_bindings',
152 ], 152 ],
153 }, 153 },
154 { 154 {
155 # GN version: //mojo/services/network/public/interfaces 155 # GN version: //mojo/services/network/public/interfaces
156 'target_name': 'mojo_network_bindings', 156 'target_name': 'mojo_network_bindings',
157 'type': 'static_library', 157 'type': 'static_library',
158 'sources': [ 158 'sources': [
159 '../network/public/interfaces/cookie_store.mojom', 159 'services/network/public/interfaces/cookie_store.mojom',
160 '../network/public/interfaces/net_address.mojom', 160 'services/network/public/interfaces/net_address.mojom',
161 '../network/public/interfaces/network_error.mojom', 161 'services/network/public/interfaces/network_error.mojom',
162 '../network/public/interfaces/network_service.mojom', 162 'services/network/public/interfaces/network_service.mojom',
163 '../network/public/interfaces/tcp_bound_socket.mojom', 163 'services/network/public/interfaces/tcp_bound_socket.mojom',
164 '../network/public/interfaces/tcp_connected_socket.mojom', 164 'services/network/public/interfaces/tcp_connected_socket.mojom',
165 '../network/public/interfaces/tcp_server_socket.mojom', 165 'services/network/public/interfaces/tcp_server_socket.mojom',
166 '../network/public/interfaces/udp_socket.mojom', 166 'services/network/public/interfaces/udp_socket.mojom',
167 '../network/public/interfaces/url_loader.mojom', 167 'services/network/public/interfaces/url_loader.mojom',
168 '../network/public/interfaces/web_socket.mojom', 168 'services/network/public/interfaces/web_socket.mojom',
169 ], 169 ],
170 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 170 'includes': [ 'mojom_bindings_generator.gypi' ],
171 'export_dependent_settings': [ 171 'export_dependent_settings': [
172 '../../public/mojo_public.gyp:mojo_cpp_bindings', 172 'mojo_public.gyp:mojo_cpp_bindings',
173 ], 173 ],
174 'dependencies': [ 174 'dependencies': [
175 '../../public/mojo_public.gyp:mojo_cpp_bindings', 175 'mojo_public.gyp:mojo_cpp_bindings',
176 ], 176 ],
177 }, 177 },
178 { 178 {
179 # GN version: //mojo/services/view_manager/public/cpp:common 179 # GN version: //mojo/services/view_manager/public/cpp:common
180 'target_name': 'mojo_view_manager_common', 180 'target_name': 'mojo_view_manager_common',
181 'type': 'static_library', 181 'type': 'static_library',
182 'sources': [ 182 'sources': [
183 '../view_manager/public/cpp/types.h', 183 'services/view_manager/public/cpp/types.h',
184 ], 184 ],
185 }, 185 },
186 { 186 {
187 # GN version: //mojo/services/view_manager/public/interfaces/ 187 # GN version: //mojo/services/view_manager/public/interfaces/
188 'target_name': 'mojo_view_manager_bindings', 188 'target_name': 'mojo_view_manager_bindings',
189 'type': 'static_library', 189 'type': 'static_library',
190 'sources': [ 190 'sources': [
191 '../view_manager/public/interfaces/view_manager.mojom', 191 'services/view_manager/public/interfaces/view_manager.mojom',
192 '../view_manager/public/interfaces/view_manager_constants.mojom', 192 'services/view_manager/public/interfaces/view_manager_constants.mojom',
193 ], 193 ],
194 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 194 'includes': [ 'mojom_bindings_generator.gypi' ],
195 'dependencies': [ 195 'dependencies': [
196 'mojo_geometry_bindings', 196 'mojo_geometry_bindings',
197 'mojo_input_events_bindings', 197 'mojo_input_events_bindings',
198 'mojo_public.gyp:mojo_application_bindings',
199 'mojo_public.gyp:mojo_cpp_bindings',
198 'mojo_surface_id_bindings', 200 'mojo_surface_id_bindings',
199 '../../public/mojo_public.gyp:mojo_application_bindings',
200 '../../public/mojo_public.gyp:mojo_cpp_bindings',
201 ], 201 ],
202 'export_dependent_settings': [ 202 'export_dependent_settings': [
203 'mojo_geometry_bindings', 203 'mojo_geometry_bindings',
204 'mojo_input_events_bindings', 204 'mojo_input_events_bindings',
205 'mojo_public.gyp:mojo_application_bindings',
206 'mojo_public.gyp:mojo_cpp_bindings',
205 'mojo_surface_id_bindings', 207 'mojo_surface_id_bindings',
206 '../../public/mojo_public.gyp:mojo_application_bindings',
207 '../../public/mojo_public.gyp:mojo_cpp_bindings',
208 ], 208 ],
209 }, 209 },
210 { 210 {
211 # GN version: //mojo/services/surfaces/public/interfaces 211 # GN version: //mojo/services/surfaces/public/interfaces
212 'target_name': 'mojo_surfaces_bindings', 212 'target_name': 'mojo_surfaces_bindings',
213 'type': 'static_library', 213 'type': 'static_library',
214 'sources': [ 214 'sources': [
215 '../surfaces/public/interfaces/surfaces.mojom', 215 'services/surfaces/public/interfaces/surfaces.mojom',
216 '../surfaces/public/interfaces/surfaces_service.mojom', 216 'services/surfaces/public/interfaces/surfaces_service.mojom',
217 '../surfaces/public/interfaces/quads.mojom', 217 'services/surfaces/public/interfaces/quads.mojom',
218 ], 218 ],
219 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 219 'includes': [ 'mojom_bindings_generator.gypi' ],
220 'dependencies': [ 220 'dependencies': [
221 'mojo_geometry_bindings', 221 'mojo_geometry_bindings',
222 'mojo_gpu_bindings', 222 'mojo_gpu_bindings',
223 'mojo_public.gyp:mojo_cpp_bindings',
223 'mojo_surface_id_bindings', 224 'mojo_surface_id_bindings',
224 '../../public/mojo_public.gyp:mojo_cpp_bindings',
225 ], 225 ],
226 'export_dependent_settings': [ 226 'export_dependent_settings': [
227 'mojo_geometry_bindings', 227 'mojo_geometry_bindings',
228 'mojo_public.gyp:mojo_cpp_bindings',
228 'mojo_surface_id_bindings', 229 'mojo_surface_id_bindings',
229 '../../public/mojo_public.gyp:mojo_cpp_bindings',
230 ], 230 ],
231 }, 231 },
232 { 232 {
233 # GN version: //mojo/services/surfaces/public/interfaces:surface_id 233 # GN version: //mojo/services/surfaces/public/interfaces:surface_id
234 'target_name': 'mojo_surface_id_bindings', 234 'target_name': 'mojo_surface_id_bindings',
235 'type': 'static_library', 235 'type': 'static_library',
236 'sources': [ 236 'sources': [
237 '../surfaces/public/interfaces/surface_id.mojom', 237 'services/surfaces/public/interfaces/surface_id.mojom',
238 ], 238 ],
239 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 239 'includes': [ 'mojom_bindings_generator.gypi' ],
240 'dependencies': [ 240 'dependencies': [
241 '../../public/mojo_public.gyp:mojo_cpp_bindings', 241 'mojo_public.gyp:mojo_cpp_bindings',
242 ], 242 ],
243 'export_dependent_settings': [ 243 'export_dependent_settings': [
244 '../../public/mojo_public.gyp:mojo_cpp_bindings', 244 'mojo_public.gyp:mojo_cpp_bindings',
245 ], 245 ],
246 }, 246 },
247 { 247 {
248 # GN version: //mojo/services/window_manager/public/interfaces 248 # GN version: //mojo/services/window_manager/public/interfaces
249 'target_name': 'mojo_window_manager_bindings', 249 'target_name': 'mojo_window_manager_bindings',
250 'type': 'static_library', 250 'type': 'static_library',
251 'sources': [ 251 'sources': [
252 '../window_manager/public/interfaces/window_manager.mojom', 252 'services/window_manager/public/interfaces/window_manager.mojom',
253 ], 253 ],
254 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 254 'includes': [ 'mojom_bindings_generator.gypi' ],
255 'dependencies': [ 255 'dependencies': [
256 'mojo_input_events_bindings', 256 'mojo_input_events_bindings',
257 '../../public/mojo_public.gyp:mojo_application_bindings', 257 'mojo_public.gyp:mojo_application_bindings',
258 '../../public/mojo_public.gyp:mojo_cpp_bindings', 258 'mojo_public.gyp:mojo_cpp_bindings',
259 ], 259 ],
260 'export_dependent_settings': [ 260 'export_dependent_settings': [
261 'mojo_input_events_bindings', 261 'mojo_input_events_bindings',
262 '../../public/mojo_public.gyp:mojo_application_bindings', 262 'mojo_public.gyp:mojo_application_bindings',
263 '../../public/mojo_public.gyp:mojo_cpp_bindings', 263 'mojo_public.gyp:mojo_cpp_bindings',
264 ], 264 ],
265 }, 265 },
266 ], 266 ],
267 } 267 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698