summaryrefslogtreecommitdiffstats
path: root/mojo/services/public/mojo_services_public.gyp
blob: 701d7e573c4f7fe203f024be8342ecc6eb4c1b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'includes': [
    '../../mojo_variables.gypi',
  ],
  'targets': [
    {
      'target_name': 'mojo_services_public',
      'type': 'none',
      'dependencies': [
        'mojo_clipboard_bindings',
        'mojo_content_handler_bindings',
        'mojo_geometry_bindings',
        'mojo_gpu_bindings',
        'mojo_input_events_bindings',
        'mojo_native_viewport_bindings',
        'mojo_navigation_bindings',
        'mojo_network_bindings',
        'mojo_surface_id_bindings',
        'mojo_surfaces_bindings',
        'mojo_view_manager_bindings',
        'mojo_view_manager_common',
        'mojo_window_manager_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/clipboard
      'target_name': 'mojo_clipboard_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/clipboard/clipboard.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/input_events
      'target_name': 'mojo_input_events_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/input_events/input_event_constants.mojom',
        'interfaces/input_events/input_events.mojom',
        'interfaces/input_events/input_key_codes.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        'mojo_geometry_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        'mojo_geometry_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/geometry
      'target_name': 'mojo_geometry_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/geometry/geometry.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/gpu
      'target_name': 'mojo_gpu_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/gpu/command_buffer.mojom',
        'interfaces/gpu/gpu.mojom',
        'interfaces/gpu/gpu_capabilities.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        'mojo_geometry_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        'mojo_geometry_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/native_viewport
      'target_name': 'mojo_native_viewport_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/native_viewport/native_viewport.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        'mojo_geometry_bindings',
        'mojo_gpu_bindings',
        'mojo_input_events_bindings',
        'mojo_surface_id_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        'mojo_geometry_bindings',
        'mojo_gpu_bindings',
        'mojo_input_events_bindings',
        'mojo_surface_id_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/navigation
      'target_name': 'mojo_navigation_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/navigation/navigation.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'export_dependent_settings': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'dependencies': [
        'mojo_network_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/content_handler
      'target_name': 'mojo_content_handler_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/content_handler/content_handler.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'export_dependent_settings': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'dependencies': [
        'mojo_network_bindings',
        '../../public/mojo_public.gyp:mojo_application_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/network
      'target_name': 'mojo_network_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/network/cookie_store.mojom',
        'interfaces/network/net_address.mojom',
        'interfaces/network/network_error.mojom',
        'interfaces/network/network_service.mojom',
        'interfaces/network/tcp_bound_socket.mojom',
        'interfaces/network/tcp_connected_socket.mojom',
        'interfaces/network/tcp_server_socket.mojom',
        'interfaces/network/udp_socket.mojom',
        'interfaces/network/url_loader.mojom',
        'interfaces/network/web_socket.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'export_dependent_settings': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'dependencies': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/cpp/view_manager:common
      'target_name': 'mojo_view_manager_common',
      'type': 'static_library',
      'sources': [
        'cpp/view_manager/types.h',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/view_manager
      'target_name': 'mojo_view_manager_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/view_manager/view_manager.mojom',
        'interfaces/view_manager/view_manager_constants.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        'mojo_geometry_bindings',
        'mojo_input_events_bindings',
        'mojo_surface_id_bindings',
        '../../public/mojo_public.gyp:mojo_application_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        'mojo_geometry_bindings',
        'mojo_input_events_bindings',
        'mojo_surface_id_bindings',
        '../../public/mojo_public.gyp:mojo_application_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/surfaces
      'target_name': 'mojo_surfaces_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/surfaces/surfaces.mojom',
        'interfaces/surfaces/surfaces_service.mojom',
        'interfaces/surfaces/quads.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        'mojo_geometry_bindings',
        'mojo_gpu_bindings',
        'mojo_surface_id_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        'mojo_geometry_bindings',
        'mojo_surface_id_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/surfaces:surface_id
      'target_name': 'mojo_surface_id_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/surfaces/surface_id.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
    {
      # GN version: //mojo/services/public/interfaces/window_manager
      'target_name': 'mojo_window_manager_bindings',
      'type': 'static_library',
      'sources': [
        'interfaces/window_manager/window_manager.mojom',
      ],
      'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
      'dependencies': [
        'mojo_input_events_bindings',
        '../../public/mojo_public.gyp:mojo_application_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
      'export_dependent_settings': [
        'mojo_input_events_bindings',
        '../../public/mojo_public.gyp:mojo_application_bindings',
        '../../public/mojo_public.gyp:mojo_cpp_bindings',
      ],
    },
  ],
}