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

Unified Diff: ppapi/c/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 9 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/BUILD.gn
diff --git a/ppapi/c/BUILD.gn b/ppapi/c/BUILD.gn
index cd9cf210bd09ec74d7ef1c4c06192c81c782be8a..9894dd978764d098bf355d4a2cf700e92fb6d777 100644
--- a/ppapi/c/BUILD.gn
+++ b/ppapi/c/BUILD.gn
@@ -9,6 +9,7 @@ source_set("c") {
"pp_bool.h",
"pp_codecs.h",
"pp_completion_callback.h",
+ "pp_directory_entry.h",
"pp_errors.h",
"pp_file_info.h",
"pp_graphics_3d.h",
@@ -30,6 +31,7 @@ source_set("c") {
"ppb_audio_config.h",
"ppb_audio_encoder.h",
"ppb_compositor.h",
+ "ppb_compositor_layer.h",
"ppb_console.h",
"ppb_core.h",
"ppb_file_io.h",
@@ -69,49 +71,70 @@ source_set("c") {
"ppb_video_encoder.h",
"ppb_video_frame.h",
"ppb_view.h",
+ "ppb_vpn_provider.h",
"ppb_websocket.h",
"ppp.h",
"ppp_graphics_3d.h",
"ppp_input_event.h",
"ppp_instance.h",
+ "ppp_message_handler.h",
"ppp_messaging.h",
"ppp_mouse_lock.h",
# Dev interfaces.
"dev/pp_cursor_type_dev.h",
+ "dev/pp_print_settings_dev.h",
+ "dev/pp_video_capture_dev.h",
"dev/pp_video_dev.h",
+ "dev/ppb_audio_input_dev.h",
"dev/ppb_buffer_dev.h",
"dev/ppb_char_set_dev.h",
+ "dev/ppb_crypto_dev.h",
"dev/ppb_cursor_control_dev.h",
"dev/ppb_device_ref_dev.h",
"dev/ppb_file_chooser_dev.h",
+ "dev/ppb_gles_chromium_texture_mapping_dev.h",
"dev/ppb_ime_input_event_dev.h",
"dev/ppb_memory_dev.h",
+ "dev/ppb_opengles2ext_dev.h",
"dev/ppb_printing_dev.h",
"dev/ppb_text_input_dev.h",
+ "dev/ppb_trace_event_dev.h",
"dev/ppb_truetype_font_dev.h",
"dev/ppb_url_util_dev.h",
+ "dev/ppb_video_capture_dev.h",
"dev/ppb_video_decoder_dev.h",
+ "dev/ppb_view_dev.h",
"dev/ppp_network_state_dev.h",
+ "dev/ppp_printing_dev.h",
"dev/ppp_text_input_dev.h",
+ "dev/ppp_video_capture_dev.h",
"dev/ppp_video_decoder_dev.h",
# Private interfaces.
+ "private/pp_content_decryptor.h",
"private/pp_file_handle.h",
"private/pp_private_font_charset.h",
+ "private/pp_video_capture_format.h",
"private/pp_video_frame_private.h",
"private/ppb_camera_capabilities_private.h",
"private/ppb_camera_device_private.h",
"private/ppb_content_decryptor_private.h",
+ "private/ppb_display_color_profile_private.h",
"private/ppb_ext_crx_file_system_private.h",
+ "private/ppb_file_io_private.h",
+ "private/ppb_file_ref_private.h",
"private/ppb_find_private.h",
"private/ppb_flash.h",
"private/ppb_flash_clipboard.h",
+ "private/ppb_flash_device_id.h",
+ "private/ppb_flash_drm.h",
"private/ppb_flash_file.h",
"private/ppb_flash_font_file.h",
"private/ppb_flash_fullscreen.h",
"private/ppb_flash_menu.h",
"private/ppb_flash_message_loop.h",
+ "private/ppb_flash_print.h",
"private/ppb_host_resolver_private.h",
"private/ppb_instance_private.h",
"private/ppb_isolated_file_system_private.h",
@@ -130,7 +153,10 @@ source_set("c") {
"private/ppb_x509_certificate_private.h",
"private/ppp_content_decryptor_private.h",
"private/ppp_find_private.h",
+ "private/ppp_flash_browser_operations.h",
"private/ppp_instance_private.h",
+ "private/ppp_pdf.h",
+ "private/ppp_pexe_stream_handler.h",
# Deprecated interfaces.
"dev/deprecated_bool.h",
@@ -140,6 +166,7 @@ source_set("c") {
# Trusted interfaces.
"trusted/ppb_broker_trusted.h",
"trusted/ppb_browser_font_trusted.h",
+ "trusted/ppb_char_set_trusted.h",
"trusted/ppb_file_chooser_trusted.h",
"trusted/ppb_url_loader_trusted.h",
"trusted/ppp_broker.h",
« 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