Index: native_client_sdk/src/libraries/ppapi/library.dsc |
diff --git a/native_client_sdk/src/libraries/ppapi/library.dsc b/native_client_sdk/src/libraries/ppapi/library.dsc |
index 6b35983beb1e08b3e2a6157fee8181bee6f4d00c..cb702cb5d1b81ae27b29063e83d473abea648e81 100644 |
--- a/native_client_sdk/src/libraries/ppapi/library.dsc |
+++ b/native_client_sdk/src/libraries/ppapi/library.dsc |
@@ -1,5 +1,11 @@ |
{ |
- 'TOOLS': ['win', 'linux'], |
+ 'TOOLS': ['win', 'linux', 'mac'], |
+ 'SEARCH': [ |
+ '.', |
+ '../../../../ppapi/c', |
+ '../../../../ppapi/c/dev', |
+ '../../../../ppapi/c/extensions/dev', |
+ ], |
'TARGETS': [ |
{ |
'NAME' : 'ppapi', |
@@ -9,6 +15,129 @@ |
], |
} |
], |
+ 'HEADERS': [ |
+ { |
+ 'FILES': [ |
+ 'pp_array_output.h', |
Sam Clegg
2013/06/19 20:04:44
Can we put 'ppapi/c/extensions/dev/pp_array_output
binji
2013/06/19 20:14:33
That's likely to be a bigger change (it will affec
|
+ 'ppb_audio_config.h', |
+ 'ppb_audio.h', |
+ 'ppb_console.h', |
+ 'ppb_core.h', |
+ 'ppb_file_io.h', |
+ 'ppb_file_ref.h', |
+ 'ppb_file_system.h', |
+ 'ppb_fullscreen.h', |
+ 'ppb_gamepad.h', |
+ 'ppb_graphics_2d.h', |
+ 'ppb_graphics_3d.h', |
+ 'ppb.h', |
+ 'ppb_image_data.h', |
+ 'ppb_input_event.h', |
+ 'ppb_instance.h', |
+ 'ppb_message_loop.h', |
+ 'ppb_messaging.h', |
+ 'ppb_mouse_cursor.h', |
+ 'ppb_mouse_lock.h', |
+ 'pp_bool.h', |
+ 'ppb_opengles2.h', |
+ 'ppb_url_loader.h', |
+ 'ppb_url_request_info.h', |
+ 'ppb_url_response_info.h', |
+ 'ppb_var_array_buffer.h', |
+ 'ppb_var.h', |
+ 'ppb_view.h', |
+ 'ppb_websocket.h', |
+ 'pp_completion_callback.h', |
+ 'pp_directory_entry.h', |
+ 'pp_errors.h', |
+ 'pp_file_info.h', |
+ 'pp_graphics_3d.h', |
+ 'pp_input_event.h', |
+ 'pp_instance.h', |
+ 'pp_macros.h', |
+ 'pp_module.h', |
+ 'ppp_graphics_3d.h', |
+ 'ppp.h', |
+ 'ppp_input_event.h', |
+ 'ppp_instance.h', |
+ 'ppp_messaging.h', |
+ 'ppp_mouse_lock.h', |
+ 'pp_point.h', |
+ 'pp_rect.h', |
+ 'pp_resource.h', |
+ 'pp_size.h', |
+ 'pp_stdint.h', |
+ 'pp_time.h', |
+ 'pp_touch_point.h', |
+ 'pp_var.h', |
+ ], |
+ 'DEST': 'include/ppapi/c', |
+ }, |
+ { |
+ 'FILES': [ |
+ 'deprecated_bool.h', |
+ 'ppb_audio_input_dev.h', |
+ 'ppb_buffer_dev.h', |
+ 'ppb_char_set_dev.h', |
+ 'ppb_crypto_dev.h', |
+ 'ppb_cursor_control_dev.h', |
+ 'ppb_device_ref_dev.h', |
+ 'ppb_file_chooser_dev.h', |
+ 'ppb_find_dev.h', |
+ 'ppb_font_dev.h', |
+ 'ppb_gles_chromium_texture_mapping_dev.h', |
+ 'ppb_graphics_2d_dev.h', |
+ 'ppb_host_resolver_dev.h', |
+ 'ppb_ime_input_event_dev.h', |
+ 'ppb_keyboard_input_event_dev.h', |
+ 'ppb_memory_dev.h', |
+ 'ppb_net_address_dev.h', |
+ 'ppb_opengles2ext_dev.h', |
+ 'ppb_printing_dev.h', |
+ 'ppb_resource_array_dev.h', |
+ 'ppb_scrollbar_dev.h', |
+ 'ppb_tcp_socket_dev.h', |
+ 'ppb_testing_dev.h', |
+ 'ppb_text_input_dev.h', |
+ 'ppb_trace_event_dev.h', |
+ 'ppb_truetype_font_dev.h', |
+ 'ppb_udp_socket_dev.h', |
+ 'ppb_url_util_dev.h', |
+ 'ppb_var_array_dev.h', |
+ 'ppb_var_deprecated.h', |
+ 'ppb_var_dictionary_dev.h', |
+ 'ppb_video_capture_dev.h', |
+ 'ppb_video_decoder_dev.h', |
+ 'ppb_view_dev.h', |
+ 'ppb_widget_dev.h', |
+ 'ppb_zoom_dev.h', |
+ 'pp_cursor_type_dev.h', |
+ 'ppp_class_deprecated.h', |
+ 'ppp_find_dev.h', |
+ 'ppp_network_state_dev.h', |
+ 'ppp_printing_dev.h', |
+ 'pp_print_settings_dev.h', |
+ 'ppp_scrollbar_dev.h', |
+ 'ppp_selection_dev.h', |
+ 'ppp_text_input_dev.h', |
+ 'ppp_video_capture_dev.h', |
+ 'ppp_video_decoder_dev.h', |
+ 'ppp_widget_dev.h', |
+ 'ppp_zoom_dev.h', |
+ 'pp_video_capture_dev.h', |
+ 'pp_video_dev.h', |
+ ], |
+ 'DEST': 'include/ppapi/c/dev', |
+ }, |
+ { |
+ 'FILES': [ |
+ 'ppb_ext_alarms_dev.h', |
+ 'ppb_ext_events_dev.h', |
+ 'ppb_ext_socket_dev.h', |
+ ], |
+ 'DEST': 'include/ppapi/c/extensions/dev', |
+ }, |
+ ], |
'DEST': 'src', |
'NAME': 'ppapi', |
} |