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

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

Issue 252023009: PPAPI: Add dev synchronous JS->Plugin messaging API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use channel=dev instead of none Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/proxy/ppb_instance_proxy.cc ('k') | ppapi/thunk/ppb_instance_api.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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 #include "ppapi/c/ppb_url_response_info.h" 93 #include "ppapi/c/ppb_url_response_info.h"
94 #include "ppapi/c/ppb_var_array.h" 94 #include "ppapi/c/ppb_var_array.h"
95 #include "ppapi/c/ppb_var_array_buffer.h" 95 #include "ppapi/c/ppb_var_array_buffer.h"
96 #include "ppapi/c/ppb_var_dictionary.h" 96 #include "ppapi/c/ppb_var_dictionary.h"
97 #include "ppapi/c/ppb_video_frame.h" 97 #include "ppapi/c/ppb_video_frame.h"
98 #include "ppapi/c/ppb_websocket.h" 98 #include "ppapi/c/ppb_websocket.h"
99 #include "ppapi/c/ppp.h" 99 #include "ppapi/c/ppp.h"
100 #include "ppapi/c/ppp_graphics_3d.h" 100 #include "ppapi/c/ppp_graphics_3d.h"
101 #include "ppapi/c/ppp_input_event.h" 101 #include "ppapi/c/ppp_input_event.h"
102 #include "ppapi/c/ppp_instance.h" 102 #include "ppapi/c/ppp_instance.h"
103 #include "ppapi/c/ppp_message_handler.h"
103 #include "ppapi/c/ppp_messaging.h" 104 #include "ppapi/c/ppp_messaging.h"
104 #include "ppapi/c/ppp_mouse_lock.h" 105 #include "ppapi/c/ppp_mouse_lock.h"
105 #include "ppapi/c/private/pp_private_font_charset.h" 106 #include "ppapi/c/private/pp_private_font_charset.h"
106 #include "ppapi/c/private/pp_video_frame_private.h" 107 #include "ppapi/c/private/pp_video_frame_private.h"
107 #include "ppapi/c/private/ppb_content_decryptor_private.h" 108 #include "ppapi/c/private/ppb_content_decryptor_private.h"
108 #include "ppapi/c/private/ppb_display_color_profile_private.h" 109 #include "ppapi/c/private/ppb_display_color_profile_private.h"
109 #include "ppapi/c/private/ppb_ext_crx_file_system_private.h" 110 #include "ppapi/c/private/ppb_ext_crx_file_system_private.h"
110 #include "ppapi/c/private/ppb_file_io_private.h" 111 #include "ppapi/c/private/ppb_file_io_private.h"
111 #include "ppapi/c/private/ppb_find_private.h" 112 #include "ppapi/c/private/ppb_find_private.h"
112 #include "ppapi/c/private/ppb_flash.h" 113 #include "ppapi/c/private/ppb_flash.h"
(...skipping 16 matching lines...) Expand all
129 #include "ppapi/c/private/ppb_uma_private.h" 130 #include "ppapi/c/private/ppb_uma_private.h"
130 #include "ppapi/c/private/ppb_video_destination_private.h" 131 #include "ppapi/c/private/ppb_video_destination_private.h"
131 #include "ppapi/c/private/ppb_video_source_private.h" 132 #include "ppapi/c/private/ppb_video_source_private.h"
132 #include "ppapi/c/private/ppb_x509_certificate_private.h" 133 #include "ppapi/c/private/ppb_x509_certificate_private.h"
133 #include "ppapi/c/private/ppp_content_decryptor_private.h" 134 #include "ppapi/c/private/ppp_content_decryptor_private.h"
134 #include "ppapi/c/private/ppp_find_private.h" 135 #include "ppapi/c/private/ppp_find_private.h"
135 #include "ppapi/c/private/ppp_instance_private.h" 136 #include "ppapi/c/private/ppp_instance_private.h"
136 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" 137 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
137 138
138 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ 139 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */
OLDNEW
« no previous file with comments | « ppapi/proxy/ppb_instance_proxy.cc ('k') | ppapi/thunk/ppb_instance_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698