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

Side by Side Diff: ppapi/c/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « gpu/khronos_glcts_support/BUILD.gn ('k') | ppapi/native_client/src/untrusted/irt_stub/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # These are just headers. 5 # These are just headers.
6 source_set("c") { 6 source_set("c") {
7 sources = [ 7 sources = [
8 "pp_array_output.h", 8 "pp_array_output.h",
9 "pp_bool.h", 9 "pp_bool.h",
10 "pp_codecs.h", 10 "pp_codecs.h",
11 "pp_completion_callback.h", 11 "pp_completion_callback.h",
12 "pp_directory_entry.h",
12 "pp_errors.h", 13 "pp_errors.h",
13 "pp_file_info.h", 14 "pp_file_info.h",
14 "pp_graphics_3d.h", 15 "pp_graphics_3d.h",
15 "pp_input_event.h", 16 "pp_input_event.h",
16 "pp_instance.h", 17 "pp_instance.h",
17 "pp_macros.h", 18 "pp_macros.h",
18 "pp_module.h", 19 "pp_module.h",
19 "pp_point.h", 20 "pp_point.h",
20 "pp_rect.h", 21 "pp_rect.h",
21 "pp_resource.h", 22 "pp_resource.h",
22 "pp_size.h", 23 "pp_size.h",
23 "pp_stdint.h", 24 "pp_stdint.h",
24 "pp_time.h", 25 "pp_time.h",
25 "pp_touch_point.h", 26 "pp_touch_point.h",
26 "pp_var.h", 27 "pp_var.h",
27 "ppb.h", 28 "ppb.h",
28 "ppb_audio.h", 29 "ppb_audio.h",
29 "ppb_audio_buffer.h", 30 "ppb_audio_buffer.h",
30 "ppb_audio_config.h", 31 "ppb_audio_config.h",
31 "ppb_audio_encoder.h", 32 "ppb_audio_encoder.h",
32 "ppb_compositor.h", 33 "ppb_compositor.h",
34 "ppb_compositor_layer.h",
33 "ppb_console.h", 35 "ppb_console.h",
34 "ppb_core.h", 36 "ppb_core.h",
35 "ppb_file_io.h", 37 "ppb_file_io.h",
36 "ppb_file_ref.h", 38 "ppb_file_ref.h",
37 "ppb_file_system.h", 39 "ppb_file_system.h",
38 "ppb_fullscreen.h", 40 "ppb_fullscreen.h",
39 "ppb_gamepad.h", 41 "ppb_gamepad.h",
40 "ppb_graphics_2d.h", 42 "ppb_graphics_2d.h",
41 "ppb_graphics_3d.h", 43 "ppb_graphics_3d.h",
42 "ppb_host_resolver.h", 44 "ppb_host_resolver.h",
(...skipping 19 matching lines...) Expand all
62 "ppb_url_request_info.h", 64 "ppb_url_request_info.h",
63 "ppb_url_response_info.h", 65 "ppb_url_response_info.h",
64 "ppb_var.h", 66 "ppb_var.h",
65 "ppb_var_array.h", 67 "ppb_var_array.h",
66 "ppb_var_array_buffer.h", 68 "ppb_var_array_buffer.h",
67 "ppb_var_dictionary.h", 69 "ppb_var_dictionary.h",
68 "ppb_video_decoder.h", 70 "ppb_video_decoder.h",
69 "ppb_video_encoder.h", 71 "ppb_video_encoder.h",
70 "ppb_video_frame.h", 72 "ppb_video_frame.h",
71 "ppb_view.h", 73 "ppb_view.h",
74 "ppb_vpn_provider.h",
72 "ppb_websocket.h", 75 "ppb_websocket.h",
73 "ppp.h", 76 "ppp.h",
74 "ppp_graphics_3d.h", 77 "ppp_graphics_3d.h",
75 "ppp_input_event.h", 78 "ppp_input_event.h",
76 "ppp_instance.h", 79 "ppp_instance.h",
80 "ppp_message_handler.h",
77 "ppp_messaging.h", 81 "ppp_messaging.h",
78 "ppp_mouse_lock.h", 82 "ppp_mouse_lock.h",
79 83
80 # Dev interfaces. 84 # Dev interfaces.
81 "dev/pp_cursor_type_dev.h", 85 "dev/pp_cursor_type_dev.h",
86 "dev/pp_print_settings_dev.h",
87 "dev/pp_video_capture_dev.h",
82 "dev/pp_video_dev.h", 88 "dev/pp_video_dev.h",
89 "dev/ppb_audio_input_dev.h",
83 "dev/ppb_buffer_dev.h", 90 "dev/ppb_buffer_dev.h",
84 "dev/ppb_char_set_dev.h", 91 "dev/ppb_char_set_dev.h",
92 "dev/ppb_crypto_dev.h",
85 "dev/ppb_cursor_control_dev.h", 93 "dev/ppb_cursor_control_dev.h",
86 "dev/ppb_device_ref_dev.h", 94 "dev/ppb_device_ref_dev.h",
87 "dev/ppb_file_chooser_dev.h", 95 "dev/ppb_file_chooser_dev.h",
96 "dev/ppb_gles_chromium_texture_mapping_dev.h",
88 "dev/ppb_ime_input_event_dev.h", 97 "dev/ppb_ime_input_event_dev.h",
89 "dev/ppb_memory_dev.h", 98 "dev/ppb_memory_dev.h",
99 "dev/ppb_opengles2ext_dev.h",
90 "dev/ppb_printing_dev.h", 100 "dev/ppb_printing_dev.h",
91 "dev/ppb_text_input_dev.h", 101 "dev/ppb_text_input_dev.h",
102 "dev/ppb_trace_event_dev.h",
92 "dev/ppb_truetype_font_dev.h", 103 "dev/ppb_truetype_font_dev.h",
93 "dev/ppb_url_util_dev.h", 104 "dev/ppb_url_util_dev.h",
105 "dev/ppb_video_capture_dev.h",
94 "dev/ppb_video_decoder_dev.h", 106 "dev/ppb_video_decoder_dev.h",
107 "dev/ppb_view_dev.h",
95 "dev/ppp_network_state_dev.h", 108 "dev/ppp_network_state_dev.h",
109 "dev/ppp_printing_dev.h",
96 "dev/ppp_text_input_dev.h", 110 "dev/ppp_text_input_dev.h",
111 "dev/ppp_video_capture_dev.h",
97 "dev/ppp_video_decoder_dev.h", 112 "dev/ppp_video_decoder_dev.h",
98 113
99 # Private interfaces. 114 # Private interfaces.
115 "private/pp_content_decryptor.h",
100 "private/pp_file_handle.h", 116 "private/pp_file_handle.h",
101 "private/pp_private_font_charset.h", 117 "private/pp_private_font_charset.h",
118 "private/pp_video_capture_format.h",
102 "private/pp_video_frame_private.h", 119 "private/pp_video_frame_private.h",
103 "private/ppb_camera_capabilities_private.h", 120 "private/ppb_camera_capabilities_private.h",
104 "private/ppb_camera_device_private.h", 121 "private/ppb_camera_device_private.h",
105 "private/ppb_content_decryptor_private.h", 122 "private/ppb_content_decryptor_private.h",
123 "private/ppb_display_color_profile_private.h",
106 "private/ppb_ext_crx_file_system_private.h", 124 "private/ppb_ext_crx_file_system_private.h",
125 "private/ppb_file_io_private.h",
126 "private/ppb_file_ref_private.h",
107 "private/ppb_find_private.h", 127 "private/ppb_find_private.h",
108 "private/ppb_flash.h", 128 "private/ppb_flash.h",
109 "private/ppb_flash_clipboard.h", 129 "private/ppb_flash_clipboard.h",
130 "private/ppb_flash_device_id.h",
131 "private/ppb_flash_drm.h",
110 "private/ppb_flash_file.h", 132 "private/ppb_flash_file.h",
111 "private/ppb_flash_font_file.h", 133 "private/ppb_flash_font_file.h",
112 "private/ppb_flash_fullscreen.h", 134 "private/ppb_flash_fullscreen.h",
113 "private/ppb_flash_menu.h", 135 "private/ppb_flash_menu.h",
114 "private/ppb_flash_message_loop.h", 136 "private/ppb_flash_message_loop.h",
137 "private/ppb_flash_print.h",
115 "private/ppb_host_resolver_private.h", 138 "private/ppb_host_resolver_private.h",
116 "private/ppb_instance_private.h", 139 "private/ppb_instance_private.h",
117 "private/ppb_isolated_file_system_private.h", 140 "private/ppb_isolated_file_system_private.h",
118 "private/ppb_net_address_private.h", 141 "private/ppb_net_address_private.h",
119 "private/ppb_output_protection_private.h", 142 "private/ppb_output_protection_private.h",
120 "private/ppb_pdf.h", 143 "private/ppb_pdf.h",
121 "private/ppb_platform_verification_private.h", 144 "private/ppb_platform_verification_private.h",
122 "private/ppb_proxy_private.h", 145 "private/ppb_proxy_private.h",
123 "private/ppb_tcp_server_socket_private.h", 146 "private/ppb_tcp_server_socket_private.h",
124 "private/ppb_tcp_socket_private.h", 147 "private/ppb_tcp_socket_private.h",
125 "private/ppb_testing_private.h", 148 "private/ppb_testing_private.h",
126 "private/ppb_udp_socket_private.h", 149 "private/ppb_udp_socket_private.h",
127 "private/ppb_uma_private.h", 150 "private/ppb_uma_private.h",
128 "private/ppb_video_destination_private.h", 151 "private/ppb_video_destination_private.h",
129 "private/ppb_video_source_private.h", 152 "private/ppb_video_source_private.h",
130 "private/ppb_x509_certificate_private.h", 153 "private/ppb_x509_certificate_private.h",
131 "private/ppp_content_decryptor_private.h", 154 "private/ppp_content_decryptor_private.h",
132 "private/ppp_find_private.h", 155 "private/ppp_find_private.h",
156 "private/ppp_flash_browser_operations.h",
133 "private/ppp_instance_private.h", 157 "private/ppp_instance_private.h",
158 "private/ppp_pdf.h",
159 "private/ppp_pexe_stream_handler.h",
134 160
135 # Deprecated interfaces. 161 # Deprecated interfaces.
136 "dev/deprecated_bool.h", 162 "dev/deprecated_bool.h",
137 "dev/ppb_var_deprecated.h", 163 "dev/ppb_var_deprecated.h",
138 "dev/ppp_class_deprecated.h", 164 "dev/ppp_class_deprecated.h",
139 165
140 # Trusted interfaces. 166 # Trusted interfaces.
141 "trusted/ppb_broker_trusted.h", 167 "trusted/ppb_broker_trusted.h",
142 "trusted/ppb_browser_font_trusted.h", 168 "trusted/ppb_browser_font_trusted.h",
169 "trusted/ppb_char_set_trusted.h",
143 "trusted/ppb_file_chooser_trusted.h", 170 "trusted/ppb_file_chooser_trusted.h",
144 "trusted/ppb_url_loader_trusted.h", 171 "trusted/ppb_url_loader_trusted.h",
145 "trusted/ppp_broker.h", 172 "trusted/ppp_broker.h",
146 ] 173 ]
147 } 174 }
OLDNEW
« no previous file with comments | « gpu/khronos_glcts_support/BUILD.gn ('k') | ppapi/native_client/src/untrusted/irt_stub/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698