| Index: ppapi/ppapi_shared.gypi
|
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
|
| index 43d88954ef593a742600f1958aeca7d9085aec44..07a288651842cf257661028a27369ebd40e6a6f5 100644
|
| --- a/ppapi/ppapi_shared.gypi
|
| +++ b/ppapi/ppapi_shared.gypi
|
| @@ -22,10 +22,10 @@
|
| 'shared_impl/compositor_layer_data.h',
|
| 'shared_impl/dictionary_var.cc',
|
| 'shared_impl/dictionary_var.h',
|
| - 'shared_impl/file_io_state_manager.cc',
|
| - 'shared_impl/file_io_state_manager.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',
|
| @@ -42,11 +42,11 @@
|
| '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_audio_track_shared.cc',
|
| - 'shared_impl/media_stream_audio_track_shared.h',
|
| 'shared_impl/media_stream_video_track_shared.cc',
|
| 'shared_impl/media_stream_video_track_shared.h',
|
| 'shared_impl/platform_file.cc',
|
| @@ -99,6 +99,11 @@
|
| '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',
|
| @@ -129,10 +134,6 @@
|
| 'shared_impl/var.h',
|
| 'shared_impl/var_tracker.cc',
|
| 'shared_impl/var_tracker.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_constants.cc',
|
| - 'shared_impl/private/net_address_private_impl.h',
|
|
|
| 'shared_impl/private/ppb_char_set_shared.cc',
|
| 'shared_impl/private/ppb_char_set_shared.h',
|
| @@ -142,10 +143,10 @@
|
| 'thunk/enter.cc',
|
| 'thunk/enter.h',
|
| 'thunk/ppb_audio_api.h',
|
| - 'thunk/ppb_audio_config_api.h',
|
| - 'thunk/ppb_audio_config_thunk.cc',
|
| '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',
|
| @@ -205,14 +206,14 @@
|
| 'thunk/ppb_graphics_3d_api.h',
|
| 'thunk/ppb_graphics_3d_thunk.cc',
|
| 'thunk/ppb_host_resolver_api.h',
|
| - 'thunk/ppb_host_resolver_thunk.cc',
|
| '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_input_event_private_thunk.cc',
|
| + 'thunk/ppb_input_event_thunk.cc',
|
| 'thunk/ppb_instance_api.h',
|
| 'thunk/ppb_instance_private_thunk.cc',
|
| 'thunk/ppb_instance_thunk.cc',
|
| @@ -254,12 +255,12 @@
|
| 'thunk/ppb_tcp_socket_thunk.cc',
|
| 'thunk/ppb_text_input_thunk.cc',
|
| 'thunk/ppb_truetype_font_api.h',
|
| - 'thunk/ppb_truetype_font_singleton_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_thunk.cc',
|
| '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',
|
| @@ -310,16 +311,16 @@
|
| 'sources!': [
|
| 'shared_impl/flash_clipboard_format_registry.cc',
|
| 'shared_impl/ppb_url_util_shared.cc',
|
| - 'shared_impl/ppb_video_decoder_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_content_decryptor_private_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',
|
| @@ -329,8 +330,8 @@
|
| 'thunk/ppb_flash_fullscreen_thunk.cc',
|
| 'thunk/ppb_flash_menu_thunk.cc',
|
| 'thunk/ppb_flash_message_loop_thunk.cc',
|
| - 'thunk/ppb_flash_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',
|
| @@ -349,8 +350,8 @@
|
| 'shared_impl/ppb_audio_shared.cc',
|
| 'shared_impl/ppb_graphics_3d_shared.cc',
|
| 'shared_impl/ppb_opengles2_shared.cc',
|
| - 'shared_impl/private/ppb_host_resolver_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',
|
|
|