| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 * This test simply includes all the C headers to ensure they compile with a C | 5 * This test simply includes all the C headers to ensure they compile with a C |
| 6 * compiler. If it compiles, it passes. | 6 * compiler. If it compiles, it passes. |
| 7 */ | 7 */ |
| 8 #ifndef PPAPI_TESTS_ALL_C_INCLUDES_H_ | 8 #ifndef PPAPI_TESTS_ALL_C_INCLUDES_H_ |
| 9 #define PPAPI_TESTS_ALL_C_INCLUDES_H_ | 9 #define PPAPI_TESTS_ALL_C_INCLUDES_H_ |
| 10 | 10 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 #include "ppapi/c/pp_macros.h" | 59 #include "ppapi/c/pp_macros.h" |
| 60 #include "ppapi/c/pp_module.h" | 60 #include "ppapi/c/pp_module.h" |
| 61 #include "ppapi/c/pp_point.h" | 61 #include "ppapi/c/pp_point.h" |
| 62 #include "ppapi/c/pp_rect.h" | 62 #include "ppapi/c/pp_rect.h" |
| 63 #include "ppapi/c/pp_resource.h" | 63 #include "ppapi/c/pp_resource.h" |
| 64 #include "ppapi/c/pp_size.h" | 64 #include "ppapi/c/pp_size.h" |
| 65 #include "ppapi/c/pp_stdint.h" | 65 #include "ppapi/c/pp_stdint.h" |
| 66 #include "ppapi/c/pp_time.h" | 66 #include "ppapi/c/pp_time.h" |
| 67 #include "ppapi/c/pp_touch_point.h" | 67 #include "ppapi/c/pp_touch_point.h" |
| 68 #include "ppapi/c/pp_var.h" | 68 #include "ppapi/c/pp_var.h" |
| 69 #include "ppapi/c/pp_video_frame.h" |
| 69 #include "ppapi/c/ppb.h" | 70 #include "ppapi/c/ppb.h" |
| 70 #include "ppapi/c/ppb_audio.h" | 71 #include "ppapi/c/ppb_audio.h" |
| 71 #include "ppapi/c/ppb_audio_config.h" | 72 #include "ppapi/c/ppb_audio_config.h" |
| 72 #include "ppapi/c/ppb_console.h" | 73 #include "ppapi/c/ppb_console.h" |
| 73 #include "ppapi/c/ppb_core.h" | 74 #include "ppapi/c/ppb_core.h" |
| 74 #include "ppapi/c/ppb_file_io.h" | 75 #include "ppapi/c/ppb_file_io.h" |
| 75 #include "ppapi/c/ppb_file_ref.h" | 76 #include "ppapi/c/ppb_file_ref.h" |
| 76 #include "ppapi/c/ppb_file_system.h" | 77 #include "ppapi/c/ppb_file_system.h" |
| 77 #include "ppapi/c/ppb_fullscreen.h" | 78 #include "ppapi/c/ppb_fullscreen.h" |
| 78 #include "ppapi/c/ppb_gamepad.h" | 79 #include "ppapi/c/ppb_gamepad.h" |
| 79 #include "ppapi/c/ppb_graphics_2d.h" | 80 #include "ppapi/c/ppb_graphics_2d.h" |
| 80 #include "ppapi/c/ppb_graphics_3d.h" | 81 #include "ppapi/c/ppb_graphics_3d.h" |
| 81 #include "ppapi/c/ppb_image_data.h" | 82 #include "ppapi/c/ppb_image_data.h" |
| 82 #include "ppapi/c/ppb_input_event.h" | 83 #include "ppapi/c/ppb_input_event.h" |
| 83 #include "ppapi/c/ppb_instance.h" | 84 #include "ppapi/c/ppb_instance.h" |
| 84 #include "ppapi/c/ppb_messaging.h" | 85 #include "ppapi/c/ppb_messaging.h" |
| 85 #include "ppapi/c/ppb_mouse_lock.h" | 86 #include "ppapi/c/ppb_mouse_lock.h" |
| 86 #include "ppapi/c/ppb_opengles2.h" | 87 #include "ppapi/c/ppb_opengles2.h" |
| 87 #include "ppapi/c/ppb_url_loader.h" | 88 #include "ppapi/c/ppb_url_loader.h" |
| 88 #include "ppapi/c/ppb_url_request_info.h" | 89 #include "ppapi/c/ppb_url_request_info.h" |
| 89 #include "ppapi/c/ppb_url_response_info.h" | 90 #include "ppapi/c/ppb_url_response_info.h" |
| 90 #include "ppapi/c/ppb_var_array_buffer.h" | 91 #include "ppapi/c/ppb_var_array_buffer.h" |
| 92 #include "ppapi/c/ppb_video_reader.h" |
| 93 #include "ppapi/c/ppb_video_writer.h" |
| 91 #include "ppapi/c/ppb_websocket.h" | 94 #include "ppapi/c/ppb_websocket.h" |
| 92 #include "ppapi/c/ppp.h" | 95 #include "ppapi/c/ppp.h" |
| 93 #include "ppapi/c/ppp_graphics_3d.h" | 96 #include "ppapi/c/ppp_graphics_3d.h" |
| 94 #include "ppapi/c/ppp_input_event.h" | 97 #include "ppapi/c/ppp_input_event.h" |
| 95 #include "ppapi/c/ppp_instance.h" | 98 #include "ppapi/c/ppp_instance.h" |
| 96 #include "ppapi/c/ppp_messaging.h" | 99 #include "ppapi/c/ppp_messaging.h" |
| 97 #include "ppapi/c/ppp_mouse_lock.h" | 100 #include "ppapi/c/ppp_mouse_lock.h" |
| 98 #include "ppapi/c/private/pp_private_font_charset.h" | 101 #include "ppapi/c/private/pp_private_font_charset.h" |
| 99 #include "ppapi/c/private/ppb_content_decryptor_private.h" | 102 #include "ppapi/c/private/ppb_content_decryptor_private.h" |
| 100 #include "ppapi/c/private/ppb_file_io_private.h" | 103 #include "ppapi/c/private/ppb_file_io_private.h" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 118 #include "ppapi/c/private/ppb_x509_certificate_private.h" | 121 #include "ppapi/c/private/ppb_x509_certificate_private.h" |
| 119 #include "ppapi/c/private/ppp_content_decryptor_private.h" | 122 #include "ppapi/c/private/ppp_content_decryptor_private.h" |
| 120 #include "ppapi/c/private/ppp_instance_private.h" | 123 #include "ppapi/c/private/ppp_instance_private.h" |
| 121 #include "ppapi/c/trusted/ppb_audio_trusted.h" | 124 #include "ppapi/c/trusted/ppb_audio_trusted.h" |
| 122 #include "ppapi/c/trusted/ppb_file_io_trusted.h" | 125 #include "ppapi/c/trusted/ppb_file_io_trusted.h" |
| 123 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" | 126 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" |
| 124 #include "ppapi/c/trusted/ppb_image_data_trusted.h" | 127 #include "ppapi/c/trusted/ppb_image_data_trusted.h" |
| 125 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" | 128 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" |
| 126 | 129 |
| 127 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ | 130 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ |
| OLD | NEW |