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

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

Issue 10543159: ppapi: Add support for touch events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: idl-goodness Created 8 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 #include "ppapi/c/ppb_fullscreen.h" 73 #include "ppapi/c/ppb_fullscreen.h"
74 #include "ppapi/c/ppb_gamepad.h" 74 #include "ppapi/c/ppb_gamepad.h"
75 #include "ppapi/c/ppb_graphics_2d.h" 75 #include "ppapi/c/ppb_graphics_2d.h"
76 #include "ppapi/c/ppb_graphics_3d.h" 76 #include "ppapi/c/ppb_graphics_3d.h"
77 #include "ppapi/c/ppb_image_data.h" 77 #include "ppapi/c/ppb_image_data.h"
78 #include "ppapi/c/ppb_input_event.h" 78 #include "ppapi/c/ppb_input_event.h"
79 #include "ppapi/c/ppb_instance.h" 79 #include "ppapi/c/ppb_instance.h"
80 #include "ppapi/c/ppb_messaging.h" 80 #include "ppapi/c/ppb_messaging.h"
81 #include "ppapi/c/ppb_mouse_lock.h" 81 #include "ppapi/c/ppb_mouse_lock.h"
82 #include "ppapi/c/ppb_opengles2.h" 82 #include "ppapi/c/ppb_opengles2.h"
83 #include "ppapi/c/ppb_touch_point.h"
83 #include "ppapi/c/ppb_url_loader.h" 84 #include "ppapi/c/ppb_url_loader.h"
84 #include "ppapi/c/ppb_url_request_info.h" 85 #include "ppapi/c/ppb_url_request_info.h"
85 #include "ppapi/c/ppb_url_response_info.h" 86 #include "ppapi/c/ppb_url_response_info.h"
86 #include "ppapi/c/ppb_var_array_buffer.h" 87 #include "ppapi/c/ppb_var_array_buffer.h"
87 #include "ppapi/c/ppb_websocket.h" 88 #include "ppapi/c/ppb_websocket.h"
88 #include "ppapi/c/ppp.h" 89 #include "ppapi/c/ppp.h"
89 #include "ppapi/c/ppp_graphics_3d.h" 90 #include "ppapi/c/ppp_graphics_3d.h"
90 #include "ppapi/c/ppp_input_event.h" 91 #include "ppapi/c/ppp_input_event.h"
91 #include "ppapi/c/ppp_instance.h" 92 #include "ppapi/c/ppp_instance.h"
92 #include "ppapi/c/ppp_messaging.h" 93 #include "ppapi/c/ppp_messaging.h"
(...skipping 15 matching lines...) Expand all
108 #include "ppapi/c/private/ppb_udp_socket_private.h" 109 #include "ppapi/c/private/ppb_udp_socket_private.h"
109 #include "ppapi/c/private/ppb_uma_private.h" 110 #include "ppapi/c/private/ppb_uma_private.h"
110 #include "ppapi/c/private/ppb_x509_certificate_private.h" 111 #include "ppapi/c/private/ppb_x509_certificate_private.h"
111 #include "ppapi/c/private/ppp_instance_private.h" 112 #include "ppapi/c/private/ppp_instance_private.h"
112 #include "ppapi/c/trusted/ppb_audio_trusted.h" 113 #include "ppapi/c/trusted/ppb_audio_trusted.h"
113 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" 114 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h"
114 #include "ppapi/c/trusted/ppb_image_data_trusted.h" 115 #include "ppapi/c/trusted/ppb_image_data_trusted.h"
115 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" 116 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
116 117
117 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ 118 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698