blob: 5dd97ab606ce6f71c962514353f24ec7ae784c22 [file] [log] [blame]
[email protected]6117b82da2012-01-07 00:51:011# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]55cdf6052011-05-13 19:22:532# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
[email protected]21f97752012-06-16 00:35:016 'target_defaults': {
7 'variables': {
8 'ppapi_shared_target': 0,
[email protected]6a3cd902012-01-21 00:48:029 },
[email protected]21f97752012-06-16 00:35:0110 'target_conditions': [
11 # This part is shared between the targets defined below.
12 ['ppapi_shared_target==1', {
13 'sources': [
[email protected]7fc56852014-07-21 17:25:3114 # Note: sources list duplicated in GN build.
[email protected]53db2fa2013-03-19 00:29:0315 'shared_impl/array_var.cc',
16 'shared_impl/array_var.h',
[email protected]21f97752012-06-16 00:35:0117 'shared_impl/array_writer.cc',
18 'shared_impl/array_writer.h',
19 'shared_impl/callback_tracker.cc',
20 'shared_impl/callback_tracker.h',
[email protected]c44620b2014-06-16 14:20:2621 'shared_impl/compositor_layer_data.cc',
22 'shared_impl/compositor_layer_data.h',
[email protected]d9e5f4122013-03-18 20:42:5023 'shared_impl/dictionary_var.cc',
24 'shared_impl/dictionary_var.h',
[email protected]1d0da9b2014-01-20 06:58:0025 'shared_impl/file_growth.cc',
26 'shared_impl/file_growth.h',
satoruxc96d5d22015-02-16 07:09:4027 'shared_impl/file_io_state_manager.cc',
28 'shared_impl/file_io_state_manager.h',
[email protected]21f97752012-06-16 00:35:0129 'shared_impl/file_path.cc',
30 'shared_impl/file_path.h',
[email protected]c6420f082013-09-18 22:42:4131 'shared_impl/file_ref_create_info.cc',
[email protected]d1967ed2013-06-18 01:10:2132 'shared_impl/file_ref_create_info.h',
[email protected]bf8961a2013-06-14 17:53:2033 'shared_impl/file_ref_util.cc',
34 'shared_impl/file_ref_util.h',
[email protected]26dfb4b72013-11-12 19:36:1335 'shared_impl/file_system_util.cc',
36 'shared_impl/file_system_util.h',
[email protected]21f97752012-06-16 00:35:0137 'shared_impl/file_type_conversion.cc',
38 'shared_impl/file_type_conversion.h',
[email protected]a1686e272012-11-01 23:39:3439 'shared_impl/flash_clipboard_format_registry.cc',
40 'shared_impl/flash_clipboard_format_registry.h',
[email protected]246fc492012-08-27 20:28:1841 'shared_impl/host_resource.cc',
[email protected]21f97752012-06-16 00:35:0142 'shared_impl/host_resource.h',
43 'shared_impl/id_assignment.cc',
44 'shared_impl/id_assignment.h',
satoruxc96d5d22015-02-16 07:09:4045 'shared_impl/media_stream_audio_track_shared.cc',
46 'shared_impl/media_stream_audio_track_shared.h',
[email protected]a2c5dcd2014-02-08 03:20:1547 'shared_impl/media_stream_buffer.h',
48 'shared_impl/media_stream_buffer_manager.cc',
49 'shared_impl/media_stream_buffer_manager.h',
[email protected]61ebd74e2014-02-26 00:44:0550 'shared_impl/media_stream_video_track_shared.cc',
[email protected]5e19b8b2014-06-03 13:36:4251 'shared_impl/media_stream_video_track_shared.h',
[email protected]21f97752012-06-16 00:35:0152 'shared_impl/platform_file.cc',
53 'shared_impl/platform_file.h',
[email protected]6da661c5a2014-03-26 18:28:3054 'shared_impl/ppapi_constants.h',
[email protected]21f97752012-06-16 00:35:0155 'shared_impl/ppapi_globals.cc',
56 'shared_impl/ppapi_globals.h',
[email protected]73af6332014-02-06 23:28:1057 'shared_impl/ppapi_nacl_plugin_args.cc',
58 'shared_impl/ppapi_nacl_plugin_args.h',
[email protected]24cddd42012-07-13 04:28:4059 'shared_impl/ppapi_permissions.cc',
60 'shared_impl/ppapi_permissions.h',
[email protected]21f97752012-06-16 00:35:0161 'shared_impl/ppapi_preferences.cc',
62 'shared_impl/ppapi_preferences.h',
[email protected]195d4cde2012-10-02 18:12:4163 'shared_impl/ppapi_switches.cc',
64 'shared_impl/ppapi_switches.h',
[email protected]21f97752012-06-16 00:35:0165 'shared_impl/ppb_audio_config_shared.cc',
66 'shared_impl/ppb_audio_config_shared.h',
[email protected]21f97752012-06-16 00:35:0167 'shared_impl/ppb_audio_shared.cc',
68 'shared_impl/ppb_audio_shared.h',
69 'shared_impl/ppb_crypto_shared.cc',
70 'shared_impl/ppb_device_ref_shared.cc',
71 'shared_impl/ppb_device_ref_shared.h',
[email protected]00c0d042012-09-10 07:06:3972 'shared_impl/ppb_gamepad_shared.cc',
73 'shared_impl/ppb_gamepad_shared.h',
[email protected]21f97752012-06-16 00:35:0174 'shared_impl/ppb_graphics_3d_shared.cc',
75 'shared_impl/ppb_graphics_3d_shared.h',
76 'shared_impl/ppb_image_data_shared.cc',
77 'shared_impl/ppb_image_data_shared.h',
78 'shared_impl/ppb_input_event_shared.cc',
79 'shared_impl/ppb_input_event_shared.h',
80 'shared_impl/ppb_instance_shared.cc',
81 'shared_impl/ppb_instance_shared.h',
82 'shared_impl/ppb_memory_shared.cc',
[email protected]77c34172012-11-08 18:55:1683 'shared_impl/ppb_message_loop_shared.cc',
84 'shared_impl/ppb_message_loop_shared.h',
[email protected]21f97752012-06-16 00:35:0185 'shared_impl/ppb_opengles2_shared.cc',
86 'shared_impl/ppb_opengles2_shared.h',
[email protected]92576792013-09-20 15:29:1387 'shared_impl/ppb_tcp_socket_shared.cc',
88 'shared_impl/ppb_tcp_socket_shared.h',
[email protected]9e10e0442013-01-28 18:46:2489 'shared_impl/ppb_trace_event_impl.cc',
90 'shared_impl/ppb_trace_event_impl.h',
[email protected]21f97752012-06-16 00:35:0191 'shared_impl/ppb_url_util_shared.cc',
92 'shared_impl/ppb_url_util_shared.h',
93 'shared_impl/ppb_var_shared.cc',
94 'shared_impl/ppb_var_shared.h',
95 'shared_impl/ppb_video_decoder_shared.cc',
96 'shared_impl/ppb_video_decoder_shared.h',
[email protected]21f97752012-06-16 00:35:0197 'shared_impl/ppb_view_shared.cc',
98 'shared_impl/ppb_view_shared.h',
99 'shared_impl/ppp_flash_browser_operations_shared.h',
100 'shared_impl/ppp_instance_combined.cc',
101 'shared_impl/ppp_instance_combined.h',
satoruxc96d5d22015-02-16 07:09:40102 # TODO(viettrungluu): Split these out; it won't be used in NaCl.
103 'shared_impl/private/net_address_private_impl.cc',
104 'shared_impl/private/net_address_private_impl.h',
105 'shared_impl/private/net_address_private_impl_constants.cc',
106
[email protected]21f97752012-06-16 00:35:01107 'shared_impl/proxy_lock.cc',
108 'shared_impl/proxy_lock.h',
109 'shared_impl/resource.cc',
110 'shared_impl/resource.h',
111 'shared_impl/resource_tracker.cc',
112 'shared_impl/resource_tracker.h',
[email protected]3d242262013-09-03 07:09:37113 'shared_impl/resource_var.cc',
114 'shared_impl/resource_var.h',
[email protected]21f97752012-06-16 00:35:01115 'shared_impl/scoped_pp_resource.cc',
116 'shared_impl/scoped_pp_resource.h',
[email protected]7657b682012-06-19 17:36:08117 'shared_impl/scoped_pp_var.cc',
118 'shared_impl/scoped_pp_var.h',
[email protected]64a61fc2013-06-19 13:30:59119 'shared_impl/socket_option_data.cc',
120 'shared_impl/socket_option_data.h',
[email protected]7ef6b79b2013-01-17 02:38:24121 'shared_impl/thread_aware_callback.cc',
122 'shared_impl/thread_aware_callback.h',
[email protected]21f97752012-06-16 00:35:01123 'shared_impl/time_conversion.cc',
124 'shared_impl/time_conversion.h',
125 'shared_impl/tracked_callback.cc',
126 'shared_impl/tracked_callback.h',
[email protected]7b2f7292012-09-19 19:52:12127 'shared_impl/url_request_info_data.cc',
128 'shared_impl/url_request_info_data.h',
[email protected]844fecb2012-11-16 20:11:06129 'shared_impl/url_response_info_data.cc',
130 'shared_impl/url_response_info_data.h',
[email protected]21f97752012-06-16 00:35:01131 'shared_impl/var.cc',
132 'shared_impl/var.h',
133 'shared_impl/var_tracker.cc',
134 'shared_impl/var_tracker.h',
[email protected]21f97752012-06-16 00:35:01135
[email protected]21f97752012-06-16 00:35:01136 'shared_impl/private/ppb_char_set_shared.cc',
137 'shared_impl/private/ppb_char_set_shared.h',
[email protected]21f97752012-06-16 00:35:01138 'shared_impl/private/ppb_x509_certificate_private_shared.cc',
139 'shared_impl/private/ppb_x509_certificate_private_shared.h',
[email protected]21f97752012-06-16 00:35:01140
141 'thunk/enter.cc',
142 'thunk/enter.h',
143 'thunk/ppb_audio_api.h',
[email protected]6667e5682014-02-11 18:59:05144 'thunk/ppb_audio_buffer_api.h',
145 'thunk/ppb_audio_buffer_thunk.cc',
satoruxc96d5d22015-02-16 07:09:40146 'thunk/ppb_audio_config_api.h',
147 'thunk/ppb_audio_config_thunk.cc',
[email protected]21f97752012-06-16 00:35:01148 'thunk/ppb_audio_input_api.h',
[email protected]8917a672013-02-25 17:18:04149 'thunk/ppb_audio_input_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01150 'thunk/ppb_audio_thunk.cc',
[email protected]21f97752012-06-16 00:35:01151 'thunk/ppb_broker_api.h',
152 'thunk/ppb_broker_thunk.cc',
153 'thunk/ppb_browser_font_trusted_api.h',
154 'thunk/ppb_browser_font_trusted_thunk.cc',
155 'thunk/ppb_buffer_api.h',
156 'thunk/ppb_buffer_thunk.cc',
jchuangadd2f052015-02-17 10:10:50157 'thunk/ppb_camera_capabilities_api.h',
158 'thunk/ppb_camera_capabilities_private_thunk.cc',
jchuangfa1f1432015-02-20 08:22:30159 'thunk/ppb_camera_device_api.h',
160 'thunk/ppb_camera_device_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01161 'thunk/ppb_char_set_thunk.cc',
[email protected]f55c05e2014-06-06 18:57:38162 'thunk/ppb_compositor_api.h',
163 'thunk/ppb_compositor_layer_api.h',
164 'thunk/ppb_compositor_layer_thunk.cc',
165 'thunk/ppb_compositor_thunk.cc',
[email protected]21f97752012-06-16 00:35:01166 'thunk/ppb_console_thunk.cc',
[email protected]e5aeef02012-08-17 00:18:43167 'thunk/ppb_content_decryptor_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01168 'thunk/ppb_cursor_control_thunk.cc',
169 'thunk/ppb_device_ref_api.h',
[email protected]a5b6ace2013-02-08 21:09:52170 'thunk/ppb_device_ref_dev_thunk.cc',
[email protected]d196ccaf2013-05-08 18:04:58171 'thunk/ppb_ext_crx_file_system_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01172 'thunk/ppb_file_chooser_api.h',
[email protected]4c49e992013-03-29 18:53:16173 'thunk/ppb_file_chooser_dev_thunk.cc',
174 'thunk/ppb_file_chooser_trusted_thunk.cc',
[email protected]21f97752012-06-16 00:35:01175 'thunk/ppb_file_io_api.h',
[email protected]8f96cef2013-04-01 16:51:13176 'thunk/ppb_file_io_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01177 'thunk/ppb_file_io_thunk.cc',
[email protected]21f97752012-06-16 00:35:01178 'thunk/ppb_file_ref_api.h',
179 'thunk/ppb_file_ref_thunk.cc',
180 'thunk/ppb_file_system_api.h',
181 'thunk/ppb_file_system_thunk.cc',
[email protected]f5d324a2014-03-26 05:03:34182 'thunk/ppb_find_private_thunk.cc',
[email protected]22fdaa62012-11-30 01:55:44183 'thunk/ppb_flash_clipboard_api.h',
[email protected]21f97752012-06-16 00:35:01184 'thunk/ppb_flash_clipboard_thunk.cc',
[email protected]21f97752012-06-16 00:35:01185 'thunk/ppb_flash_device_id_thunk.cc',
[email protected]1c081e52013-05-25 14:30:55186 'thunk/ppb_flash_drm_api.h',
187 'thunk/ppb_flash_drm_thunk.cc',
[email protected]21f97752012-06-16 00:35:01188 'thunk/ppb_flash_file_fileref_thunk.cc',
189 'thunk/ppb_flash_file_modulelocal_thunk.cc',
[email protected]cb65f132012-10-09 17:06:09190 'thunk/ppb_flash_font_file_api.h',
191 'thunk/ppb_flash_font_file_thunk.cc',
[email protected]22fdaa62012-11-30 01:55:44192 'thunk/ppb_flash_fullscreen_api.h',
[email protected]21f97752012-06-16 00:35:01193 'thunk/ppb_flash_fullscreen_thunk.cc',
[email protected]11d0c362012-10-11 02:02:11194 'thunk/ppb_flash_functions_api.h',
[email protected]21f97752012-06-16 00:35:01195 'thunk/ppb_flash_menu_api.h',
196 'thunk/ppb_flash_menu_thunk.cc',
197 'thunk/ppb_flash_message_loop_api.h',
198 'thunk/ppb_flash_message_loop_thunk.cc',
[email protected]6a77ef22012-12-21 23:31:36199 'thunk/ppb_flash_print_thunk.cc',
[email protected]21f97752012-06-16 00:35:01200 'thunk/ppb_flash_thunk.cc',
201 'thunk/ppb_fullscreen_thunk.cc',
[email protected]f5118812012-08-24 19:54:30202 'thunk/ppb_gamepad_api.h',
[email protected]21f97752012-06-16 00:35:01203 'thunk/ppb_gamepad_thunk.cc',
204 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
205 'thunk/ppb_graphics_2d_api.h',
206 'thunk/ppb_graphics_2d_thunk.cc',
207 'thunk/ppb_graphics_3d_api.h',
208 'thunk/ppb_graphics_3d_thunk.cc',
[email protected]0edbfc82013-06-14 06:15:39209 'thunk/ppb_host_resolver_api.h',
[email protected]21f97752012-06-16 00:35:01210 'thunk/ppb_host_resolver_private_api.h',
211 'thunk/ppb_host_resolver_private_thunk.cc',
satoruxc96d5d22015-02-16 07:09:40212 'thunk/ppb_host_resolver_thunk.cc',
[email protected]21f97752012-06-16 00:35:01213 'thunk/ppb_image_data_api.h',
214 'thunk/ppb_image_data_thunk.cc',
[email protected]21f97752012-06-16 00:35:01215 'thunk/ppb_input_event_api.h',
satoruxc96d5d22015-02-16 07:09:40216 'thunk/ppb_input_event_thunk.cc',
[email protected]21f97752012-06-16 00:35:01217 'thunk/ppb_instance_api.h',
[email protected]f1e929e12012-12-26 18:38:49218 'thunk/ppb_instance_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01219 'thunk/ppb_instance_thunk.cc',
[email protected]435945742013-11-08 06:31:11220 'thunk/ppb_isolated_file_system_private_api.h',
221 'thunk/ppb_isolated_file_system_private_thunk.cc',
[email protected]2ae036502014-01-14 16:01:01222 'thunk/ppb_media_stream_audio_track_api.h',
223 'thunk/ppb_media_stream_audio_track_thunk.cc',
[email protected]2d453af2014-01-10 03:15:16224 'thunk/ppb_media_stream_video_track_api.h',
225 'thunk/ppb_media_stream_video_track_thunk.cc',
[email protected]21f97752012-06-16 00:35:01226 'thunk/ppb_message_loop_api.h',
227 'thunk/ppb_messaging_thunk.cc',
228 'thunk/ppb_mouse_cursor_thunk.cc',
229 'thunk/ppb_mouse_lock_thunk.cc',
[email protected]2414d922013-06-10 09:19:21230 'thunk/ppb_net_address_api.h',
[email protected]ee517552013-06-22 20:07:50231 'thunk/ppb_net_address_thunk.cc',
[email protected]adf250c2013-04-22 18:13:47232 'thunk/ppb_network_list_api.h',
[email protected]86fbad282013-09-22 06:34:03233 'thunk/ppb_network_list_thunk.cc',
[email protected]f14989b2013-09-06 05:30:25234 'thunk/ppb_network_monitor_api.h',
[email protected]86fbad282013-09-22 06:34:03235 'thunk/ppb_network_monitor_thunk.cc',
[email protected]226dea42013-06-24 21:05:36236 'thunk/ppb_network_proxy_api.h',
[email protected]9bf4d67b2013-06-25 17:12:01237 'thunk/ppb_network_proxy_thunk.cc',
[email protected]a1ab6d82013-09-28 13:49:54238 'thunk/ppb_output_protection_api.h',
239 'thunk/ppb_output_protection_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01240 'thunk/ppb_pdf_api.h',
[email protected]34a4eb32013-03-21 18:02:04241 'thunk/ppb_pdf_thunk.cc',
[email protected]b1a9d9a92013-09-17 20:58:27242 'thunk/ppb_platform_verification_api.h',
243 'thunk/ppb_platform_verification_private_thunk.cc',
[email protected]e9cb0b792012-09-07 07:11:06244 'thunk/ppb_printing_api.h',
[email protected]2acf7ce72013-04-24 19:16:45245 'thunk/ppb_printing_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01246 'thunk/ppb_tcp_server_socket_private_api.h',
247 'thunk/ppb_tcp_server_socket_private_thunk.cc',
[email protected]b1784f42013-06-13 06:48:36248 'thunk/ppb_tcp_socket_api.h',
[email protected]21f97752012-06-16 00:35:01249 'thunk/ppb_tcp_socket_private_api.h',
250 'thunk/ppb_tcp_socket_private_thunk.cc',
[email protected]b838eea2013-06-22 22:17:22251 'thunk/ppb_tcp_socket_thunk.cc',
[email protected]21f97752012-06-16 00:35:01252 'thunk/ppb_text_input_thunk.cc',
[email protected]725056b72013-03-16 09:57:51253 'thunk/ppb_truetype_font_api.h',
[email protected]a3887962013-04-16 21:02:16254 'thunk/ppb_truetype_font_dev_thunk.cc',
satoruxc96d5d22015-02-16 07:09:40255 'thunk/ppb_truetype_font_singleton_api.h',
[email protected]31cb1472013-06-13 22:43:39256 'thunk/ppb_udp_socket_api.h',
[email protected]21f97752012-06-16 00:35:01257 'thunk/ppb_udp_socket_private_api.h',
258 'thunk/ppb_udp_socket_private_thunk.cc',
satoruxc96d5d22015-02-16 07:09:40259 'thunk/ppb_udp_socket_thunk.cc',
[email protected]45649492014-01-24 20:49:34260 'thunk/ppb_uma_private_thunk.cc',
261 'thunk/ppb_uma_singleton_api.h',
[email protected]21f97752012-06-16 00:35:01262 'thunk/ppb_url_loader_api.h',
263 'thunk/ppb_url_loader_thunk.cc',
[email protected]b082d582013-04-18 14:02:00264 'thunk/ppb_url_loader_trusted_thunk.cc',
[email protected]21f97752012-06-16 00:35:01265 'thunk/ppb_url_request_info_api.h',
266 'thunk/ppb_url_request_info_thunk.cc',
267 'thunk/ppb_url_response_info_api.h',
268 'thunk/ppb_url_response_info_thunk.cc',
269 'thunk/ppb_url_util_thunk.cc',
[email protected]53db2fa2013-03-19 00:29:03270 'thunk/ppb_var_array_thunk.cc',
[email protected]d9e5f4122013-03-18 20:42:50271 'thunk/ppb_var_dictionary_thunk.cc',
[email protected]21f97752012-06-16 00:35:01272 'thunk/ppb_video_capture_api.h',
273 'thunk/ppb_video_capture_thunk.cc',
[email protected]4f0c4c42014-05-06 21:35:49274 'thunk/ppb_video_decoder_api.h',
[email protected]4ba60db2014-05-06 07:08:19275 'thunk/ppb_video_decoder_dev_api.h',
276 'thunk/ppb_video_decoder_dev_thunk.cc',
[email protected]dfb0d06f32014-05-30 22:45:56277 'thunk/ppb_video_decoder_thunk.cc',
[email protected]b76257d2013-05-04 00:11:30278 'thunk/ppb_video_destination_private_api.h',
279 'thunk/ppb_video_destination_private_thunk.cc',
lionel.g.landwerlin377c2e72015-02-06 12:15:23280 'thunk/ppb_video_encoder_api.h',
281 'thunk/ppb_video_encoder_thunk.cc',
[email protected]2d453af2014-01-10 03:15:16282 'thunk/ppb_video_frame_api.h',
283 'thunk/ppb_video_frame_thunk.cc',
[email protected]b76257d2013-05-04 00:11:30284 'thunk/ppb_video_source_private_api.h',
285 'thunk/ppb_video_source_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01286 'thunk/ppb_view_api.h',
dmichaeldfb327452014-08-27 14:47:36287 'thunk/ppb_view_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01288 'thunk/ppb_view_thunk.cc',
289 'thunk/ppb_websocket_api.h',
290 'thunk/ppb_websocket_thunk.cc',
[email protected]21f97752012-06-16 00:35:01291 'thunk/ppb_x509_certificate_private_api.h',
292 'thunk/ppb_x509_certificate_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01293 'thunk/thunk.h',
294 ],
295 'defines': [
296 'PPAPI_SHARED_IMPLEMENTATION',
297 'PPAPI_THUNK_IMPLEMENTATION',
298 ],
299 'include_dirs': [
300 '..',
301 ],
302 'target_conditions': [
[email protected]246fc492012-08-27 20:28:18303 ['>(nacl_untrusted_build)==1 or >(nacl_win64_target)==1', {
[email protected]21f97752012-06-16 00:35:01304 'sources!': [
[email protected]a1686e272012-11-01 23:39:34305 'shared_impl/flash_clipboard_format_registry.cc',
[email protected]21f97752012-06-16 00:35:01306 'shared_impl/ppb_url_util_shared.cc',
[email protected]21f97752012-06-16 00:35:01307 'shared_impl/ppb_video_capture_shared.cc',
satoruxc96d5d22015-02-16 07:09:40308 'shared_impl/ppb_video_decoder_shared.cc',
[email protected]21f97752012-06-16 00:35:01309 'shared_impl/private/ppb_browser_font_trusted_shared.cc',
310 'shared_impl/private/ppb_char_set_shared.cc',
[email protected]8917a672013-02-25 17:18:04311 'thunk/ppb_audio_input_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01312 'thunk/ppb_broker_thunk.cc',
313 'thunk/ppb_browser_font_trusted_thunk.cc',
314 'thunk/ppb_buffer_thunk.cc',
[email protected]21f97752012-06-16 00:35:01315 'thunk/ppb_char_set_thunk.cc',
satoruxc96d5d22015-02-16 07:09:40316 'thunk/ppb_content_decryptor_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01317 'thunk/ppb_flash_clipboard_thunk.cc',
318 'thunk/ppb_flash_device_id_thunk.cc',
[email protected]1c081e52013-05-25 14:30:55319 'thunk/ppb_flash_drm_thunk.cc',
[email protected]21f97752012-06-16 00:35:01320 'thunk/ppb_flash_file_fileref_thunk.cc',
321 'thunk/ppb_flash_file_modulelocal_thunk.cc',
[email protected]cb65f132012-10-09 17:06:09322 'thunk/ppb_flash_font_file_thunk.cc',
[email protected]21f97752012-06-16 00:35:01323 'thunk/ppb_flash_fullscreen_thunk.cc',
324 'thunk/ppb_flash_menu_thunk.cc',
325 'thunk/ppb_flash_message_loop_thunk.cc',
[email protected]21f97752012-06-16 00:35:01326 'thunk/ppb_flash_message_loop_thunk.cc',
satoruxc96d5d22015-02-16 07:09:40327 'thunk/ppb_flash_thunk.cc',
[email protected]21f97752012-06-16 00:35:01328 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
[email protected]c9be98e2013-03-26 22:15:51329 'thunk/ppb_pdf_thunk.cc',
[email protected]b1a9d9a92013-09-17 20:58:27330 'thunk/ppb_platform_verification_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01331 'thunk/ppb_transport_thunk.cc',
[email protected]21f97752012-06-16 00:35:01332 'thunk/ppb_url_util_thunk.cc',
333 'thunk/ppb_video_capture_thunk.cc',
[email protected]4ba60db2014-05-06 07:08:19334 'thunk/ppb_video_decoder_dev_thunk.cc',
[email protected]3ec40f22012-01-20 21:26:39335 ],
[email protected]21f97752012-06-16 00:35:01336 }],
[email protected]e8f578d2012-09-17 19:27:10337 # We exclude a few more things for nacl_win64, to avoid pulling in
338 # more dependencies.
[email protected]246fc492012-08-27 20:28:18339 ['>(nacl_win64_target)==1', {
340 'sources!': [
341 'shared_impl/ppb_audio_shared.cc',
342 'shared_impl/ppb_graphics_3d_shared.cc',
343 'shared_impl/ppb_opengles2_shared.cc',
[email protected]bcb7e502012-10-25 00:13:28344 'shared_impl/private/net_address_private_impl.cc',
satoruxc96d5d22015-02-16 07:09:40345 'shared_impl/private/ppb_host_resolver_shared.cc',
[email protected]246fc492012-08-27 20:28:18346 'thunk/ppb_graphics_3d_thunk.cc',
[email protected]e8f578d2012-09-17 19:27:10347 'thunk/ppb_host_resolver_private_thunk.cc',
[email protected]667591d2012-09-04 21:30:12348 'thunk/ppb_tcp_server_socket_private_thunk.cc',
349 'thunk/ppb_tcp_socket_private_thunk.cc',
350 'thunk/ppb_udp_socket_private_thunk.cc',
351 'thunk/ppb_x509_certificate_private_thunk.cc',
[email protected]246fc492012-08-27 20:28:18352 ],
353 }],
[email protected]21f97752012-06-16 00:35:01354 ],
355 }],
356 ],
357 },
[email protected]55cdf6052011-05-13 19:22:53358}