summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared.gypi
blob: 5dd97ab606ce6f71c962514353f24ec7ae784c22 (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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
# Copyright (c) 2012 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.

{
  'target_defaults': {
    'variables': {
      'ppapi_shared_target': 0,
    },
    'target_conditions': [
      # This part is shared between the targets defined below.
      ['ppapi_shared_target==1', {
        'sources': [
          # Note: sources list duplicated in GN build.
          'shared_impl/array_var.cc',
          'shared_impl/array_var.h',
          'shared_impl/array_writer.cc',
          'shared_impl/array_writer.h',
          'shared_impl/callback_tracker.cc',
          'shared_impl/callback_tracker.h',
          'shared_impl/compositor_layer_data.cc',
          'shared_impl/compositor_layer_data.h',
          'shared_impl/dictionary_var.cc',
          'shared_impl/dictionary_var.h',
          'shared_impl/file_growth.cc',
          'shared_impl/file_growth.h',
          'shared_impl/file_io_state_manager.cc',
          'shared_impl/file_io_state_manager.h',
          'shared_impl/file_path.cc',
          'shared_impl/file_path.h',
          'shared_impl/file_ref_create_info.cc',
          'shared_impl/file_ref_create_info.h',
          'shared_impl/file_ref_util.cc',
          'shared_impl/file_ref_util.h',
          'shared_impl/file_system_util.cc',
          'shared_impl/file_system_util.h',
          'shared_impl/file_type_conversion.cc',
          'shared_impl/file_type_conversion.h',
          'shared_impl/flash_clipboard_format_registry.cc',
          'shared_impl/flash_clipboard_format_registry.h',
          'shared_impl/host_resource.cc',
          'shared_impl/host_resource.h',
          'shared_impl/id_assignment.cc',
          'shared_impl/id_assignment.h',
          'shared_impl/media_stream_audio_track_shared.cc',
          'shared_impl/media_stream_audio_track_shared.h',
          'shared_impl/media_stream_buffer.h',
          'shared_impl/media_stream_buffer_manager.cc',
          'shared_impl/media_stream_buffer_manager.h',
          'shared_impl/media_stream_video_track_shared.cc',
          'shared_impl/media_stream_video_track_shared.h',
          'shared_impl/platform_file.cc',
          'shared_impl/platform_file.h',
          'shared_impl/ppapi_constants.h',
          'shared_impl/ppapi_globals.cc',
          'shared_impl/ppapi_globals.h',
          'shared_impl/ppapi_nacl_plugin_args.cc',
          'shared_impl/ppapi_nacl_plugin_args.h',
          'shared_impl/ppapi_permissions.cc',
          'shared_impl/ppapi_permissions.h',
          'shared_impl/ppapi_preferences.cc',
          'shared_impl/ppapi_preferences.h',
          'shared_impl/ppapi_switches.cc',
          'shared_impl/ppapi_switches.h',
          'shared_impl/ppb_audio_config_shared.cc',
          'shared_impl/ppb_audio_config_shared.h',
          'shared_impl/ppb_audio_shared.cc',
          'shared_impl/ppb_audio_shared.h',
          'shared_impl/ppb_crypto_shared.cc',
          'shared_impl/ppb_device_ref_shared.cc',
          'shared_impl/ppb_device_ref_shared.h',
          'shared_impl/ppb_gamepad_shared.cc',
          'shared_impl/ppb_gamepad_shared.h',
          'shared_impl/ppb_graphics_3d_shared.cc',
          'shared_impl/ppb_graphics_3d_shared.h',
          'shared_impl/ppb_image_data_shared.cc',
          'shared_impl/ppb_image_data_shared.h',
          'shared_impl/ppb_input_event_shared.cc',
          'shared_impl/ppb_input_event_shared.h',
          'shared_impl/ppb_instance_shared.cc',
          'shared_impl/ppb_instance_shared.h',
          'shared_impl/ppb_memory_shared.cc',
          'shared_impl/ppb_message_loop_shared.cc',
          'shared_impl/ppb_message_loop_shared.h',
          'shared_impl/ppb_opengles2_shared.cc',
          'shared_impl/ppb_opengles2_shared.h',
          'shared_impl/ppb_tcp_socket_shared.cc',
          'shared_impl/ppb_tcp_socket_shared.h',
          'shared_impl/ppb_trace_event_impl.cc',
          'shared_impl/ppb_trace_event_impl.h',
          'shared_impl/ppb_url_util_shared.cc',
          'shared_impl/ppb_url_util_shared.h',
          'shared_impl/ppb_var_shared.cc',
          'shared_impl/ppb_var_shared.h',
          'shared_impl/ppb_video_decoder_shared.cc',
          'shared_impl/ppb_video_decoder_shared.h',
          'shared_impl/ppb_view_shared.cc',
          'shared_impl/ppb_view_shared.h',
          'shared_impl/ppp_flash_browser_operations_shared.h',
          'shared_impl/ppp_instance_combined.cc',
          'shared_impl/ppp_instance_combined.h',
          # TODO(viettrungluu): Split these out; it won't be used in NaCl.
          'shared_impl/private/net_address_private_impl.cc',
          'shared_impl/private/net_address_private_impl.h',
          'shared_impl/private/net_address_private_impl_constants.cc',

          'shared_impl/proxy_lock.cc',
          'shared_impl/proxy_lock.h',
          'shared_impl/resource.cc',
          'shared_impl/resource.h',
          'shared_impl/resource_tracker.cc',
          'shared_impl/resource_tracker.h',
          'shared_impl/resource_var.cc',
          'shared_impl/resource_var.h',
          'shared_impl/scoped_pp_resource.cc',
          'shared_impl/scoped_pp_resource.h',
          'shared_impl/scoped_pp_var.cc',
          'shared_impl/scoped_pp_var.h',
          'shared_impl/socket_option_data.cc',
          'shared_impl/socket_option_data.h',
          'shared_impl/thread_aware_callback.cc',
          'shared_impl/thread_aware_callback.h',
          'shared_impl/time_conversion.cc',
          'shared_impl/time_conversion.h',
          'shared_impl/tracked_callback.cc',
          'shared_impl/tracked_callback.h',
          'shared_impl/url_request_info_data.cc',
          'shared_impl/url_request_info_data.h',
          'shared_impl/url_response_info_data.cc',
          'shared_impl/url_response_info_data.h',
          'shared_impl/var.cc',
          'shared_impl/var.h',
          'shared_impl/var_tracker.cc',
          'shared_impl/var_tracker.h',

          'shared_impl/private/ppb_char_set_shared.cc',
          'shared_impl/private/ppb_char_set_shared.h',
          'shared_impl/private/ppb_x509_certificate_private_shared.cc',
          'shared_impl/private/ppb_x509_certificate_private_shared.h',

          'thunk/enter.cc',
          'thunk/enter.h',
          'thunk/ppb_audio_api.h',
          'thunk/ppb_audio_buffer_api.h',
          'thunk/ppb_audio_buffer_thunk.cc',
          'thunk/ppb_audio_config_api.h',
          'thunk/ppb_audio_config_thunk.cc',
          'thunk/ppb_audio_input_api.h',
          'thunk/ppb_audio_input_dev_thunk.cc',
          'thunk/ppb_audio_thunk.cc',
          'thunk/ppb_broker_api.h',
          'thunk/ppb_broker_thunk.cc',
          'thunk/ppb_browser_font_trusted_api.h',
          'thunk/ppb_browser_font_trusted_thunk.cc',
          'thunk/ppb_buffer_api.h',
          'thunk/ppb_buffer_thunk.cc',
          'thunk/ppb_camera_capabilities_api.h',
          'thunk/ppb_camera_capabilities_private_thunk.cc',
          'thunk/ppb_camera_device_api.h',
          'thunk/ppb_camera_device_private_thunk.cc',
          'thunk/ppb_char_set_thunk.cc',
          'thunk/ppb_compositor_api.h',
          'thunk/ppb_compositor_layer_api.h',
          'thunk/ppb_compositor_layer_thunk.cc',
          'thunk/ppb_compositor_thunk.cc',
          'thunk/ppb_console_thunk.cc',
          'thunk/ppb_content_decryptor_private_thunk.cc',
          'thunk/ppb_cursor_control_thunk.cc',
          'thunk/ppb_device_ref_api.h',
          'thunk/ppb_device_ref_dev_thunk.cc',
          'thunk/ppb_ext_crx_file_system_private_thunk.cc',
          'thunk/ppb_file_chooser_api.h',
          'thunk/ppb_file_chooser_dev_thunk.cc',
          'thunk/ppb_file_chooser_trusted_thunk.cc',
          'thunk/ppb_file_io_api.h',
          'thunk/ppb_file_io_private_thunk.cc',
          'thunk/ppb_file_io_thunk.cc',
          'thunk/ppb_file_ref_api.h',
          'thunk/ppb_file_ref_thunk.cc',
          'thunk/ppb_file_system_api.h',
          'thunk/ppb_file_system_thunk.cc',
          'thunk/ppb_find_private_thunk.cc',
          'thunk/ppb_flash_clipboard_api.h',
          'thunk/ppb_flash_clipboard_thunk.cc',
          'thunk/ppb_flash_device_id_thunk.cc',
          'thunk/ppb_flash_drm_api.h',
          'thunk/ppb_flash_drm_thunk.cc',
          'thunk/ppb_flash_file_fileref_thunk.cc',
          'thunk/ppb_flash_file_modulelocal_thunk.cc',
          'thunk/ppb_flash_font_file_api.h',
          'thunk/ppb_flash_font_file_thunk.cc',
          'thunk/ppb_flash_fullscreen_api.h',
          'thunk/ppb_flash_fullscreen_thunk.cc',
          'thunk/ppb_flash_functions_api.h',
          'thunk/ppb_flash_menu_api.h',
          'thunk/ppb_flash_menu_thunk.cc',
          'thunk/ppb_flash_message_loop_api.h',
          'thunk/ppb_flash_message_loop_thunk.cc',
          'thunk/ppb_flash_print_thunk.cc',
          'thunk/ppb_flash_thunk.cc',
          'thunk/ppb_fullscreen_thunk.cc',
          'thunk/ppb_gamepad_api.h',
          'thunk/ppb_gamepad_thunk.cc',
          'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
          'thunk/ppb_graphics_2d_api.h',
          'thunk/ppb_graphics_2d_thunk.cc',
          'thunk/ppb_graphics_3d_api.h',
          'thunk/ppb_graphics_3d_thunk.cc',
          'thunk/ppb_host_resolver_api.h',
          'thunk/ppb_host_resolver_private_api.h',
          'thunk/ppb_host_resolver_private_thunk.cc',
          'thunk/ppb_host_resolver_thunk.cc',
          'thunk/ppb_image_data_api.h',
          'thunk/ppb_image_data_thunk.cc',
          'thunk/ppb_input_event_api.h',
          'thunk/ppb_input_event_thunk.cc',
          'thunk/ppb_instance_api.h',
          'thunk/ppb_instance_private_thunk.cc',
          'thunk/ppb_instance_thunk.cc',
          'thunk/ppb_isolated_file_system_private_api.h',
          'thunk/ppb_isolated_file_system_private_thunk.cc',
          'thunk/ppb_media_stream_audio_track_api.h',
          'thunk/ppb_media_stream_audio_track_thunk.cc',
          'thunk/ppb_media_stream_video_track_api.h',
          'thunk/ppb_media_stream_video_track_thunk.cc',
          'thunk/ppb_message_loop_api.h',
          'thunk/ppb_messaging_thunk.cc',
          'thunk/ppb_mouse_cursor_thunk.cc',
          'thunk/ppb_mouse_lock_thunk.cc',
          'thunk/ppb_net_address_api.h',
          'thunk/ppb_net_address_thunk.cc',
          'thunk/ppb_network_list_api.h',
          'thunk/ppb_network_list_thunk.cc',
          'thunk/ppb_network_monitor_api.h',
          'thunk/ppb_network_monitor_thunk.cc',
          'thunk/ppb_network_proxy_api.h',
          'thunk/ppb_network_proxy_thunk.cc',
          'thunk/ppb_output_protection_api.h',
          'thunk/ppb_output_protection_private_thunk.cc',
          'thunk/ppb_pdf_api.h',
          'thunk/ppb_pdf_thunk.cc',
          'thunk/ppb_platform_verification_api.h',
          'thunk/ppb_platform_verification_private_thunk.cc',
          'thunk/ppb_printing_api.h',
          'thunk/ppb_printing_dev_thunk.cc',
          'thunk/ppb_tcp_server_socket_private_api.h',
          'thunk/ppb_tcp_server_socket_private_thunk.cc',
          'thunk/ppb_tcp_socket_api.h',
          'thunk/ppb_tcp_socket_private_api.h',
          'thunk/ppb_tcp_socket_private_thunk.cc',
          'thunk/ppb_tcp_socket_thunk.cc',
          'thunk/ppb_text_input_thunk.cc',
          'thunk/ppb_truetype_font_api.h',
          'thunk/ppb_truetype_font_dev_thunk.cc',
          'thunk/ppb_truetype_font_singleton_api.h',
          'thunk/ppb_udp_socket_api.h',
          'thunk/ppb_udp_socket_private_api.h',
          'thunk/ppb_udp_socket_private_thunk.cc',
          'thunk/ppb_udp_socket_thunk.cc',
          'thunk/ppb_uma_private_thunk.cc',
          'thunk/ppb_uma_singleton_api.h',
          'thunk/ppb_url_loader_api.h',
          'thunk/ppb_url_loader_thunk.cc',
          'thunk/ppb_url_loader_trusted_thunk.cc',
          'thunk/ppb_url_request_info_api.h',
          'thunk/ppb_url_request_info_thunk.cc',
          'thunk/ppb_url_response_info_api.h',
          'thunk/ppb_url_response_info_thunk.cc',
          'thunk/ppb_url_util_thunk.cc',
          'thunk/ppb_var_array_thunk.cc',
          'thunk/ppb_var_dictionary_thunk.cc',
          'thunk/ppb_video_capture_api.h',
          'thunk/ppb_video_capture_thunk.cc',
          'thunk/ppb_video_decoder_api.h',
          'thunk/ppb_video_decoder_dev_api.h',
          'thunk/ppb_video_decoder_dev_thunk.cc',
          'thunk/ppb_video_decoder_thunk.cc',
          'thunk/ppb_video_destination_private_api.h',
          'thunk/ppb_video_destination_private_thunk.cc',
          'thunk/ppb_video_encoder_api.h',
          'thunk/ppb_video_encoder_thunk.cc',
          'thunk/ppb_video_frame_api.h',
          'thunk/ppb_video_frame_thunk.cc',
          'thunk/ppb_video_source_private_api.h',
          'thunk/ppb_video_source_private_thunk.cc',
          'thunk/ppb_view_api.h',
          'thunk/ppb_view_dev_thunk.cc',
          'thunk/ppb_view_thunk.cc',
          'thunk/ppb_websocket_api.h',
          'thunk/ppb_websocket_thunk.cc',
          'thunk/ppb_x509_certificate_private_api.h',
          'thunk/ppb_x509_certificate_private_thunk.cc',
          'thunk/thunk.h',
        ],
        'defines': [
          'PPAPI_SHARED_IMPLEMENTATION',
          'PPAPI_THUNK_IMPLEMENTATION',
        ],
        'include_dirs': [
          '..',
        ],
        'target_conditions': [
          ['>(nacl_untrusted_build)==1 or >(nacl_win64_target)==1', {
            'sources!': [
              'shared_impl/flash_clipboard_format_registry.cc',
              'shared_impl/ppb_url_util_shared.cc',
              'shared_impl/ppb_video_capture_shared.cc',
              'shared_impl/ppb_video_decoder_shared.cc',
              'shared_impl/private/ppb_browser_font_trusted_shared.cc',
              'shared_impl/private/ppb_char_set_shared.cc',
              'thunk/ppb_audio_input_dev_thunk.cc',
              'thunk/ppb_broker_thunk.cc',
              'thunk/ppb_browser_font_trusted_thunk.cc',
              'thunk/ppb_buffer_thunk.cc',
              'thunk/ppb_char_set_thunk.cc',
              'thunk/ppb_content_decryptor_private_thunk.cc',
              'thunk/ppb_flash_clipboard_thunk.cc',
              'thunk/ppb_flash_device_id_thunk.cc',
              'thunk/ppb_flash_drm_thunk.cc',
              'thunk/ppb_flash_file_fileref_thunk.cc',
              'thunk/ppb_flash_file_modulelocal_thunk.cc',
              'thunk/ppb_flash_font_file_thunk.cc',
              'thunk/ppb_flash_fullscreen_thunk.cc',
              'thunk/ppb_flash_menu_thunk.cc',
              'thunk/ppb_flash_message_loop_thunk.cc',
              'thunk/ppb_flash_message_loop_thunk.cc',
              'thunk/ppb_flash_thunk.cc',
              'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
              'thunk/ppb_pdf_thunk.cc',
              'thunk/ppb_platform_verification_private_thunk.cc',
              'thunk/ppb_transport_thunk.cc',
              'thunk/ppb_url_util_thunk.cc',
              'thunk/ppb_video_capture_thunk.cc',
              'thunk/ppb_video_decoder_dev_thunk.cc',
            ],
          }],
          # We exclude a few more things for nacl_win64, to avoid pulling in
          # more dependencies.
          ['>(nacl_win64_target)==1', {
            'sources!': [
              'shared_impl/ppb_audio_shared.cc',
              'shared_impl/ppb_graphics_3d_shared.cc',
              'shared_impl/ppb_opengles2_shared.cc',
              'shared_impl/private/net_address_private_impl.cc',
              'shared_impl/private/ppb_host_resolver_shared.cc',
              'thunk/ppb_graphics_3d_thunk.cc',
              'thunk/ppb_host_resolver_private_thunk.cc',
              'thunk/ppb_tcp_server_socket_private_thunk.cc',
              'thunk/ppb_tcp_socket_private_thunk.cc',
              'thunk/ppb_udp_socket_private_thunk.cc',
              'thunk/ppb_x509_certificate_private_thunk.cc',
            ],
          }],
        ],
      }],
    ],
  },
}