[email protected] | 6117b82da | 2012-01-07 00:51:01 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 55cdf605 | 2011-05-13 19:22:53 | [diff] [blame] | 2 | # 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] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 6 | 'target_defaults': { |
| 7 | 'variables': { |
| 8 | 'ppapi_shared_target': 0, |
[email protected] | 6a3cd90 | 2012-01-21 00:48:02 | [diff] [blame] | 9 | }, |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 10 | 'target_conditions': [ |
| 11 | # This part is shared between the targets defined below. |
| 12 | ['ppapi_shared_target==1', { |
| 13 | 'sources': [ |
[email protected] | 7fc5685 | 2014-07-21 17:25:31 | [diff] [blame] | 14 | # Note: sources list duplicated in GN build. |
[email protected] | 53db2fa | 2013-03-19 00:29:03 | [diff] [blame] | 15 | 'shared_impl/array_var.cc', |
| 16 | 'shared_impl/array_var.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 17 | '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] | c44620b | 2014-06-16 14:20:26 | [diff] [blame] | 21 | 'shared_impl/compositor_layer_data.cc', |
| 22 | 'shared_impl/compositor_layer_data.h', |
[email protected] | d9e5f412 | 2013-03-18 20:42:50 | [diff] [blame] | 23 | 'shared_impl/dictionary_var.cc', |
| 24 | 'shared_impl/dictionary_var.h', |
[email protected] | c7714472 | 2013-01-19 04:16:36 | [diff] [blame] | 25 | 'shared_impl/file_io_state_manager.cc', |
| 26 | 'shared_impl/file_io_state_manager.h', |
[email protected] | 1d0da9b | 2014-01-20 06:58:00 | [diff] [blame] | 27 | 'shared_impl/file_growth.cc', |
| 28 | 'shared_impl/file_growth.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 29 | 'shared_impl/file_path.cc', |
| 30 | 'shared_impl/file_path.h', |
[email protected] | c6420f08 | 2013-09-18 22:42:41 | [diff] [blame] | 31 | 'shared_impl/file_ref_create_info.cc', |
[email protected] | d1967ed | 2013-06-18 01:10:21 | [diff] [blame] | 32 | 'shared_impl/file_ref_create_info.h', |
[email protected] | bf8961a | 2013-06-14 17:53:20 | [diff] [blame] | 33 | 'shared_impl/file_ref_util.cc', |
| 34 | 'shared_impl/file_ref_util.h', |
[email protected] | 26dfb4b7 | 2013-11-12 19:36:13 | [diff] [blame] | 35 | 'shared_impl/file_system_util.cc', |
| 36 | 'shared_impl/file_system_util.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 37 | 'shared_impl/file_type_conversion.cc', |
| 38 | 'shared_impl/file_type_conversion.h', |
[email protected] | a1686e27 | 2012-11-01 23:39:34 | [diff] [blame] | 39 | 'shared_impl/flash_clipboard_format_registry.cc', |
| 40 | 'shared_impl/flash_clipboard_format_registry.h', |
[email protected] | 246fc49 | 2012-08-27 20:28:18 | [diff] [blame] | 41 | 'shared_impl/host_resource.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 42 | 'shared_impl/host_resource.h', |
| 43 | 'shared_impl/id_assignment.cc', |
| 44 | 'shared_impl/id_assignment.h', |
[email protected] | a2c5dcd | 2014-02-08 03:20:15 | [diff] [blame] | 45 | 'shared_impl/media_stream_buffer.h', |
| 46 | 'shared_impl/media_stream_buffer_manager.cc', |
| 47 | 'shared_impl/media_stream_buffer_manager.h', |
[email protected] | 5e19b8b | 2014-06-03 13:36:42 | [diff] [blame] | 48 | 'shared_impl/media_stream_audio_track_shared.cc', |
| 49 | 'shared_impl/media_stream_audio_track_shared.h', |
[email protected] | 61ebd74e | 2014-02-26 00:44:05 | [diff] [blame] | 50 | 'shared_impl/media_stream_video_track_shared.cc', |
[email protected] | 5e19b8b | 2014-06-03 13:36:42 | [diff] [blame] | 51 | 'shared_impl/media_stream_video_track_shared.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 52 | 'shared_impl/platform_file.cc', |
| 53 | 'shared_impl/platform_file.h', |
[email protected] | 6da661c5a | 2014-03-26 18:28:30 | [diff] [blame] | 54 | 'shared_impl/ppapi_constants.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 55 | 'shared_impl/ppapi_globals.cc', |
| 56 | 'shared_impl/ppapi_globals.h', |
[email protected] | 73af633 | 2014-02-06 23:28:10 | [diff] [blame] | 57 | 'shared_impl/ppapi_nacl_plugin_args.cc', |
| 58 | 'shared_impl/ppapi_nacl_plugin_args.h', |
[email protected] | 24cddd4 | 2012-07-13 04:28:40 | [diff] [blame] | 59 | 'shared_impl/ppapi_permissions.cc', |
| 60 | 'shared_impl/ppapi_permissions.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 61 | 'shared_impl/ppapi_preferences.cc', |
| 62 | 'shared_impl/ppapi_preferences.h', |
[email protected] | 195d4cde | 2012-10-02 18:12:41 | [diff] [blame] | 63 | 'shared_impl/ppapi_switches.cc', |
| 64 | 'shared_impl/ppapi_switches.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 65 | 'shared_impl/ppb_audio_config_shared.cc', |
| 66 | 'shared_impl/ppb_audio_config_shared.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 67 | '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] | 00c0d04 | 2012-09-10 07:06:39 | [diff] [blame] | 72 | 'shared_impl/ppb_gamepad_shared.cc', |
| 73 | 'shared_impl/ppb_gamepad_shared.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 74 | '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] | 77c3417 | 2012-11-08 18:55:16 | [diff] [blame] | 83 | 'shared_impl/ppb_message_loop_shared.cc', |
| 84 | 'shared_impl/ppb_message_loop_shared.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 85 | 'shared_impl/ppb_opengles2_shared.cc', |
| 86 | 'shared_impl/ppb_opengles2_shared.h', |
[email protected] | 9257679 | 2013-09-20 15:29:13 | [diff] [blame] | 87 | 'shared_impl/ppb_tcp_socket_shared.cc', |
| 88 | 'shared_impl/ppb_tcp_socket_shared.h', |
[email protected] | 9e10e044 | 2013-01-28 18:46:24 | [diff] [blame] | 89 | 'shared_impl/ppb_trace_event_impl.cc', |
| 90 | 'shared_impl/ppb_trace_event_impl.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 91 | '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] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 97 | '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] | 3d24226 | 2013-09-03 07:09:37 | [diff] [blame] | 108 | 'shared_impl/resource_var.cc', |
| 109 | 'shared_impl/resource_var.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 110 | 'shared_impl/scoped_pp_resource.cc', |
| 111 | 'shared_impl/scoped_pp_resource.h', |
[email protected] | 7657b68 | 2012-06-19 17:36:08 | [diff] [blame] | 112 | 'shared_impl/scoped_pp_var.cc', |
| 113 | 'shared_impl/scoped_pp_var.h', |
[email protected] | 64a61fc | 2013-06-19 13:30:59 | [diff] [blame] | 114 | 'shared_impl/socket_option_data.cc', |
| 115 | 'shared_impl/socket_option_data.h', |
[email protected] | 745fc52 | 2014-05-28 21:54:45 | [diff] [blame] | 116 | 'shared_impl/test_harness_utils.cc', |
| 117 | 'shared_impl/test_harness_utils.h', |
[email protected] | 7ef6b79b | 2013-01-17 02:38:24 | [diff] [blame] | 118 | 'shared_impl/thread_aware_callback.cc', |
| 119 | 'shared_impl/thread_aware_callback.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 120 | '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] | 7b2f729 | 2012-09-19 19:52:12 | [diff] [blame] | 124 | 'shared_impl/url_request_info_data.cc', |
| 125 | 'shared_impl/url_request_info_data.h', |
[email protected] | 844fecb | 2012-11-16 20:11:06 | [diff] [blame] | 126 | 'shared_impl/url_response_info_data.cc', |
| 127 | 'shared_impl/url_response_info_data.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 128 | '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] | 96c36f68 | 2013-05-22 13:03:34 | [diff] [blame] | 134 | 'shared_impl/private/net_address_private_impl_constants.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 135 | 'shared_impl/private/net_address_private_impl.h', |
| 136 | |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 137 | 'shared_impl/private/ppb_char_set_shared.cc', |
| 138 | 'shared_impl/private/ppb_char_set_shared.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 139 | 'shared_impl/private/ppb_x509_certificate_private_shared.cc', |
| 140 | 'shared_impl/private/ppb_x509_certificate_private_shared.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 141 | |
| 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] | 6667e568 | 2014-02-11 18:59:05 | [diff] [blame] | 147 | 'thunk/ppb_audio_buffer_api.h', |
| 148 | 'thunk/ppb_audio_buffer_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 149 | 'thunk/ppb_audio_input_api.h', |
[email protected] | 8917a67 | 2013-02-25 17:18:04 | [diff] [blame] | 150 | 'thunk/ppb_audio_input_dev_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 151 | 'thunk/ppb_audio_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 152 | '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] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 158 | 'thunk/ppb_char_set_thunk.cc', |
[email protected] | f55c05e | 2014-06-06 18:57:38 | [diff] [blame] | 159 | '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] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 163 | 'thunk/ppb_console_thunk.cc', |
[email protected] | e5aeef0 | 2012-08-17 00:18:43 | [diff] [blame] | 164 | 'thunk/ppb_content_decryptor_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 165 | 'thunk/ppb_cursor_control_thunk.cc', |
| 166 | 'thunk/ppb_device_ref_api.h', |
[email protected] | a5b6ace | 2013-02-08 21:09:52 | [diff] [blame] | 167 | 'thunk/ppb_device_ref_dev_thunk.cc', |
[email protected] | d196ccaf | 2013-05-08 18:04:58 | [diff] [blame] | 168 | 'thunk/ppb_ext_crx_file_system_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 169 | 'thunk/ppb_file_chooser_api.h', |
[email protected] | 4c49e99 | 2013-03-29 18:53:16 | [diff] [blame] | 170 | 'thunk/ppb_file_chooser_dev_thunk.cc', |
| 171 | 'thunk/ppb_file_chooser_trusted_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 172 | 'thunk/ppb_file_io_api.h', |
[email protected] | 8f96cef | 2013-04-01 16:51:13 | [diff] [blame] | 173 | 'thunk/ppb_file_io_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 174 | 'thunk/ppb_file_io_thunk.cc', |
[email protected] | f54329e | 2014-01-29 00:49:51 | [diff] [blame] | 175 | 'thunk/ppb_file_mapping_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 176 | '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] | f5d324a | 2014-03-26 05:03:34 | [diff] [blame] | 180 | 'thunk/ppb_find_private_thunk.cc', |
[email protected] | 22fdaa6 | 2012-11-30 01:55:44 | [diff] [blame] | 181 | 'thunk/ppb_flash_clipboard_api.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 182 | 'thunk/ppb_flash_clipboard_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 183 | 'thunk/ppb_flash_device_id_thunk.cc', |
[email protected] | 1c081e5 | 2013-05-25 14:30:55 | [diff] [blame] | 184 | 'thunk/ppb_flash_drm_api.h', |
| 185 | 'thunk/ppb_flash_drm_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 186 | 'thunk/ppb_flash_file_fileref_thunk.cc', |
| 187 | 'thunk/ppb_flash_file_modulelocal_thunk.cc', |
[email protected] | cb65f13 | 2012-10-09 17:06:09 | [diff] [blame] | 188 | 'thunk/ppb_flash_font_file_api.h', |
| 189 | 'thunk/ppb_flash_font_file_thunk.cc', |
[email protected] | 22fdaa6 | 2012-11-30 01:55:44 | [diff] [blame] | 190 | 'thunk/ppb_flash_fullscreen_api.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 191 | 'thunk/ppb_flash_fullscreen_thunk.cc', |
[email protected] | 11d0c36 | 2012-10-11 02:02:11 | [diff] [blame] | 192 | 'thunk/ppb_flash_functions_api.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 193 | '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] | 6a77ef2 | 2012-12-21 23:31:36 | [diff] [blame] | 197 | 'thunk/ppb_flash_print_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 198 | 'thunk/ppb_flash_thunk.cc', |
| 199 | 'thunk/ppb_fullscreen_thunk.cc', |
[email protected] | f511881 | 2012-08-24 19:54:30 | [diff] [blame] | 200 | 'thunk/ppb_gamepad_api.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 201 | '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] | 0edbfc8 | 2013-06-14 06:15:39 | [diff] [blame] | 207 | 'thunk/ppb_host_resolver_api.h', |
[email protected] | c54f81b | 2013-06-24 06:05:39 | [diff] [blame] | 208 | 'thunk/ppb_host_resolver_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 209 | '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] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 213 | 'thunk/ppb_input_event_api.h', |
| 214 | 'thunk/ppb_input_event_thunk.cc', |
[email protected] | 8062ab26 | 2014-05-27 16:56:43 | [diff] [blame] | 215 | 'thunk/ppb_input_event_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 216 | 'thunk/ppb_instance_api.h', |
[email protected] | f1e929e1 | 2012-12-26 18:38:49 | [diff] [blame] | 217 | 'thunk/ppb_instance_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 218 | 'thunk/ppb_instance_thunk.cc', |
[email protected] | 43594574 | 2013-11-08 06:31:11 | [diff] [blame] | 219 | 'thunk/ppb_isolated_file_system_private_api.h', |
| 220 | 'thunk/ppb_isolated_file_system_private_thunk.cc', |
[email protected] | 2ae03650 | 2014-01-14 16:01:01 | [diff] [blame] | 221 | 'thunk/ppb_media_stream_audio_track_api.h', |
| 222 | 'thunk/ppb_media_stream_audio_track_thunk.cc', |
[email protected] | 2d453af | 2014-01-10 03:15:16 | [diff] [blame] | 223 | 'thunk/ppb_media_stream_video_track_api.h', |
| 224 | 'thunk/ppb_media_stream_video_track_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 225 | '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] | 2414d92 | 2013-06-10 09:19:21 | [diff] [blame] | 229 | 'thunk/ppb_net_address_api.h', |
[email protected] | ee51755 | 2013-06-22 20:07:50 | [diff] [blame] | 230 | 'thunk/ppb_net_address_thunk.cc', |
[email protected] | adf250c | 2013-04-22 18:13:47 | [diff] [blame] | 231 | 'thunk/ppb_network_list_api.h', |
[email protected] | 86fbad28 | 2013-09-22 06:34:03 | [diff] [blame] | 232 | 'thunk/ppb_network_list_thunk.cc', |
[email protected] | f14989b | 2013-09-06 05:30:25 | [diff] [blame] | 233 | 'thunk/ppb_network_monitor_api.h', |
[email protected] | 86fbad28 | 2013-09-22 06:34:03 | [diff] [blame] | 234 | 'thunk/ppb_network_monitor_thunk.cc', |
[email protected] | 226dea4 | 2013-06-24 21:05:36 | [diff] [blame] | 235 | 'thunk/ppb_network_proxy_api.h', |
[email protected] | 9bf4d67b | 2013-06-25 17:12:01 | [diff] [blame] | 236 | 'thunk/ppb_network_proxy_thunk.cc', |
[email protected] | a1ab6d8 | 2013-09-28 13:49:54 | [diff] [blame] | 237 | 'thunk/ppb_output_protection_api.h', |
| 238 | 'thunk/ppb_output_protection_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 239 | 'thunk/ppb_pdf_api.h', |
[email protected] | 34a4eb3 | 2013-03-21 18:02:04 | [diff] [blame] | 240 | 'thunk/ppb_pdf_thunk.cc', |
[email protected] | b1a9d9a9 | 2013-09-17 20:58:27 | [diff] [blame] | 241 | 'thunk/ppb_platform_verification_api.h', |
| 242 | 'thunk/ppb_platform_verification_private_thunk.cc', |
[email protected] | e9cb0b79 | 2012-09-07 07:11:06 | [diff] [blame] | 243 | 'thunk/ppb_printing_api.h', |
[email protected] | 2acf7ce7 | 2013-04-24 19:16:45 | [diff] [blame] | 244 | 'thunk/ppb_printing_dev_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 245 | '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] | b1784f4 | 2013-06-13 06:48:36 | [diff] [blame] | 251 | 'thunk/ppb_tcp_socket_api.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 252 | 'thunk/ppb_tcp_socket_private_api.h', |
| 253 | 'thunk/ppb_tcp_socket_private_thunk.cc', |
[email protected] | b838eea | 2013-06-22 22:17:22 | [diff] [blame] | 254 | 'thunk/ppb_tcp_socket_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 255 | 'thunk/ppb_text_input_thunk.cc', |
[email protected] | 725056b7 | 2013-03-16 09:57:51 | [diff] [blame] | 256 | 'thunk/ppb_truetype_font_api.h', |
| 257 | 'thunk/ppb_truetype_font_singleton_api.h', |
[email protected] | a388796 | 2013-04-16 21:02:16 | [diff] [blame] | 258 | 'thunk/ppb_truetype_font_dev_thunk.cc', |
[email protected] | 31cb147 | 2013-06-13 22:43:39 | [diff] [blame] | 259 | 'thunk/ppb_udp_socket_api.h', |
[email protected] | 8de1329 | 2013-06-24 06:04:39 | [diff] [blame] | 260 | 'thunk/ppb_udp_socket_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 261 | 'thunk/ppb_udp_socket_private_api.h', |
| 262 | 'thunk/ppb_udp_socket_private_thunk.cc', |
[email protected] | 4564949 | 2014-01-24 20:49:34 | [diff] [blame] | 263 | 'thunk/ppb_uma_private_thunk.cc', |
| 264 | 'thunk/ppb_uma_singleton_api.h', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 265 | 'thunk/ppb_url_loader_api.h', |
| 266 | 'thunk/ppb_url_loader_thunk.cc', |
[email protected] | b082d58 | 2013-04-18 14:02:00 | [diff] [blame] | 267 | 'thunk/ppb_url_loader_trusted_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 268 | '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] | 53db2fa | 2013-03-19 00:29:03 | [diff] [blame] | 273 | 'thunk/ppb_var_array_thunk.cc', |
[email protected] | d9e5f412 | 2013-03-18 20:42:50 | [diff] [blame] | 274 | 'thunk/ppb_var_dictionary_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 275 | 'thunk/ppb_video_capture_api.h', |
| 276 | 'thunk/ppb_video_capture_thunk.cc', |
[email protected] | 4f0c4c4 | 2014-05-06 21:35:49 | [diff] [blame] | 277 | 'thunk/ppb_video_decoder_api.h', |
[email protected] | 4ba60db | 2014-05-06 07:08:19 | [diff] [blame] | 278 | 'thunk/ppb_video_decoder_dev_api.h', |
| 279 | 'thunk/ppb_video_decoder_dev_thunk.cc', |
[email protected] | dfb0d06f3 | 2014-05-30 22:45:56 | [diff] [blame] | 280 | 'thunk/ppb_video_decoder_thunk.cc', |
[email protected] | b76257d | 2013-05-04 00:11:30 | [diff] [blame] | 281 | 'thunk/ppb_video_destination_private_api.h', |
| 282 | 'thunk/ppb_video_destination_private_thunk.cc', |
[email protected] | 2d453af | 2014-01-10 03:15:16 | [diff] [blame] | 283 | 'thunk/ppb_video_frame_api.h', |
| 284 | 'thunk/ppb_video_frame_thunk.cc', |
[email protected] | b76257d | 2013-05-04 00:11:30 | [diff] [blame] | 285 | 'thunk/ppb_video_source_private_api.h', |
| 286 | 'thunk/ppb_video_source_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 287 | 'thunk/ppb_view_api.h', |
[email protected] | 12b6f61 | 2013-02-13 18:17:58 | [diff] [blame] | 288 | 'thunk/ppb_view_dev_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 289 | '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] | a5b6ace | 2013-02-08 21:09:52 | [diff] [blame] | 293 | 'thunk/ppb_widget_dev_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 294 | 'thunk/ppb_x509_certificate_private_api.h', |
| 295 | 'thunk/ppb_x509_certificate_private_thunk.cc', |
[email protected] | 26b81db8 | 2013-04-23 23:52:20 | [diff] [blame] | 296 | 'thunk/ppb_zoom_dev_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 297 | '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] | 246fc49 | 2012-08-27 20:28:18 | [diff] [blame] | 307 | ['>(nacl_untrusted_build)==1 or >(nacl_win64_target)==1', { |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 308 | 'sources!': [ |
[email protected] | a1686e27 | 2012-11-01 23:39:34 | [diff] [blame] | 309 | 'shared_impl/flash_clipboard_format_registry.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 310 | '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] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 313 | 'shared_impl/private/ppb_browser_font_trusted_shared.cc', |
| 314 | 'shared_impl/private/ppb_char_set_shared.cc', |
[email protected] | 8917a67 | 2013-02-25 17:18:04 | [diff] [blame] | 315 | 'thunk/ppb_audio_input_dev_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 316 | 'thunk/ppb_broker_thunk.cc', |
| 317 | 'thunk/ppb_browser_font_trusted_thunk.cc', |
| 318 | 'thunk/ppb_buffer_thunk.cc', |
[email protected] | e5aeef0 | 2012-08-17 00:18:43 | [diff] [blame] | 319 | 'thunk/ppb_content_decryptor_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 320 | 'thunk/ppb_char_set_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 321 | 'thunk/ppb_flash_clipboard_thunk.cc', |
| 322 | 'thunk/ppb_flash_device_id_thunk.cc', |
[email protected] | 1c081e5 | 2013-05-25 14:30:55 | [diff] [blame] | 323 | 'thunk/ppb_flash_drm_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 324 | 'thunk/ppb_flash_file_fileref_thunk.cc', |
| 325 | 'thunk/ppb_flash_file_modulelocal_thunk.cc', |
[email protected] | cb65f13 | 2012-10-09 17:06:09 | [diff] [blame] | 326 | 'thunk/ppb_flash_font_file_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 327 | '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] | c9be98e | 2013-03-26 22:15:51 | [diff] [blame] | 333 | 'thunk/ppb_pdf_thunk.cc', |
[email protected] | b1a9d9a9 | 2013-09-17 20:58:27 | [diff] [blame] | 334 | 'thunk/ppb_platform_verification_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 335 | 'thunk/ppb_scrollbar_thunk.cc', |
| 336 | 'thunk/ppb_talk_private_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 337 | 'thunk/ppb_transport_thunk.cc', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 338 | 'thunk/ppb_url_util_thunk.cc', |
| 339 | 'thunk/ppb_video_capture_thunk.cc', |
[email protected] | 4ba60db | 2014-05-06 07:08:19 | [diff] [blame] | 340 | 'thunk/ppb_video_decoder_dev_thunk.cc', |
[email protected] | 3ec40f2 | 2012-01-20 21:26:39 | [diff] [blame] | 341 | ], |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 342 | }], |
[email protected] | e8f578d | 2012-09-17 19:27:10 | [diff] [blame] | 343 | # We exclude a few more things for nacl_win64, to avoid pulling in |
| 344 | # more dependencies. |
[email protected] | 246fc49 | 2012-08-27 20:28:18 | [diff] [blame] | 345 | ['>(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] | e8f578d | 2012-09-17 19:27:10 | [diff] [blame] | 350 | 'shared_impl/private/ppb_host_resolver_shared.cc', |
[email protected] | bcb7e50 | 2012-10-25 00:13:28 | [diff] [blame] | 351 | 'shared_impl/private/net_address_private_impl.cc', |
[email protected] | 246fc49 | 2012-08-27 20:28:18 | [diff] [blame] | 352 | 'thunk/ppb_graphics_3d_thunk.cc', |
[email protected] | e8f578d | 2012-09-17 19:27:10 | [diff] [blame] | 353 | 'thunk/ppb_host_resolver_private_thunk.cc', |
[email protected] | 667591d | 2012-09-04 21:30:12 | [diff] [blame] | 354 | '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] | 246fc49 | 2012-08-27 20:28:18 | [diff] [blame] | 358 | ], |
| 359 | }], |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 360 | ], |
| 361 | }], |
| 362 | ], |
| 363 | }, |
[email protected] | 55cdf605 | 2011-05-13 19:22:53 | [diff] [blame] | 364 | } |