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

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

Issue 911463003: NaCl cleanup: Move ppb_nacl_private.h into components/nacl/renderer/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | no next file » | 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 #include "ppapi/c/private/ppb_find_private.h" 113 #include "ppapi/c/private/ppb_find_private.h"
114 #include "ppapi/c/private/ppb_flash.h" 114 #include "ppapi/c/private/ppb_flash.h"
115 #include "ppapi/c/private/ppb_flash_clipboard.h" 115 #include "ppapi/c/private/ppb_flash_clipboard.h"
116 #include "ppapi/c/private/ppb_flash_font_file.h" 116 #include "ppapi/c/private/ppb_flash_font_file.h"
117 #include "ppapi/c/private/ppb_flash_menu.h" 117 #include "ppapi/c/private/ppb_flash_menu.h"
118 #include "ppapi/c/private/ppb_flash_message_loop.h" 118 #include "ppapi/c/private/ppb_flash_message_loop.h"
119 #include "ppapi/c/private/ppb_host_resolver_private.h" 119 #include "ppapi/c/private/ppb_host_resolver_private.h"
120 #include "ppapi/c/private/ppb_image_capture_private.h" 120 #include "ppapi/c/private/ppb_image_capture_private.h"
121 #include "ppapi/c/private/ppb_input_event_private.h" 121 #include "ppapi/c/private/ppb_input_event_private.h"
122 #include "ppapi/c/private/ppb_instance_private.h" 122 #include "ppapi/c/private/ppb_instance_private.h"
123 #include "ppapi/c/private/ppb_nacl_private.h"
124 #include "ppapi/c/private/ppb_net_address_private.h" 123 #include "ppapi/c/private/ppb_net_address_private.h"
125 #include "ppapi/c/private/ppb_output_protection_private.h" 124 #include "ppapi/c/private/ppb_output_protection_private.h"
126 #include "ppapi/c/private/ppb_pdf.h" 125 #include "ppapi/c/private/ppb_pdf.h"
127 #include "ppapi/c/private/ppb_platform_verification_private.h" 126 #include "ppapi/c/private/ppb_platform_verification_private.h"
128 #include "ppapi/c/private/ppb_proxy_private.h" 127 #include "ppapi/c/private/ppb_proxy_private.h"
129 #include "ppapi/c/private/ppb_tcp_socket_private.h" 128 #include "ppapi/c/private/ppb_tcp_socket_private.h"
130 #include "ppapi/c/private/ppb_testing_private.h" 129 #include "ppapi/c/private/ppb_testing_private.h"
131 #include "ppapi/c/private/ppb_udp_socket_private.h" 130 #include "ppapi/c/private/ppb_udp_socket_private.h"
132 #include "ppapi/c/private/ppb_uma_private.h" 131 #include "ppapi/c/private/ppb_uma_private.h"
133 #include "ppapi/c/private/ppb_video_destination_private.h" 132 #include "ppapi/c/private/ppb_video_destination_private.h"
134 #include "ppapi/c/private/ppb_video_source_private.h" 133 #include "ppapi/c/private/ppb_video_source_private.h"
135 #include "ppapi/c/private/ppb_x509_certificate_private.h" 134 #include "ppapi/c/private/ppb_x509_certificate_private.h"
136 #include "ppapi/c/private/ppp_content_decryptor_private.h" 135 #include "ppapi/c/private/ppp_content_decryptor_private.h"
137 #include "ppapi/c/private/ppp_find_private.h" 136 #include "ppapi/c/private/ppp_find_private.h"
138 #include "ppapi/c/private/ppp_instance_private.h" 137 #include "ppapi/c/private/ppp_instance_private.h"
139 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" 138 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
140 139
141 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ 140 #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */
OLDNEW
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698