Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: ppapi/ppapi_shared.gypi

Issue 10828023: PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for review? Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 80979ceae512f811f4193742998a00933d6f6521..65d7a1c8357d228a7a2ba505215bc10678eaabb6 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -28,6 +28,7 @@
'shared_impl/file_path.h',
'shared_impl/file_type_conversion.cc',
'shared_impl/file_type_conversion.h',
+ 'shared_impl/host_resource.cc',
'shared_impl/host_resource.h',
'shared_impl/id_assignment.cc',
'shared_impl/id_assignment.h',
@@ -297,6 +298,65 @@
'thunk/ppb_x509_certificate_private_thunk.cc',
],
}],
+ ['>(nacl_target)==1', {
+ 'sources!': [
+ 'shared_impl/ppb_audio_input_shared.cc',
+ 'shared_impl/ppb_audio_shared.cc',
+ 'shared_impl/ppb_graphics_3d_shared.cc',
+ 'shared_impl/ppb_opengles2_shared.cc',
+ 'shared_impl/ppb_url_util_shared.cc',
+ 'shared_impl/ppb_video_decoder_shared.cc',
+ 'shared_impl/ppb_video_capture_shared.cc',
+ 'shared_impl/private/net_address_private_impl.cc',
+ 'shared_impl/private/ppb_browser_font_trusted_shared.cc',
+ 'shared_impl/private/ppb_char_set_shared.cc',
+ 'shared_impl/private/ppb_host_resolver_shared.cc',
+ 'shared_impl/private/ppb_tcp_server_socket_shared.cc',
+ 'shared_impl/private/ppb_x509_certificate_private_shared.cc',
+ 'shared_impl/private/tcp_socket_private_impl.cc',
+ 'shared_impl/private/udp_socket_private_impl.cc',
+ 'thunk/ppb_audio_input_thunk.cc',
+ 'thunk/ppb_audio_input_trusted_thunk.cc',
+ 'thunk/ppb_audio_trusted_thunk.cc',
+ 'thunk/ppb_broker_thunk.cc',
+ 'thunk/ppb_browser_font_trusted_thunk.cc',
+ 'thunk/ppb_buffer_thunk.cc',
+ 'thunk/ppb_buffer_trusted_thunk.cc',
+ 'thunk/ppb_char_set_thunk.cc',
+ 'thunk/ppb_directory_reader_thunk.cc',
+ 'thunk/ppb_file_chooser_thunk.cc',
+ 'thunk/ppb_file_io_trusted_thunk.cc',
+ 'thunk/ppb_flash_clipboard_thunk.cc',
+ 'thunk/ppb_flash_device_id_thunk.cc',
+ 'thunk/ppb_flash_file_fileref_thunk.cc',
+ 'thunk/ppb_flash_file_modulelocal_thunk.cc',
+ '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_gles_chromium_texture_mapping_thunk.cc',
+ 'thunk/ppb_graphics_3d_thunk.cc',
+ 'thunk/ppb_graphics_3d_trusted_thunk.cc',
+ 'thunk/ppb_host_resolver_private_thunk.cc',
+ 'thunk/ppb_image_data_trusted_thunk.cc',
+ 'thunk/ppb_layer_compositor_thunk.cc',
+ 'thunk/ppb_network_list_private_thunk.cc',
+ 'thunk/ppb_network_monitor_private_thunk.cc',
+ 'thunk/ppb_scrollbar_thunk.cc',
+ 'thunk/ppb_talk_private_thunk.cc',
+ 'thunk/ppb_tcp_server_socket_private_thunk.cc',
+ 'thunk/ppb_tcp_socket_private_thunk.cc',
+ 'thunk/ppb_transport_thunk.cc',
+ 'thunk/ppb_udp_socket_private_thunk.cc',
+ 'thunk/ppb_url_util_thunk.cc',
+ 'thunk/ppb_video_capture_thunk.cc',
+ 'thunk/ppb_video_decoder_thunk.cc',
+ 'thunk/ppb_video_layer_thunk.cc',
+ 'thunk/ppb_websocket_thunk.cc',
+ 'thunk/ppb_x509_certificate_private_thunk.cc',
+ ],
+ }],
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698