OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//ppapi/ppapi_sources.gni") | |
6 | |
7 # These are just headers. | 5 # These are just headers. |
8 source_set("c") { | 6 source_set("c") { |
9 sources = rebase_path(ppapi_sources.c_source_files, ".", "..") | 7 sources = [ |
| 8 "pp_array_output.h", |
| 9 "pp_bool.h", |
| 10 "pp_codecs.h", |
| 11 "pp_completion_callback.h", |
| 12 "pp_errors.h", |
| 13 "pp_file_info.h", |
| 14 "pp_graphics_3d.h", |
| 15 "pp_input_event.h", |
| 16 "pp_instance.h", |
| 17 "pp_macros.h", |
| 18 "pp_module.h", |
| 19 "pp_point.h", |
| 20 "pp_rect.h", |
| 21 "pp_resource.h", |
| 22 "pp_size.h", |
| 23 "pp_stdint.h", |
| 24 "pp_time.h", |
| 25 "pp_touch_point.h", |
| 26 "pp_var.h", |
| 27 "ppb.h", |
| 28 "ppb_audio.h", |
| 29 "ppb_audio_buffer.h", |
| 30 "ppb_audio_config.h", |
| 31 "ppb_audio_encoder.h", |
| 32 "ppb_compositor.h", |
| 33 "ppb_console.h", |
| 34 "ppb_core.h", |
| 35 "ppb_file_io.h", |
| 36 "ppb_file_ref.h", |
| 37 "ppb_file_system.h", |
| 38 "ppb_fullscreen.h", |
| 39 "ppb_gamepad.h", |
| 40 "ppb_graphics_2d.h", |
| 41 "ppb_graphics_3d.h", |
| 42 "ppb_host_resolver.h", |
| 43 "ppb_image_data.h", |
| 44 "ppb_input_event.h", |
| 45 "ppb_instance.h", |
| 46 "ppb_media_stream_audio_track.h", |
| 47 "ppb_media_stream_video_track.h", |
| 48 "ppb_message_loop.h", |
| 49 "ppb_messaging.h", |
| 50 "ppb_mouse_cursor.h", |
| 51 "ppb_mouse_lock.h", |
| 52 "ppb_net_address.h", |
| 53 "ppb_network_list.h", |
| 54 "ppb_network_monitor.h", |
| 55 "ppb_network_proxy.h", |
| 56 "ppb_opengles2.h", |
| 57 "ppb_ppb_vpn_provider.h", |
| 58 "ppb_tcp_socket.h", |
| 59 "ppb_text_input_controller.h", |
| 60 "ppb_udp_socket.h", |
| 61 "ppb_url_loader.h", |
| 62 "ppb_url_request_info.h", |
| 63 "ppb_url_response_info.h", |
| 64 "ppb_var.h", |
| 65 "ppb_var_array.h", |
| 66 "ppb_var_array_buffer.h", |
| 67 "ppb_var_dictionary.h", |
| 68 "ppb_video_decoder.h", |
| 69 "ppb_video_encoder.h", |
| 70 "ppb_video_frame.h", |
| 71 "ppb_view.h", |
| 72 "ppb_websocket.h", |
| 73 "ppp.h", |
| 74 "ppp_graphics_3d.h", |
| 75 "ppp_input_event.h", |
| 76 "ppp_instance.h", |
| 77 "ppp_messaging.h", |
| 78 "ppp_mouse_lock.h", |
| 79 |
| 80 # Dev interfaces. |
| 81 "dev/pp_cursor_type_dev.h", |
| 82 "dev/pp_video_dev.h", |
| 83 "dev/ppb_buffer_dev.h", |
| 84 "dev/ppb_char_set_dev.h", |
| 85 "dev/ppb_cursor_control_dev.h", |
| 86 "dev/ppb_device_ref_dev.h", |
| 87 "dev/ppb_file_chooser_dev.h", |
| 88 "dev/ppb_ime_input_event_dev.h", |
| 89 "dev/ppb_memory_dev.h", |
| 90 "dev/ppb_printing_dev.h", |
| 91 "dev/ppb_text_input_dev.h", |
| 92 "dev/ppb_truetype_font_dev.h", |
| 93 "dev/ppb_url_util_dev.h", |
| 94 "dev/ppb_video_decoder_dev.h", |
| 95 "dev/ppp_network_state_dev.h", |
| 96 "dev/ppp_text_input_dev.h", |
| 97 "dev/ppp_video_decoder_dev.h", |
| 98 |
| 99 # Private interfaces. |
| 100 "private/pp_file_handle.h", |
| 101 "private/pp_private_font_charset.h", |
| 102 "private/pp_video_frame_private.h", |
| 103 "private/ppb_camera_capabilities_private.h", |
| 104 "private/ppb_camera_device_private.h", |
| 105 "private/ppb_content_decryptor_private.h", |
| 106 "private/ppb_ext_crx_file_system_private.h", |
| 107 "private/ppb_find_private.h", |
| 108 "private/ppb_flash.h", |
| 109 "private/ppb_flash_clipboard.h", |
| 110 "private/ppb_flash_file.h", |
| 111 "private/ppb_flash_font_file.h", |
| 112 "private/ppb_flash_fullscreen.h", |
| 113 "private/ppb_flash_menu.h", |
| 114 "private/ppb_flash_message_loop.h", |
| 115 "private/ppb_host_resolver_private.h", |
| 116 "private/ppb_instance_private.h", |
| 117 "private/ppb_isolated_file_system_private.h", |
| 118 "private/ppb_net_address_private.h", |
| 119 "private/ppb_output_protection_private.h", |
| 120 "private/ppb_pdf.h", |
| 121 "private/ppb_platform_verification_private.h", |
| 122 "private/ppb_proxy_private.h", |
| 123 "private/ppb_tcp_server_socket_private.h", |
| 124 "private/ppb_tcp_socket_private.h", |
| 125 "private/ppb_testing_private.h", |
| 126 "private/ppb_udp_socket_private.h", |
| 127 "private/ppb_uma_private.h", |
| 128 "private/ppb_video_destination_private.h", |
| 129 "private/ppb_video_source_private.h", |
| 130 "private/ppb_x509_certificate_private.h", |
| 131 "private/ppp_content_decryptor_private.h", |
| 132 "private/ppp_find_private.h", |
| 133 "private/ppp_instance_private.h", |
| 134 |
| 135 # Deprecated interfaces. |
| 136 "dev/deprecated_bool.h", |
| 137 "dev/ppb_var_deprecated.h", |
| 138 "dev/ppp_class_deprecated.h", |
| 139 |
| 140 # Trusted interfaces. |
| 141 "trusted/ppb_broker_trusted.h", |
| 142 "trusted/ppb_browser_font_trusted.h", |
| 143 "trusted/ppb_file_chooser_trusted.h", |
| 144 "trusted/ppb_url_loader_trusted.h", |
| 145 "trusted/ppp_broker.h", |
| 146 ] |
10 } | 147 } |
OLD | NEW |