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

Side by Side Diff: ppapi/tests/all_c_includes.h

Issue 1726303003: ppapi: PPB_VpnProvider: Define API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove GetUnbindEvent Created 4 years, 7 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 | « ppapi/shared_impl/resource.h ('k') | ppapi/tests/all_cpp_includes.h » ('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 (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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 #include "ppapi/c/ppb_tcp_socket.h" 79 #include "ppapi/c/ppb_tcp_socket.h"
80 #include "ppapi/c/ppb_text_input_controller.h" 80 #include "ppapi/c/ppb_text_input_controller.h"
81 #include "ppapi/c/ppb_udp_socket.h" 81 #include "ppapi/c/ppb_udp_socket.h"
82 #include "ppapi/c/ppb_url_loader.h" 82 #include "ppapi/c/ppb_url_loader.h"
83 #include "ppapi/c/ppb_url_request_info.h" 83 #include "ppapi/c/ppb_url_request_info.h"
84 #include "ppapi/c/ppb_url_response_info.h" 84 #include "ppapi/c/ppb_url_response_info.h"
85 #include "ppapi/c/ppb_var_array.h" 85 #include "ppapi/c/ppb_var_array.h"
86 #include "ppapi/c/ppb_var_array_buffer.h" 86 #include "ppapi/c/ppb_var_array_buffer.h"
87 #include "ppapi/c/ppb_var_dictionary.h" 87 #include "ppapi/c/ppb_var_dictionary.h"
88 #include "ppapi/c/ppb_video_frame.h" 88 #include "ppapi/c/ppb_video_frame.h"
89 #include "ppapi/c/ppb_vpn_provider.h"
89 #include "ppapi/c/ppb_websocket.h" 90 #include "ppapi/c/ppb_websocket.h"
90 #include "ppapi/c/ppp.h" 91 #include "ppapi/c/ppp.h"
91 #include "ppapi/c/ppp_graphics_3d.h" 92 #include "ppapi/c/ppp_graphics_3d.h"
92 #include "ppapi/c/ppp_input_event.h" 93 #include "ppapi/c/ppp_input_event.h"
93 #include "ppapi/c/ppp_instance.h" 94 #include "ppapi/c/ppp_instance.h"
94 #include "ppapi/c/ppp_message_handler.h" 95 #include "ppapi/c/ppp_message_handler.h"
95 #include "ppapi/c/ppp_messaging.h" 96 #include "ppapi/c/ppp_messaging.h"
96 #include "ppapi/c/ppp_mouse_lock.h" 97 #include "ppapi/c/ppp_mouse_lock.h"
97 #include "ppapi/c/private/pp_private_font_charset.h" 98 #include "ppapi/c/private/pp_private_font_charset.h"
98 #include "ppapi/c/private/pp_video_frame_private.h" 99 #include "ppapi/c/private/pp_video_frame_private.h"
(...skipping 22 matching lines...) Expand all
121 #include "ppapi/c/private/ppb_uma_private.h" 122 #include "ppapi/c/private/ppb_uma_private.h"
122 #include "ppapi/c/private/ppb_video_destination_private.h" 123 #include "ppapi/c/private/ppb_video_destination_private.h"
123 #include "ppapi/c/private/ppb_video_source_private.h" 124 #include "ppapi/c/private/ppb_video_source_private.h"
124 #include "ppapi/c/private/ppb_x509_certificate_private.h" 125 #include "ppapi/c/private/ppb_x509_certificate_private.h"
125 #include "ppapi/c/private/ppp_content_decryptor_private.h" 126 #include "ppapi/c/private/ppp_content_decryptor_private.h"
126 #include "ppapi/c/private/ppp_find_private.h" 127 #include "ppapi/c/private/ppp_find_private.h"
127 #include "ppapi/c/private/ppp_instance_private.h" 128 #include "ppapi/c/private/ppp_instance_private.h"
128 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" 129 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
129 130
130 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ 131 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */
OLDNEW
« no previous file with comments | « ppapi/shared_impl/resource.h ('k') | ppapi/tests/all_cpp_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698