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

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

Issue 69663002: PPAPI: Implement PPB_FileMapping on POSIX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix missing return Created 6 years, 10 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/shared_impl/singleton_resource_id.h ('k') | ppapi/tests/test_file_mapping.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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 #include "ppapi/c/pp_time.h" 62 #include "ppapi/c/pp_time.h"
63 #include "ppapi/c/pp_touch_point.h" 63 #include "ppapi/c/pp_touch_point.h"
64 #include "ppapi/c/pp_var.h" 64 #include "ppapi/c/pp_var.h"
65 #include "ppapi/c/ppb.h" 65 #include "ppapi/c/ppb.h"
66 #include "ppapi/c/ppb_audio.h" 66 #include "ppapi/c/ppb_audio.h"
67 #include "ppapi/c/ppb_audio_config.h" 67 #include "ppapi/c/ppb_audio_config.h"
68 #include "ppapi/c/ppb_audio_frame.h" 68 #include "ppapi/c/ppb_audio_frame.h"
69 #include "ppapi/c/ppb_console.h" 69 #include "ppapi/c/ppb_console.h"
70 #include "ppapi/c/ppb_core.h" 70 #include "ppapi/c/ppb_core.h"
71 #include "ppapi/c/ppb_file_io.h" 71 #include "ppapi/c/ppb_file_io.h"
72 #include "ppapi/c/ppb_file_mapping.h"
72 #include "ppapi/c/ppb_file_ref.h" 73 #include "ppapi/c/ppb_file_ref.h"
73 #include "ppapi/c/ppb_file_system.h" 74 #include "ppapi/c/ppb_file_system.h"
74 #include "ppapi/c/ppb_fullscreen.h" 75 #include "ppapi/c/ppb_fullscreen.h"
75 #include "ppapi/c/ppb_gamepad.h" 76 #include "ppapi/c/ppb_gamepad.h"
76 #include "ppapi/c/ppb_graphics_2d.h" 77 #include "ppapi/c/ppb_graphics_2d.h"
77 #include "ppapi/c/ppb_graphics_3d.h" 78 #include "ppapi/c/ppb_graphics_3d.h"
78 #include "ppapi/c/ppb_host_resolver.h" 79 #include "ppapi/c/ppb_host_resolver.h"
79 #include "ppapi/c/ppb_image_data.h" 80 #include "ppapi/c/ppb_image_data.h"
80 #include "ppapi/c/ppb_input_event.h" 81 #include "ppapi/c/ppb_input_event.h"
81 #include "ppapi/c/ppb_instance.h" 82 #include "ppapi/c/ppb_instance.h"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 #include "ppapi/c/private/ppb_udp_socket_private.h" 129 #include "ppapi/c/private/ppb_udp_socket_private.h"
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_instance_private.h" 135 #include "ppapi/c/private/ppp_instance_private.h"
135 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" 136 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
136 137
137 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ 138 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */
OLDNEW
« no previous file with comments | « ppapi/shared_impl/singleton_resource_id.h ('k') | ppapi/tests/test_file_mapping.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698