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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 17261007: [NaCl SDK] .dsc files copy public headers, add ppapi_cpp dev sources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: native_client_sdk/src/libraries/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index e6ffb6c26c244a8ac23d602bfd2f15263ff7e53f..5da6205ea986ab2f9ccc4d3056321a980308d209 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -3,6 +3,9 @@
'SEARCH': [
'.',
'../../../../ppapi/cpp',
+ '../../../../ppapi/cpp/dev',
+ '../../../../ppapi/cpp/extensions',
+ '../../../../ppapi/cpp/extensions/dev',
'../../../../ppapi/utility',
'../../../../ppapi/utility/graphics',
'../../../../ppapi/utility/threading',
@@ -13,46 +16,230 @@
'NAME' : 'ppapi_cpp',
'TYPE' : 'lib',
'SOURCES' : [
- 'ppp_entrypoints.cc',
- 'array_output.cc',
- 'audio.cc',
- 'audio_config.cc',
- 'core.cc',
- 'directory_entry.cc',
- 'file_io.cc',
- 'file_ref.cc',
- 'file_system.cc',
- 'fullscreen.cc',
- 'graphics_2d.cc',
- 'graphics_3d.cc',
- 'graphics_3d_client.cc',
- 'image_data.cc',
- 'input_event.cc',
- 'instance.cc',
- 'instance_handle.cc',
- 'lock.cc',
- 'message_loop.cc',
- 'module.cc',
- 'mouse_cursor.cc',
- 'mouse_lock.cc',
- 'rect.cc',
- 'resource.cc',
- 'url_loader.cc',
- 'url_request_info.cc',
- 'url_response_info.cc',
- 'var.cc',
- 'var_array_buffer.cc',
- 'view.cc',
- 'websocket.cc',
+ # ppapi/cpp
+ 'array_output.cc',
+ 'audio.cc',
+ 'audio_config.cc',
+ 'core.cc',
+ 'directory_entry.cc',
+ 'file_io.cc',
+ 'file_ref.cc',
+ 'file_system.cc',
+ 'fullscreen.cc',
+ 'graphics_2d.cc',
+ 'graphics_3d.cc',
+ 'graphics_3d_client.cc',
+ 'image_data.cc',
+ 'input_event.cc',
+ 'instance.cc',
+ 'instance_handle.cc',
+ 'message_loop.cc',
+ 'module.cc',
+ 'mouse_cursor.cc',
+ 'mouse_lock.cc',
+ 'ppp_entrypoints.cc',
+ 'rect.cc',
+ 'resource.cc',
+ 'url_loader.cc',
+ 'url_request_info.cc',
+ 'url_response_info.cc',
+ 'var_array_buffer.cc',
+ 'var.cc',
+ 'view.cc',
+ 'websocket.cc',
- # Utility sources.
- 'paint_aggregator.cc',
- 'paint_manager.cc',
- 'simple_thread.cc',
- 'websocket_api.cc',
+ # ppapi/cpp/dev
+ 'widget_client_dev.cc',
+ 'net_address_dev.cc',
+ 'resource_array_dev.cc',
+ 'var_dictionary_dev.cc',
+ 'video_capture_client_dev.cc',
+ 'video_decoder_client_dev.cc',
+ 'crypto_dev.cc',
+ 'udp_socket_dev.cc',
+ 'selection_dev.cc',
+ 'buffer_dev.cc',
+ 'url_util_dev.cc',
+ 'video_capture_dev.cc',
+ 'var_array_dev.cc',
+ 'zoom_dev.cc',
+ 'ime_input_event_dev.cc',
+ 'text_input_dev.cc',
+ 'font_dev.cc',
+ 'find_dev.cc',
+ 'view_dev.cc',
+ 'memory_dev.cc',
+ 'truetype_font_dev.cc',
+ 'file_chooser_dev.cc',
+ 'video_decoder_dev.cc',
+ 'cursor_control_dev.cc',
+ 'device_ref_dev.cc',
+ 'tcp_socket_dev.cc',
+ 'printing_dev.cc',
+ 'scriptable_object_deprecated.cc',
+ 'audio_input_dev.cc',
+ 'host_resolver_dev.cc',
+ 'scrollbar_dev.cc',
+ 'graphics_2d_dev.cc',
+ 'widget_dev.cc',
+
+ # ppapi/cpp/extensions
+ 'event_base.cc',
+
+ # ppapi/cpp/extensions/dev
+ 'alarms_dev.cc',
+ 'events_dev.cc',
+ 'socket_dev.cc',
+
+ # ppapi/utility/graphics
+ 'paint_aggregator.cc',
+ 'paint_manager.cc',
+
+ # ppapi/utility/websocket
+ 'websocket_api.cc',
+
+ # ppapi/utility/threading
+ 'lock.cc',
+ 'simple_thread.cc',
],
}
],
+ 'HEADERS': [
+ {
+ 'FILES': [
+ 'array_output.h',
+ 'audio_config.h',
+ 'audio.h',
+ 'completion_callback.h',
+ 'core.h',
+ 'directory_entry.h',
+ 'file_io.h',
+ 'file_ref.h',
+ 'file_system.h',
+ 'fullscreen.h',
+ 'graphics_2d.h',
+ 'graphics_3d_client.h',
+ 'graphics_3d.h',
+ 'image_data.h',
+ 'input_event.h',
+ 'instance.h',
+ 'instance_handle.h',
+ 'logging.h',
+ 'message_loop.h',
+ 'module_embedder.h',
+ 'module.h',
+ 'module_impl.h',
+ 'mouse_cursor.h',
+ 'mouse_lock.h',
+ 'output_traits.h',
+ 'pass_ref.h',
+ 'point.h',
+ 'rect.h',
+ 'resource.h',
+ 'size.h',
+ 'touch_point.h',
+ 'url_loader.h',
+ 'url_request_info.h',
+ 'url_response_info.h',
+ 'var_array_buffer.h',
+ 'var.h',
+ 'view.h',
+ 'websocket.h',
+ ],
+ 'DEST': 'include/ppapi/cpp',
+ },
+ {
+ 'FILES': [
+ 'audio_input_dev.h',
+ 'buffer_dev.h',
+ 'crypto_dev.h',
+ 'cursor_control_dev.h',
+ 'device_ref_dev.h',
+ 'file_chooser_dev.h',
+ 'find_dev.h',
+ 'font_dev.h',
+ 'graphics_2d_dev.h',
+ 'host_resolver_dev.h',
+ 'ime_input_event_dev.h',
+ 'memory_dev.h',
+ 'net_address_dev.h',
+ 'printing_dev.h',
+ 'resource_array_dev.h',
+ 'scriptable_object_deprecated.h',
+ 'scrollbar_dev.h',
+ 'selection_dev.h',
+ 'tcp_socket_dev.h',
+ 'text_input_dev.h',
+ 'truetype_font_dev.h',
+ 'udp_socket_dev.h',
+ 'url_util_dev.h',
+ 'var_array_dev.h',
+ 'var_dictionary_dev.h',
+ 'video_capture_client_dev.h',
+ 'video_capture_dev.h',
+ 'video_decoder_client_dev.h',
+ 'video_decoder_dev.h',
+ 'view_dev.h',
+ 'widget_client_dev.h',
+ 'widget_dev.h',
+ 'zoom_dev.h',
+ ],
+ 'DEST': 'include/ppapi/cpp/dev',
+ },
+ {
+ 'FILES': [
+ 'dict_field.h',
+ 'event_base.h',
+ 'ext_output_traits.h',
+ 'from_var_converter.h',
+ 'optional.h',
+ 'to_var_converter.h',
+ ],
+ 'DEST': 'include/ppapi/cpp/extensions',
+ },
+ {
+ 'FILES': [
+ 'alarms_dev.h',
+ 'events_dev.h',
+ 'socket_dev.h',
+ ],
+ 'DEST': 'include/ppapi/cpp/extensions/dev',
+ },
+ {
+ 'FILES': [
+ 'completion_callback_factory.h',
+ 'completion_callback_factory_thread_traits.h',
+ ],
+ 'DEST': 'include/ppapi/utility',
+ },
+ {
+ 'FILES': [
+ 'paint_aggregator.h',
+ 'paint_manager.h',
+ ],
+ 'DEST': 'include/ppapi/utility/graphics',
+ },
+ {
+ 'FILES': [
+ 'paint_aggregator.h',
+ 'paint_manager.h',
+ ],
+ 'DEST': 'include/ppapi/utility/graphics',
+ },
+ {
+ 'FILES': [
+ 'websocket_api.h',
+ ],
+ 'DEST': 'include/ppapi/utility/websocket',
+ },
+ {
+ 'FILES': [
+ 'lock.h',
+ 'simple_thread.h',
+ ],
+ 'DEST': 'include/ppapi/utility/threading',
+ },
+ ],
'DEST': 'src',
'NAME': 'ppapi_cpp',
}

Powered by Google App Engine
This is Rietveld 408576698