blob: 9fe13752bbd953bcbc0f9b52f566b78455536ea5 [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]c77144722013-01-19 04:16:3625 'shared_impl/file_io_state_manager.cc',
26 'shared_impl/file_io_state_manager.h',
[email protected]1d0da9b2014-01-20 06:58:0027 'shared_impl/file_growth.cc',
28 'shared_impl/file_growth.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',
[email protected]a2c5dcd2014-02-08 03:20:1545 'shared_impl/media_stream_buffer.h',
46 'shared_impl/media_stream_buffer_manager.cc',
47 'shared_impl/media_stream_buffer_manager.h',
[email protected]5e19b8b2014-06-03 13:36:4248 'shared_impl/media_stream_audio_track_shared.cc',
49 'shared_impl/media_stream_audio_track_shared.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',
102 'shared_impl/proxy_lock.cc',
103 'shared_impl/proxy_lock.h',
104 'shared_impl/resource.cc',
105 'shared_impl/resource.h',
106 'shared_impl/resource_tracker.cc',
107 'shared_impl/resource_tracker.h',
[email protected]3d242262013-09-03 07:09:37108 'shared_impl/resource_var.cc',
109 'shared_impl/resource_var.h',
[email protected]21f97752012-06-16 00:35:01110 'shared_impl/scoped_pp_resource.cc',
111 'shared_impl/scoped_pp_resource.h',
[email protected]7657b682012-06-19 17:36:08112 'shared_impl/scoped_pp_var.cc',
113 'shared_impl/scoped_pp_var.h',
[email protected]64a61fc2013-06-19 13:30:59114 'shared_impl/socket_option_data.cc',
115 'shared_impl/socket_option_data.h',
[email protected]745fc522014-05-28 21:54:45116 'shared_impl/test_harness_utils.cc',
117 'shared_impl/test_harness_utils.h',
[email protected]7ef6b79b2013-01-17 02:38:24118 'shared_impl/thread_aware_callback.cc',
119 'shared_impl/thread_aware_callback.h',
[email protected]21f97752012-06-16 00:35:01120 'shared_impl/time_conversion.cc',
121 'shared_impl/time_conversion.h',
122 'shared_impl/tracked_callback.cc',
123 'shared_impl/tracked_callback.h',
[email protected]7b2f7292012-09-19 19:52:12124 'shared_impl/url_request_info_data.cc',
125 'shared_impl/url_request_info_data.h',
[email protected]844fecb2012-11-16 20:11:06126 'shared_impl/url_response_info_data.cc',
127 'shared_impl/url_response_info_data.h',
[email protected]21f97752012-06-16 00:35:01128 'shared_impl/var.cc',
129 'shared_impl/var.h',
130 'shared_impl/var_tracker.cc',
131 'shared_impl/var_tracker.h',
132 # TODO(viettrungluu): Split these out; it won't be used in NaCl.
133 'shared_impl/private/net_address_private_impl.cc',
[email protected]96c36f682013-05-22 13:03:34134 'shared_impl/private/net_address_private_impl_constants.cc',
[email protected]21f97752012-06-16 00:35:01135 'shared_impl/private/net_address_private_impl.h',
136
[email protected]21f97752012-06-16 00:35:01137 'shared_impl/private/ppb_char_set_shared.cc',
138 'shared_impl/private/ppb_char_set_shared.h',
[email protected]21f97752012-06-16 00:35:01139 'shared_impl/private/ppb_x509_certificate_private_shared.cc',
140 'shared_impl/private/ppb_x509_certificate_private_shared.h',
[email protected]21f97752012-06-16 00:35:01141
142 'thunk/enter.cc',
143 'thunk/enter.h',
144 'thunk/ppb_audio_api.h',
145 'thunk/ppb_audio_config_api.h',
146 'thunk/ppb_audio_config_thunk.cc',
[email protected]6667e5682014-02-11 18:59:05147 'thunk/ppb_audio_buffer_api.h',
148 'thunk/ppb_audio_buffer_thunk.cc',
[email protected]21f97752012-06-16 00:35:01149 'thunk/ppb_audio_input_api.h',
[email protected]8917a672013-02-25 17:18:04150 'thunk/ppb_audio_input_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01151 'thunk/ppb_audio_thunk.cc',
[email protected]21f97752012-06-16 00:35:01152 'thunk/ppb_broker_api.h',
153 'thunk/ppb_broker_thunk.cc',
154 'thunk/ppb_browser_font_trusted_api.h',
155 'thunk/ppb_browser_font_trusted_thunk.cc',
156 'thunk/ppb_buffer_api.h',
157 'thunk/ppb_buffer_thunk.cc',
[email protected]21f97752012-06-16 00:35:01158 'thunk/ppb_char_set_thunk.cc',
[email protected]f55c05e2014-06-06 18:57:38159 'thunk/ppb_compositor_api.h',
160 'thunk/ppb_compositor_layer_api.h',
161 'thunk/ppb_compositor_layer_thunk.cc',
162 'thunk/ppb_compositor_thunk.cc',
[email protected]21f97752012-06-16 00:35:01163 'thunk/ppb_console_thunk.cc',
[email protected]e5aeef02012-08-17 00:18:43164 'thunk/ppb_content_decryptor_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01165 'thunk/ppb_cursor_control_thunk.cc',
166 'thunk/ppb_device_ref_api.h',
[email protected]a5b6ace2013-02-08 21:09:52167 'thunk/ppb_device_ref_dev_thunk.cc',
[email protected]d196ccaf2013-05-08 18:04:58168 'thunk/ppb_ext_crx_file_system_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01169 'thunk/ppb_file_chooser_api.h',
[email protected]4c49e992013-03-29 18:53:16170 'thunk/ppb_file_chooser_dev_thunk.cc',
171 'thunk/ppb_file_chooser_trusted_thunk.cc',
[email protected]21f97752012-06-16 00:35:01172 'thunk/ppb_file_io_api.h',
[email protected]8f96cef2013-04-01 16:51:13173 'thunk/ppb_file_io_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01174 'thunk/ppb_file_io_thunk.cc',
[email protected]f54329e2014-01-29 00:49:51175 'thunk/ppb_file_mapping_thunk.cc',
[email protected]21f97752012-06-16 00:35:01176 'thunk/ppb_file_ref_api.h',
177 'thunk/ppb_file_ref_thunk.cc',
178 'thunk/ppb_file_system_api.h',
179 'thunk/ppb_file_system_thunk.cc',
[email protected]f5d324a2014-03-26 05:03:34180 'thunk/ppb_find_private_thunk.cc',
[email protected]22fdaa62012-11-30 01:55:44181 'thunk/ppb_flash_clipboard_api.h',
[email protected]21f97752012-06-16 00:35:01182 'thunk/ppb_flash_clipboard_thunk.cc',
[email protected]21f97752012-06-16 00:35:01183 'thunk/ppb_flash_device_id_thunk.cc',
[email protected]1c081e52013-05-25 14:30:55184 'thunk/ppb_flash_drm_api.h',
185 'thunk/ppb_flash_drm_thunk.cc',
[email protected]21f97752012-06-16 00:35:01186 'thunk/ppb_flash_file_fileref_thunk.cc',
187 'thunk/ppb_flash_file_modulelocal_thunk.cc',
[email protected]cb65f132012-10-09 17:06:09188 'thunk/ppb_flash_font_file_api.h',
189 'thunk/ppb_flash_font_file_thunk.cc',
[email protected]22fdaa62012-11-30 01:55:44190 'thunk/ppb_flash_fullscreen_api.h',
[email protected]21f97752012-06-16 00:35:01191 'thunk/ppb_flash_fullscreen_thunk.cc',
[email protected]11d0c362012-10-11 02:02:11192 'thunk/ppb_flash_functions_api.h',
[email protected]21f97752012-06-16 00:35:01193 'thunk/ppb_flash_menu_api.h',
194 'thunk/ppb_flash_menu_thunk.cc',
195 'thunk/ppb_flash_message_loop_api.h',
196 'thunk/ppb_flash_message_loop_thunk.cc',
[email protected]6a77ef22012-12-21 23:31:36197 'thunk/ppb_flash_print_thunk.cc',
[email protected]21f97752012-06-16 00:35:01198 'thunk/ppb_flash_thunk.cc',
199 'thunk/ppb_fullscreen_thunk.cc',
[email protected]f5118812012-08-24 19:54:30200 'thunk/ppb_gamepad_api.h',
[email protected]21f97752012-06-16 00:35:01201 'thunk/ppb_gamepad_thunk.cc',
202 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
203 'thunk/ppb_graphics_2d_api.h',
204 'thunk/ppb_graphics_2d_thunk.cc',
205 'thunk/ppb_graphics_3d_api.h',
206 'thunk/ppb_graphics_3d_thunk.cc',
[email protected]0edbfc82013-06-14 06:15:39207 'thunk/ppb_host_resolver_api.h',
[email protected]c54f81b2013-06-24 06:05:39208 'thunk/ppb_host_resolver_thunk.cc',
[email protected]21f97752012-06-16 00:35:01209 'thunk/ppb_host_resolver_private_api.h',
210 'thunk/ppb_host_resolver_private_thunk.cc',
211 'thunk/ppb_image_data_api.h',
212 'thunk/ppb_image_data_thunk.cc',
[email protected]21f97752012-06-16 00:35:01213 'thunk/ppb_input_event_api.h',
214 'thunk/ppb_input_event_thunk.cc',
[email protected]8062ab262014-05-27 16:56:43215 'thunk/ppb_input_event_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01216 'thunk/ppb_instance_api.h',
[email protected]f1e929e12012-12-26 18:38:49217 'thunk/ppb_instance_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01218 'thunk/ppb_instance_thunk.cc',
[email protected]435945742013-11-08 06:31:11219 'thunk/ppb_isolated_file_system_private_api.h',
220 'thunk/ppb_isolated_file_system_private_thunk.cc',
[email protected]2ae036502014-01-14 16:01:01221 'thunk/ppb_media_stream_audio_track_api.h',
222 'thunk/ppb_media_stream_audio_track_thunk.cc',
[email protected]2d453af2014-01-10 03:15:16223 'thunk/ppb_media_stream_video_track_api.h',
224 'thunk/ppb_media_stream_video_track_thunk.cc',
[email protected]21f97752012-06-16 00:35:01225 'thunk/ppb_message_loop_api.h',
226 'thunk/ppb_messaging_thunk.cc',
227 'thunk/ppb_mouse_cursor_thunk.cc',
228 'thunk/ppb_mouse_lock_thunk.cc',
[email protected]2414d922013-06-10 09:19:21229 'thunk/ppb_net_address_api.h',
[email protected]ee517552013-06-22 20:07:50230 'thunk/ppb_net_address_thunk.cc',
[email protected]adf250c2013-04-22 18:13:47231 'thunk/ppb_network_list_api.h',
[email protected]86fbad282013-09-22 06:34:03232 'thunk/ppb_network_list_thunk.cc',
[email protected]f14989b2013-09-06 05:30:25233 'thunk/ppb_network_monitor_api.h',
[email protected]86fbad282013-09-22 06:34:03234 'thunk/ppb_network_monitor_thunk.cc',
[email protected]226dea42013-06-24 21:05:36235 'thunk/ppb_network_proxy_api.h',
[email protected]9bf4d67b2013-06-25 17:12:01236 'thunk/ppb_network_proxy_thunk.cc',
[email protected]a1ab6d82013-09-28 13:49:54237 'thunk/ppb_output_protection_api.h',
238 'thunk/ppb_output_protection_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01239 'thunk/ppb_pdf_api.h',
[email protected]34a4eb32013-03-21 18:02:04240 'thunk/ppb_pdf_thunk.cc',
[email protected]b1a9d9a92013-09-17 20:58:27241 'thunk/ppb_platform_verification_api.h',
242 'thunk/ppb_platform_verification_private_thunk.cc',
[email protected]e9cb0b792012-09-07 07:11:06243 'thunk/ppb_printing_api.h',
[email protected]2acf7ce72013-04-24 19:16:45244 'thunk/ppb_printing_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01245 'thunk/ppb_scrollbar_api.h',
246 'thunk/ppb_scrollbar_thunk.cc',
247 'thunk/ppb_talk_private_api.h',
248 'thunk/ppb_talk_private_thunk.cc',
249 'thunk/ppb_tcp_server_socket_private_api.h',
250 'thunk/ppb_tcp_server_socket_private_thunk.cc',
[email protected]b1784f42013-06-13 06:48:36251 'thunk/ppb_tcp_socket_api.h',
[email protected]21f97752012-06-16 00:35:01252 'thunk/ppb_tcp_socket_private_api.h',
253 'thunk/ppb_tcp_socket_private_thunk.cc',
[email protected]b838eea2013-06-22 22:17:22254 'thunk/ppb_tcp_socket_thunk.cc',
[email protected]21f97752012-06-16 00:35:01255 'thunk/ppb_text_input_thunk.cc',
[email protected]725056b72013-03-16 09:57:51256 'thunk/ppb_truetype_font_api.h',
257 'thunk/ppb_truetype_font_singleton_api.h',
[email protected]a3887962013-04-16 21:02:16258 'thunk/ppb_truetype_font_dev_thunk.cc',
[email protected]31cb1472013-06-13 22:43:39259 'thunk/ppb_udp_socket_api.h',
[email protected]8de13292013-06-24 06:04:39260 'thunk/ppb_udp_socket_thunk.cc',
[email protected]21f97752012-06-16 00:35:01261 'thunk/ppb_udp_socket_private_api.h',
262 'thunk/ppb_udp_socket_private_thunk.cc',
[email protected]45649492014-01-24 20:49:34263 'thunk/ppb_uma_private_thunk.cc',
264 'thunk/ppb_uma_singleton_api.h',
[email protected]21f97752012-06-16 00:35:01265 'thunk/ppb_url_loader_api.h',
266 'thunk/ppb_url_loader_thunk.cc',
[email protected]b082d582013-04-18 14:02:00267 'thunk/ppb_url_loader_trusted_thunk.cc',
[email protected]21f97752012-06-16 00:35:01268 'thunk/ppb_url_request_info_api.h',
269 'thunk/ppb_url_request_info_thunk.cc',
270 'thunk/ppb_url_response_info_api.h',
271 'thunk/ppb_url_response_info_thunk.cc',
272 'thunk/ppb_url_util_thunk.cc',
[email protected]53db2fa2013-03-19 00:29:03273 'thunk/ppb_var_array_thunk.cc',
[email protected]d9e5f4122013-03-18 20:42:50274 'thunk/ppb_var_dictionary_thunk.cc',
[email protected]21f97752012-06-16 00:35:01275 'thunk/ppb_video_capture_api.h',
276 'thunk/ppb_video_capture_thunk.cc',
[email protected]4f0c4c42014-05-06 21:35:49277 'thunk/ppb_video_decoder_api.h',
[email protected]4ba60db2014-05-06 07:08:19278 'thunk/ppb_video_decoder_dev_api.h',
279 'thunk/ppb_video_decoder_dev_thunk.cc',
[email protected]dfb0d06f32014-05-30 22:45:56280 'thunk/ppb_video_decoder_thunk.cc',
[email protected]b76257d2013-05-04 00:11:30281 'thunk/ppb_video_destination_private_api.h',
282 'thunk/ppb_video_destination_private_thunk.cc',
[email protected]2d453af2014-01-10 03:15:16283 'thunk/ppb_video_frame_api.h',
284 'thunk/ppb_video_frame_thunk.cc',
[email protected]b76257d2013-05-04 00:11:30285 'thunk/ppb_video_source_private_api.h',
286 'thunk/ppb_video_source_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01287 'thunk/ppb_view_api.h',
[email protected]12b6f612013-02-13 18:17:58288 'thunk/ppb_view_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01289 'thunk/ppb_view_thunk.cc',
290 'thunk/ppb_websocket_api.h',
291 'thunk/ppb_websocket_thunk.cc',
292 'thunk/ppb_widget_api.h',
[email protected]a5b6ace2013-02-08 21:09:52293 'thunk/ppb_widget_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01294 'thunk/ppb_x509_certificate_private_api.h',
295 'thunk/ppb_x509_certificate_private_thunk.cc',
[email protected]26b81db82013-04-23 23:52:20296 'thunk/ppb_zoom_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01297 'thunk/thunk.h',
298 ],
299 'defines': [
300 'PPAPI_SHARED_IMPLEMENTATION',
301 'PPAPI_THUNK_IMPLEMENTATION',
302 ],
303 'include_dirs': [
304 '..',
305 ],
306 'target_conditions': [
[email protected]246fc492012-08-27 20:28:18307 ['>(nacl_untrusted_build)==1 or >(nacl_win64_target)==1', {
[email protected]21f97752012-06-16 00:35:01308 'sources!': [
[email protected]a1686e272012-11-01 23:39:34309 'shared_impl/flash_clipboard_format_registry.cc',
[email protected]21f97752012-06-16 00:35:01310 'shared_impl/ppb_url_util_shared.cc',
311 'shared_impl/ppb_video_decoder_shared.cc',
312 'shared_impl/ppb_video_capture_shared.cc',
[email protected]21f97752012-06-16 00:35:01313 'shared_impl/private/ppb_browser_font_trusted_shared.cc',
314 'shared_impl/private/ppb_char_set_shared.cc',
[email protected]8917a672013-02-25 17:18:04315 'thunk/ppb_audio_input_dev_thunk.cc',
[email protected]21f97752012-06-16 00:35:01316 'thunk/ppb_broker_thunk.cc',
317 'thunk/ppb_browser_font_trusted_thunk.cc',
318 'thunk/ppb_buffer_thunk.cc',
[email protected]e5aeef02012-08-17 00:18:43319 'thunk/ppb_content_decryptor_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01320 'thunk/ppb_char_set_thunk.cc',
[email protected]21f97752012-06-16 00:35:01321 'thunk/ppb_flash_clipboard_thunk.cc',
322 'thunk/ppb_flash_device_id_thunk.cc',
[email protected]1c081e52013-05-25 14:30:55323 'thunk/ppb_flash_drm_thunk.cc',
[email protected]21f97752012-06-16 00:35:01324 'thunk/ppb_flash_file_fileref_thunk.cc',
325 'thunk/ppb_flash_file_modulelocal_thunk.cc',
[email protected]cb65f132012-10-09 17:06:09326 'thunk/ppb_flash_font_file_thunk.cc',
[email protected]21f97752012-06-16 00:35:01327 'thunk/ppb_flash_fullscreen_thunk.cc',
328 'thunk/ppb_flash_menu_thunk.cc',
329 'thunk/ppb_flash_message_loop_thunk.cc',
330 'thunk/ppb_flash_thunk.cc',
331 'thunk/ppb_flash_message_loop_thunk.cc',
332 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
[email protected]c9be98e2013-03-26 22:15:51333 'thunk/ppb_pdf_thunk.cc',
[email protected]b1a9d9a92013-09-17 20:58:27334 'thunk/ppb_platform_verification_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01335 'thunk/ppb_scrollbar_thunk.cc',
336 'thunk/ppb_talk_private_thunk.cc',
[email protected]21f97752012-06-16 00:35:01337 'thunk/ppb_transport_thunk.cc',
[email protected]21f97752012-06-16 00:35:01338 'thunk/ppb_url_util_thunk.cc',
339 'thunk/ppb_video_capture_thunk.cc',
[email protected]4ba60db2014-05-06 07:08:19340 'thunk/ppb_video_decoder_dev_thunk.cc',
[email protected]3ec40f22012-01-20 21:26:39341 ],
[email protected]21f97752012-06-16 00:35:01342 }],
[email protected]e8f578d2012-09-17 19:27:10343 # We exclude a few more things for nacl_win64, to avoid pulling in
344 # more dependencies.
[email protected]246fc492012-08-27 20:28:18345 ['>(nacl_win64_target)==1', {
346 'sources!': [
347 'shared_impl/ppb_audio_shared.cc',
348 'shared_impl/ppb_graphics_3d_shared.cc',
349 'shared_impl/ppb_opengles2_shared.cc',
[email protected]e8f578d2012-09-17 19:27:10350 'shared_impl/private/ppb_host_resolver_shared.cc',
[email protected]bcb7e502012-10-25 00:13:28351 'shared_impl/private/net_address_private_impl.cc',
[email protected]246fc492012-08-27 20:28:18352 'thunk/ppb_graphics_3d_thunk.cc',
[email protected]e8f578d2012-09-17 19:27:10353 'thunk/ppb_host_resolver_private_thunk.cc',
[email protected]667591d2012-09-04 21:30:12354 'thunk/ppb_tcp_server_socket_private_thunk.cc',
355 'thunk/ppb_tcp_socket_private_thunk.cc',
356 'thunk/ppb_udp_socket_private_thunk.cc',
357 'thunk/ppb_x509_certificate_private_thunk.cc',
[email protected]246fc492012-08-27 20:28:18358 ],
359 }],
[email protected]21f97752012-06-16 00:35:01360 ],
361 }],
362 ],
363 },
[email protected]55cdf6052011-05-13 19:22:53364}