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

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

Issue 9188045: Introduce PPB_Flash_MessageLoop interface for Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 11 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 #include "ppapi/c/ppb_url_request_info.h" 84 #include "ppapi/c/ppb_url_request_info.h"
85 #include "ppapi/c/ppb_url_response_info.h" 85 #include "ppapi/c/ppb_url_response_info.h"
86 #include "ppapi/c/ppp.h" 86 #include "ppapi/c/ppp.h"
87 #include "ppapi/c/ppp_graphics_3d.h" 87 #include "ppapi/c/ppp_graphics_3d.h"
88 #include "ppapi/c/ppp_input_event.h" 88 #include "ppapi/c/ppp_input_event.h"
89 #include "ppapi/c/ppp_instance.h" 89 #include "ppapi/c/ppp_instance.h"
90 #include "ppapi/c/ppp_messaging.h" 90 #include "ppapi/c/ppp_messaging.h"
91 #include "ppapi/c/ppp_mouse_lock.h" 91 #include "ppapi/c/ppp_mouse_lock.h"
92 #include "ppapi/c/private/ppb_flash.h" 92 #include "ppapi/c/private/ppb_flash.h"
93 #include "ppapi/c/private/ppb_flash_menu.h" 93 #include "ppapi/c/private/ppb_flash_menu.h"
94 #include "ppapi/c/private/ppb_flash_message_loop.h"
94 #include "ppapi/c/private/ppb_flash_tcp_socket.h" 95 #include "ppapi/c/private/ppb_flash_tcp_socket.h"
95 #include "ppapi/c/private/ppb_gpu_blacklist_private.h" 96 #include "ppapi/c/private/ppb_gpu_blacklist_private.h"
96 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" 97 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h"
97 #include "ppapi/c/private/ppb_instance_private.h" 98 #include "ppapi/c/private/ppb_instance_private.h"
98 #include "ppapi/c/private/ppb_nacl_private.h" 99 #include "ppapi/c/private/ppb_nacl_private.h"
99 #include "ppapi/c/private/ppb_pdf.h" 100 #include "ppapi/c/private/ppb_pdf.h"
100 #include "ppapi/c/private/ppb_uma_private.h" 101 #include "ppapi/c/private/ppb_uma_private.h"
101 #include "ppapi/c/trusted/ppb_audio_trusted.h" 102 #include "ppapi/c/trusted/ppb_audio_trusted.h"
102 #include "ppapi/c/trusted/ppb_image_data_trusted.h" 103 #include "ppapi/c/trusted/ppb_image_data_trusted.h"
103 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" 104 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
104 #include "ppapi/c/private/ppp_instance_private.h" 105 #include "ppapi/c/private/ppp_instance_private.h"
105 106
106 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ 107 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698