blob: 6ddc4d0c0f1821dd8084723e68c925cb0239b4de [file] [log] [blame]
[email protected]6117b82da2012-01-07 00:51:011# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]1f081e7a2011-12-01 19:33:212# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
[email protected]70919502011-12-16 02:30:037 'c_source_files': [
[email protected]207394bf2012-03-08 20:43:188 'c/pp_array_output.h',
[email protected]1f081e7a2011-12-01 19:33:219 'c/pp_bool.h',
10 'c/pp_completion_callback.h',
11 'c/pp_errors.h',
12 'c/pp_file_info.h',
13 'c/pp_graphics_3d.h',
14 'c/pp_input_event.h',
15 'c/pp_instance.h',
16 'c/pp_macros.h',
17 'c/pp_module.h',
18 'c/pp_point.h',
19 'c/pp_rect.h',
20 'c/pp_resource.h',
21 'c/pp_size.h',
22 'c/pp_stdint.h',
23 'c/pp_time.h',
24 'c/pp_var.h',
25 'c/ppb.h',
26 'c/ppb_audio.h',
27 'c/ppb_audio_config.h',
[email protected]598816ad2012-12-13 01:34:3228 'c/ppb_console.h',
[email protected]1f081e7a2011-12-01 19:33:2129 'c/ppb_core.h',
30 'c/ppb_file_io.h',
31 'c/ppb_file_ref.h',
32 'c/ppb_file_system.h',
33 'c/ppb_fullscreen.h',
[email protected]d5cc7192012-03-07 16:53:1634 'c/ppb_gamepad.h',
[email protected]1f081e7a2011-12-01 19:33:2135 'c/ppb_graphics_2d.h',
36 'c/ppb_graphics_3d.h',
37 'c/ppb_image_data.h',
38 'c/ppb_input_event.h',
39 'c/ppb_instance.h',
[email protected]d4ab94712012-11-15 21:01:2340 'c/ppb_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:2141 'c/ppb_messaging.h',
[email protected]33ec50562012-04-08 20:28:4342 'c/ppb_mouse_cursor.h',
[email protected]1f081e7a2011-12-01 19:33:2143 'c/ppb_mouse_lock.h',
44 'c/ppb_opengles2.h',
[email protected]cdf4e912012-06-21 23:15:1045 'c/pp_touch_point.h',
[email protected]1f081e7a2011-12-01 19:33:2146 'c/ppb_url_loader.h',
47 'c/ppb_url_request_info.h',
48 'c/ppb_url_response_info.h',
49 'c/ppb_var.h',
[email protected]9c6e0de2012-01-27 04:55:5550 'c/ppb_var_array_buffer.h',
[email protected]e8f07ac2012-01-03 17:43:3651 'c/ppb_view.h',
[email protected]53508222012-01-27 09:42:4152 'c/ppb_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:2153 'c/ppp.h',
54 'c/ppp_graphics_3d.h',
55 'c/ppp_input_event.h',
56 'c/ppp_instance.h',
57 'c/ppp_messaging.h',
58 'c/ppp_mouse_lock.h',
59
60 # Dev interfaces.
61 'c/dev/pp_cursor_type_dev.h',
62 'c/dev/pp_video_dev.h',
63 'c/dev/ppb_buffer_dev.h',
64 'c/dev/ppb_char_set_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2165 'c/dev/ppb_cursor_control_dev.h',
[email protected]dca65e12012-01-21 07:54:1766 'c/dev/ppb_device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2167 'c/dev/ppb_file_chooser_dev.h',
68 'c/dev/ppb_find_dev.h',
69 'c/dev/ppb_font_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2170 'c/dev/ppb_ime_input_event_dev.h',
71 'c/dev/ppb_memory_dev.h',
[email protected]2414d922013-06-10 09:19:2172 'c/dev/ppb_net_address_dev.h',
[email protected]772a74622012-06-14 21:15:5073 'c/dev/ppb_printing_dev.h',
[email protected]6117b82da2012-01-07 00:51:0174 'c/dev/ppb_resource_array_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2175 'c/dev/ppb_scrollbar_dev.h',
[email protected]b1784f42013-06-13 06:48:3676 'c/dev/ppb_tcp_socket_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2177 'c/dev/ppb_testing_dev.h',
[email protected]3c8c74c2012-03-15 07:34:5278 'c/dev/ppb_text_input_dev.h',
[email protected]f89de242013-03-12 06:46:2979 'c/dev/ppb_truetype_font_dev.h',
[email protected]31cb1472013-06-13 22:43:3980 'c/dev/ppb_udp_socket_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2181 'c/dev/ppb_url_util_dev.h',
[email protected]53db2fa2013-03-19 00:29:0382 'c/dev/ppb_var_array_dev.h',
[email protected]d9e5f4122013-03-18 20:42:5083 'c/dev/ppb_var_dictionary_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2184 'c/dev/ppb_video_decoder_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2185 'c/dev/ppb_widget_dev.h',
86 'c/dev/ppb_zoom_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2187 'c/dev/ppp_find_dev.h',
88 'c/dev/ppp_network_state_dev.h',
89 'c/dev/ppp_scrollbar_dev.h',
90 'c/dev/ppp_selection_dev.h',
[email protected]3c8c74c2012-03-15 07:34:5291 'c/dev/ppp_text_input_dev.h',
[email protected]1f081e7a2011-12-01 19:33:2192 'c/dev/ppp_video_decoder_dev.h',
93 'c/dev/ppp_widget_dev.h',
94 'c/dev/ppp_zoom_dev.h',
95
96 # Private interfaces.
[email protected]9a807152012-07-30 17:13:0197 'c/private/pp_file_handle.h',
[email protected]cb65f132012-10-09 17:06:0998 'c/private/pp_private_font_charset.h',
[email protected]b48e52e62013-04-26 03:54:0599 'c/private/pp_video_frame_private.h',
[email protected]e5aeef02012-08-17 00:18:43100 'c/private/ppb_content_decryptor_private.h',
[email protected]d196ccaf2013-05-08 18:04:58101 'c/private/ppb_ext_crx_file_system_private.h',
[email protected]1f081e7a2011-12-01 19:33:21102 'c/private/ppb_flash.h',
103 'c/private/ppb_flash_clipboard.h',
104 'c/private/ppb_flash_file.h',
[email protected]cb65f132012-10-09 17:06:09105 'c/private/ppb_flash_font_file.h',
[email protected]1f081e7a2011-12-01 19:33:21106 'c/private/ppb_flash_fullscreen.h',
107 'c/private/ppb_flash_menu.h',
[email protected]cd2af392012-01-31 09:19:17108 'c/private/ppb_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21109 'c/private/ppb_gpu_blacklist_private.h',
[email protected]f3ae866d2012-03-22 13:08:00110 'c/private/ppb_host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21111 'c/private/ppb_instance_private.h',
112 'c/private/ppb_nacl_private.h',
113 'c/private/ppb_net_address_private.h',
114 'c/private/ppb_pdf.h',
115 'c/private/ppb_proxy_private.h',
116 'c/private/ppp_instance_private.h',
[email protected]d2e03f82012-03-05 08:12:38117 'c/private/ppb_network_list_private.h',
118 'c/private/ppb_network_monitor_private.h',
[email protected]f3ae866d2012-03-22 13:08:00119 'c/private/ppb_tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21120 'c/private/ppb_tcp_socket_private.h',
121 'c/private/ppb_udp_socket_private.h',
[email protected]b48e52e62013-04-26 03:54:05122 'c/private/ppb_video_destination_private.h',
123 'c/private/ppb_video_source_private.h',
[email protected]de2895262012-04-04 17:15:48124 'c/private/ppb_x509_certificate_private.h',
[email protected]e5aeef02012-08-17 00:18:43125 'c/private/ppp_content_decryptor_private.h',
[email protected]1f081e7a2011-12-01 19:33:21126
127 # Deprecated interfaces.
128 'c/dev/deprecated_bool.h',
129 'c/dev/ppb_var_deprecated.h',
130 'c/dev/ppp_class_deprecated.h',
131
132 # Trusted interfaces.
[email protected]1f081e7a2011-12-01 19:33:21133 'c/trusted/ppb_broker_trusted.h',
[email protected]ed9b7932012-02-21 18:11:47134 'c/trusted/ppb_browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21135 'c/trusted/ppb_file_chooser_trusted.h',
136 'c/trusted/ppb_file_io_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21137 'c/trusted/ppb_url_loader_trusted.h',
138 'c/trusted/ppp_broker.h',
[email protected]470020d2a2013-03-12 17:50:15139
140 # Extensions dev interfaces.
[email protected]27db60a2013-03-29 03:29:20141 'c/extensions/dev/ppb_ext_alarms_dev.h',
142 'c/extensions/dev/ppb_ext_events_dev.h',
[email protected]b5e916a2013-04-08 21:17:07143 'c/extensions/dev/ppb_ext_socket_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21144 ],
[email protected]70919502011-12-16 02:30:03145 'cpp_source_files': [
[email protected]e10b2b28a2012-03-14 23:17:14146 'cpp/array_output.cc',
147 'cpp/array_output.h',
[email protected]1f081e7a2011-12-01 19:33:21148 'cpp/audio.cc',
149 'cpp/audio.h',
150 'cpp/audio_config.cc',
151 'cpp/audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21152 'cpp/completion_callback.h',
153 'cpp/core.cc',
154 'cpp/core.h',
[email protected]2dea98e2013-05-03 21:51:46155 'cpp/directory_entry.cc',
156 'cpp/directory_entry.h',
[email protected]1f081e7a2011-12-01 19:33:21157 'cpp/file_io.cc',
158 'cpp/file_io.h',
159 'cpp/file_ref.cc',
160 'cpp/file_ref.h',
161 'cpp/file_system.cc',
162 'cpp/file_system.h',
163 'cpp/fullscreen.cc',
164 'cpp/fullscreen.h',
165 'cpp/graphics_2d.cc',
166 'cpp/graphics_2d.h',
167 'cpp/graphics_3d.cc',
168 'cpp/graphics_3d.h',
169 'cpp/graphics_3d_client.cc',
170 'cpp/graphics_3d_client.h',
171 'cpp/image_data.cc',
172 'cpp/image_data.h',
173 'cpp/input_event.cc',
174 'cpp/input_event.h',
175 'cpp/instance.cc',
176 'cpp/instance.h',
[email protected]09af0f72012-02-27 20:23:19177 'cpp/instance_handle.cc',
178 'cpp/instance_handle.h',
[email protected]1f081e7a2011-12-01 19:33:21179 'cpp/logging.h',
[email protected]d4ab94712012-11-15 21:01:23180 'cpp/message_loop.cc',
181 'cpp/message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21182 'cpp/module.cc',
183 'cpp/module.h',
184 'cpp/module_impl.h',
[email protected]33ec50562012-04-08 20:28:43185 'cpp/mouse_cursor.cc',
186 'cpp/mouse_cursor.h',
[email protected]1f081e7a2011-12-01 19:33:21187 'cpp/mouse_lock.cc',
188 'cpp/mouse_lock.h',
[email protected]e10b2b28a2012-03-14 23:17:14189 'cpp/output_traits.h',
[email protected]1f081e7a2011-12-01 19:33:21190 'cpp/point.h',
191 'cpp/rect.cc',
192 'cpp/rect.h',
193 'cpp/resource.cc',
194 'cpp/resource.h',
195 'cpp/size.h',
[email protected]cdf4e912012-06-21 23:15:10196 'cpp/touch_point.h',
[email protected]1f081e7a2011-12-01 19:33:21197 'cpp/url_loader.cc',
198 'cpp/url_loader.h',
199 'cpp/url_request_info.cc',
200 'cpp/url_request_info.h',
201 'cpp/url_response_info.cc',
202 'cpp/url_response_info.h',
203 'cpp/var.cc',
204 'cpp/var.h',
[email protected]9c6e0de2012-01-27 04:55:55205 'cpp/var_array_buffer.cc',
206 'cpp/var_array_buffer.h',
[email protected]e8f07ac2012-01-03 17:43:36207 'cpp/view.cc',
208 'cpp/view.h',
[email protected]53508222012-01-27 09:42:41209 'cpp/websocket.cc',
210 'cpp/websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21211
212 # Dev interfaces.
213 'cpp/dev/audio_input_dev.cc',
214 'cpp/dev/audio_input_dev.h',
215 'cpp/dev/buffer_dev.cc',
216 'cpp/dev/buffer_dev.h',
[email protected]779f5052012-10-18 23:40:30217 'cpp/dev/crypto_dev.cc',
218 'cpp/dev/crypto_dev.h',
[email protected]e55b88a2012-10-19 16:59:20219 'cpp/dev/cursor_control_dev.cc',
220 'cpp/dev/cursor_control_dev.h',
[email protected]dca65e12012-01-21 07:54:17221 'cpp/dev/device_ref_dev.cc',
222 'cpp/dev/device_ref_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21223 'cpp/dev/file_chooser_dev.cc',
224 'cpp/dev/file_chooser_dev.h',
225 'cpp/dev/find_dev.cc',
226 'cpp/dev/find_dev.h',
227 'cpp/dev/font_dev.cc',
228 'cpp/dev/font_dev.h',
[email protected]0cd5b9df2012-06-28 19:33:33229 'cpp/dev/graphics_2d_dev.cc',
230 'cpp/dev/graphics_2d_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21231 'cpp/dev/ime_input_event_dev.cc',
232 'cpp/dev/ime_input_event_dev.h',
233 'cpp/dev/memory_dev.cc',
234 'cpp/dev/memory_dev.h',
[email protected]2414d922013-06-10 09:19:21235 'cpp/dev/net_address_dev.cc',
236 'cpp/dev/net_address_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21237 'cpp/dev/printing_dev.cc',
238 'cpp/dev/printing_dev.h',
[email protected]6117b82da2012-01-07 00:51:01239 'cpp/dev/resource_array_dev.cc',
240 'cpp/dev/resource_array_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21241 'cpp/dev/scrollbar_dev.cc',
242 'cpp/dev/scrollbar_dev.h',
243 'cpp/dev/selection_dev.cc',
244 'cpp/dev/selection_dev.h',
[email protected]b1784f42013-06-13 06:48:36245 'cpp/dev/tcp_socket_dev.cc',
246 'cpp/dev/tcp_socket_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21247 'cpp/dev/text_input_dev.cc',
248 'cpp/dev/text_input_dev.h',
[email protected]f89de242013-03-12 06:46:29249 'cpp/dev/truetype_font_dev.cc',
250 'cpp/dev/truetype_font_dev.h',
[email protected]31cb1472013-06-13 22:43:39251 'cpp/dev/udp_socket_dev.cc',
252 'cpp/dev/udp_socket_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21253 'cpp/dev/url_util_dev.cc',
254 'cpp/dev/url_util_dev.h',
[email protected]53db2fa2013-03-19 00:29:03255 'cpp/dev/var_array_dev.cc',
256 'cpp/dev/var_array_dev.h',
[email protected]d9e5f4122013-03-18 20:42:50257 'cpp/dev/var_dictionary_dev.cc',
258 'cpp/dev/var_dictionary_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21259 'cpp/dev/video_capture_client_dev.cc',
260 'cpp/dev/video_capture_client_dev.h',
261 'cpp/dev/video_capture_dev.cc',
262 'cpp/dev/video_capture_dev.h',
263 'cpp/dev/video_decoder_client_dev.cc',
264 'cpp/dev/video_decoder_client_dev.h',
265 'cpp/dev/video_decoder_dev.cc',
266 'cpp/dev/video_decoder_dev.h',
[email protected]0cd5b9df2012-06-28 19:33:33267 'cpp/dev/view_dev.cc',
268 'cpp/dev/view_dev.h',
[email protected]1f081e7a2011-12-01 19:33:21269 'cpp/dev/widget_client_dev.cc',
270 'cpp/dev/widget_client_dev.h',
271 'cpp/dev/widget_dev.cc',
272 'cpp/dev/widget_dev.h',
273 'cpp/dev/zoom_dev.cc',
274 'cpp/dev/zoom_dev.h',
275
276 # Deprecated interfaces.
277 'cpp/dev/scriptable_object_deprecated.h',
278 'cpp/dev/scriptable_object_deprecated.cc',
279
280 # Private interfaces.
[email protected]e5aeef02012-08-17 00:18:43281 'cpp/private/content_decryptor_private.cc',
282 'cpp/private/content_decryptor_private.h',
[email protected]d196ccaf2013-05-08 18:04:58283 'cpp/private/ext_crx_file_system_private.cc',
284 'cpp/private/ext_crx_file_system_private.h',
[email protected]8f96cef2013-04-01 16:51:13285 'cpp/private/file_io_private.cc',
286 'cpp/private/file_io_private.h',
[email protected]4ee95fa42011-12-16 20:10:08287 'cpp/private/flash.cc',
288 'cpp/private/flash.h',
[email protected]cf0f7d92012-01-14 01:24:54289 'cpp/private/flash_clipboard.cc',
290 'cpp/private/flash_clipboard.h',
[email protected]502ec4dd2012-06-11 20:45:01291 'cpp/private/flash_device_id.cc',
292 'cpp/private/flash_device_id.h',
[email protected]1c081e52013-05-25 14:30:55293 'cpp/private/flash_drm.cc',
294 'cpp/private/flash_drm.h',
[email protected]ee0abbf2012-06-25 22:19:28295 'cpp/private/flash_file.cc',
296 'cpp/private/flash_file.h',
[email protected]cb65f132012-10-09 17:06:09297 'cpp/private/flash_font_file.cc',
298 'cpp/private/flash_font_file.h',
[email protected]1f081e7a2011-12-01 19:33:21299 'cpp/private/flash_fullscreen.cc',
300 'cpp/private/flash_fullscreen.h',
301 'cpp/private/flash_menu.cc',
302 'cpp/private/flash_menu.h',
[email protected]cd2af392012-01-31 09:19:17303 'cpp/private/flash_message_loop.cc',
304 'cpp/private/flash_message_loop.h',
[email protected]0f8a16cf2012-03-21 10:08:37305 'cpp/private/host_resolver_private.cc',
306 'cpp/private/host_resolver_private.h',
[email protected]1f081e7a2011-12-01 19:33:21307 'cpp/private/instance_private.cc',
308 'cpp/private/instance_private.h',
309 'cpp/private/net_address_private.cc',
310 'cpp/private/net_address_private.h',
[email protected]d2e03f82012-03-05 08:12:38311 'cpp/private/network_list_private.cc',
312 'cpp/private/network_list_private.h',
313 'cpp/private/network_monitor_private.cc',
314 'cpp/private/network_monitor_private.h',
[email protected]740b74b52013-04-24 07:09:37315 'cpp/private/pass_file_handle.cc',
316 'cpp/private/pass_file_handle.h',
[email protected]42013302013-03-19 01:44:15317 'cpp/private/pdf.cc',
318 'cpp/private/pdf.h',
[email protected]4f9e7222012-03-13 09:45:14319 'cpp/private/tcp_server_socket_private.cc',
320 'cpp/private/tcp_server_socket_private.h',
[email protected]1f081e7a2011-12-01 19:33:21321 'cpp/private/tcp_socket_private.cc',
322 'cpp/private/tcp_socket_private.h',
323 'cpp/private/udp_socket_private.cc',
324 'cpp/private/udp_socket_private.h',
325 'cpp/private/var_private.cc',
326 'cpp/private/var_private.h',
[email protected]b48e52e62013-04-26 03:54:05327 'cpp/private/video_destination_private.cc',
328 'cpp/private/video_destination_private.h',
329 'cpp/private/video_frame_private.cc',
330 'cpp/private/video_frame_private.h',
331 'cpp/private/video_source_private.cc',
332 'cpp/private/video_source_private.h',
[email protected]de2895262012-04-04 17:15:48333 'cpp/private/x509_certificate_private.cc',
334 'cpp/private/x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21335
336 # Trusted interfaces.
[email protected]7a26d92e2012-02-17 20:15:25337 'cpp/trusted/browser_font_trusted.cc',
338 'cpp/trusted/browser_font_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21339 'cpp/trusted/file_chooser_trusted.cc',
340 'cpp/trusted/file_chooser_trusted.h',
[email protected]6c8011b2011-12-15 23:26:56341 'cpp/trusted/file_io_trusted.cc',
342 'cpp/trusted/file_io_trusted.h',
[email protected]ae5ff9ae2012-01-06 22:50:33343
[email protected]470020d2a2013-03-12 17:50:15344 # Extensions interfaces.
345 'cpp/extensions/dict_field.h',
346 'cpp/extensions/event_base.cc',
347 'cpp/extensions/event_base.h',
348 'cpp/extensions/ext_output_traits.h',
349 'cpp/extensions/from_var_converter.h',
350 'cpp/extensions/optional.h',
351 'cpp/extensions/to_var_converter.h',
352
353 # Extensions dev interfaces.
354 'cpp/extensions/dev/alarms_dev.cc',
355 'cpp/extensions/dev/alarms_dev.h',
356 'cpp/extensions/dev/events_dev.cc',
357 'cpp/extensions/dev/events_dev.h',
[email protected]b5e916a2013-04-08 21:17:07358 'cpp/extensions/dev/socket_dev.cc',
359 'cpp/extensions/dev/socket_dev.h',
[email protected]470020d2a2013-03-12 17:50:15360
[email protected]ae5ff9ae2012-01-06 22:50:33361 # Utility sources.
362 'utility/completion_callback_factory.h',
[email protected]47a961c2012-07-13 19:18:52363 'utility/completion_callback_factory_thread_traits.h',
[email protected]ae5ff9ae2012-01-06 22:50:33364 'utility/graphics/paint_aggregator.cc',
365 'utility/graphics/paint_aggregator.h',
366 'utility/graphics/paint_manager.cc',
367 'utility/graphics/paint_manager.h',
[email protected]39832802012-03-21 18:55:08368 'utility/private/network_list_observer_private.cc',
369 'utility/private/network_list_observer_private.h',
[email protected]47a961c2012-07-13 19:18:52370 'utility/threading/lock.cc',
371 'utility/threading/lock.h',
[email protected]15b12242012-01-26 19:28:47372 'utility/threading/simple_thread.cc',
373 'utility/threading/simple_thread.h',
[email protected]2785cb92012-02-29 20:22:09374 'utility/websocket/websocket_api.cc',
375 'utility/websocket/websocket_api.h',
[email protected]1f081e7a2011-12-01 19:33:21376 ],
377 #
378 # Common Testing source for trusted and untrusted (NaCl) pugins.
379 #
[email protected]70919502011-12-16 02:30:03380 'test_common_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21381 # Common test files
[email protected]46c9a052012-06-27 19:27:26382 'lib/gl/gles2/gles2.c',
383 'lib/gl/gles2/gl2ext_ppapi.c',
384 'lib/gl/gles2/gl2ext_ppapi.h',
[email protected]1f081e7a2011-12-01 19:33:21385 'tests/all_c_includes.h',
386 'tests/all_cpp_includes.h',
387 'tests/arch_dependent_sizes_32.h',
388 'tests/arch_dependent_sizes_64.h',
389 'tests/pp_thread.h',
[email protected]dbccd592012-05-07 08:14:18390 'tests/test_audio.cc',
391 'tests/test_audio.h',
[email protected]7d713562012-04-30 06:46:10392 'tests/test_audio_config.cc',
393 'tests/test_audio_config.h',
[email protected]1f081e7a2011-12-01 19:33:21394 'tests/test_case.cc',
395 'tests/test_case.h',
[email protected]598816ad2012-12-13 01:34:32396 'tests/test_console.cc',
397 'tests/test_console.h',
[email protected]ec6bffd2012-07-12 19:31:23398 'tests/test_core.cc',
399 'tests/test_core.h',
[email protected]7d713562012-04-30 06:46:10400 'tests/test_cursor_control.cc',
401 'tests/test_cursor_control.h',
[email protected]59261242012-03-19 13:08:59402 'tests/test_empty.cc',
403 'tests/test_empty.h',
[email protected]7d713562012-04-30 06:46:10404 'tests/test_file_io.cc',
405 'tests/test_file_io.h',
406 'tests/test_file_ref.cc',
407 'tests/test_file_ref.h',
408 'tests/test_file_system.cc',
409 'tests/test_file_system.h',
[email protected]ec6bffd2012-07-12 19:31:23410 'tests/test_fullscreen.cc',
411 'tests/test_fullscreen.h',
[email protected]7d713562012-04-30 06:46:10412 'tests/test_graphics_2d.cc',
413 'tests/test_graphics_2d.h',
[email protected]46c9a052012-06-27 19:27:26414 'tests/test_graphics_3d.cc',
415 'tests/test_graphics_3d.h',
[email protected]f3ae866d2012-03-22 13:08:00416 'tests/test_host_resolver_private.cc',
417 'tests/test_host_resolver_private.h',
[email protected]6a685372013-02-12 12:50:46418 'tests/test_host_resolver_private_disallowed.cc',
419 'tests/test_host_resolver_private_disallowed.h',
[email protected]7d713562012-04-30 06:46:10420 'tests/test_image_data.cc',
421 'tests/test_image_data.h',
[email protected]397c23962012-05-21 07:09:32422 'tests/test_ime_input_event.cc',
423 'tests/test_ime_input_event.h',
[email protected]7d713562012-04-30 06:46:10424 'tests/test_input_event.cc',
425 'tests/test_input_event.h',
426 'tests/test_memory.cc',
427 'tests/test_memory.h',
[email protected]6de743a2012-08-30 20:03:22428 'tests/test_message_loop.cc',
429 'tests/test_message_loop.h',
[email protected]7d713562012-04-30 06:46:10430 'tests/test_mouse_cursor.cc',
431 'tests/test_mouse_cursor.h',
[email protected]f1b5af92012-07-09 19:09:15432 'tests/test_mouse_lock.cc',
433 'tests/test_mouse_lock.h',
[email protected]2414d922013-06-10 09:19:21434 'tests/test_net_address.cc',
435 'tests/test_net_address.h',
[email protected]9e855c0a2012-01-18 13:36:55436 'tests/test_net_address_private_untrusted.cc',
437 'tests/test_net_address_private_untrusted.h',
[email protected]f64d3d12012-08-10 00:03:15438 'tests/test_network_monitor_private.cc',
439 'tests/test_network_monitor_private.h',
[email protected]7d713562012-04-30 06:46:10440 'tests/test_paint_aggregator.cc',
441 'tests/test_paint_aggregator.h',
442 'tests/test_post_message.cc',
443 'tests/test_post_message.h',
[email protected]234c1392012-09-27 23:30:41444 'tests/test_printing.cc',
445 'tests/test_printing.h',
[email protected]7d713562012-04-30 06:46:10446 'tests/test_scrollbar.cc',
447 'tests/test_scrollbar.h',
[email protected]20e31122012-02-22 15:56:03448 'tests/test_tcp_server_socket_private.cc',
449 'tests/test_tcp_server_socket_private.h',
[email protected]b1784f42013-06-13 06:48:36450 'tests/test_tcp_socket.cc',
451 'tests/test_tcp_socket.h',
[email protected]8ffeeeb42012-03-22 00:49:29452 'tests/test_tcp_socket_private.cc',
453 'tests/test_tcp_socket_private.h',
[email protected]f8b1cb6b2013-04-02 16:52:27454 'tests/test_truetype_font.cc',
455 'tests/test_truetype_font.h',
[email protected]31cb1472013-06-13 22:43:39456 'tests/test_udp_socket.cc',
457 'tests/test_udp_socket.h',
[email protected]8ffeeeb42012-03-22 00:49:29458 'tests/test_udp_socket_private.cc',
459 'tests/test_udp_socket_private.h',
[email protected]7d713562012-04-30 06:46:10460 'tests/test_url_loader.cc',
461 'tests/test_url_loader.h',
462 'tests/test_url_request.cc',
463 'tests/test_url_request.h',
[email protected]1f081e7a2011-12-01 19:33:21464 'tests/test_utils.cc',
[email protected]7d713562012-04-30 06:46:10465 'tests/test_var.cc',
466 'tests/test_var.h',
[email protected]38f61e8f2013-05-11 19:23:38467 'tests/test_video_destination.cc',
468 'tests/test_video_destination.h',
469 'tests/test_video_source.cc',
470 'tests/test_video_source.h',
[email protected]7d713562012-04-30 06:46:10471 'tests/test_view.cc',
472 'tests/test_view.h',
473 'tests/test_websocket.cc',
474 'tests/test_websocket.h',
[email protected]1f081e7a2011-12-01 19:33:21475 'tests/testing_instance.cc',
476 'tests/testing_instance.h',
[email protected]ef5e98e2011-12-06 09:49:18477
[email protected]1f081e7a2011-12-01 19:33:21478 # Compile-time tests
479 'tests/test_c_includes.c',
480 'tests/test_cpp_includes.cc',
481 'tests/test_struct_sizes.c',
482 ],
483 #
484 # Sources used in NaCl tests.
485 #
[email protected]70919502011-12-16 02:30:03486 'test_nacl_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21487 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]50da4202012-03-11 11:07:12488 'tests/test_tcp_server_socket_private_disallowed.cc',
[email protected]240502342011-12-22 20:07:49489 'tests/test_tcp_socket_private_disallowed.cc',
490 'tests/test_udp_socket_private_disallowed.cc',
[email protected]1f081e7a2011-12-01 19:33:21491 ],
492 #
493 # Sources used in trusted tests.
494 #
[email protected]70919502011-12-16 02:30:03495 'test_trusted_source_files': [
[email protected]1f081e7a2011-12-01 19:33:21496 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
[email protected]1f081e7a2011-12-01 19:33:21497 'tests/test_broker.cc',
498 'tests/test_broker.h',
[email protected]7a26d92e2012-02-17 20:15:25499 'tests/test_browser_font.cc',
500 'tests/test_browser_font.h',
[email protected]1f081e7a2011-12-01 19:33:21501 'tests/test_buffer.cc',
502 'tests/test_buffer.h',
503 'tests/test_c_includes.c',
504 'tests/test_char_set.cc',
505 'tests/test_char_set.h',
[email protected]1f081e7a2011-12-01 19:33:21506 'tests/test_cpp_includes.cc',
507 'tests/test_crypto.cc',
508 'tests/test_crypto.h',
[email protected]1f081e7a2011-12-01 19:33:21509 'tests/test_flash.cc',
510 'tests/test_flash.h',
511 'tests/test_flash_clipboard.cc',
512 'tests/test_flash_clipboard.h',
[email protected]1c081e52013-05-25 14:30:55513 'tests/test_flash_drm.cc',
514 'tests/test_flash_drm.h',
[email protected]481a4b72012-06-15 22:56:53515 'tests/test_flash_file.cc',
516 'tests/test_flash_file.h',
[email protected]1f081e7a2011-12-01 19:33:21517 'tests/test_flash_fullscreen.cc',
518 'tests/test_flash_fullscreen.h',
[email protected]cd2af392012-01-31 09:19:17519 'tests/test_flash_message_loop.cc',
520 'tests/test_flash_message_loop.h',
[email protected]1f081e7a2011-12-01 19:33:21521 'tests/test_net_address_private.cc',
522 'tests/test_net_address_private.h',
[email protected]f5869d8be2013-04-06 00:33:10523 'tests/test_pdf.cc',
524 'tests/test_pdf.h',
[email protected]6117b82da2012-01-07 00:51:01525 'tests/test_resource_array.cc',
526 'tests/test_resource_array.h',
[email protected]1f081e7a2011-12-01 19:33:21527 'tests/test_struct_sizes.c',
[email protected]e98aebff2012-11-16 07:31:25528 'tests/test_talk_private.cc',
529 'tests/test_talk_private.h',
[email protected]92a794992012-04-12 03:38:22530 'tests/test_tcp_socket_private_trusted.cc',
531 'tests/test_tcp_socket_private_trusted.h',
[email protected]1f081e7a2011-12-01 19:33:21532 'tests/test_uma.cc',
533 'tests/test_uma.h',
[email protected]1f081e7a2011-12-01 19:33:21534 'tests/test_url_util.cc',
535 'tests/test_url_util.h',
536 'tests/test_utils.cc',
537 'tests/test_utils.h',
[email protected]1f081e7a2011-12-01 19:33:21538 'tests/test_video_decoder.cc',
539 'tests/test_video_decoder.h',
[email protected]de2895262012-04-04 17:15:48540 'tests/test_x509_certificate_private.cc',
541 'tests/test_x509_certificate_private.h',
[email protected]1f081e7a2011-12-01 19:33:21542
543 # Deprecated test cases.
544 'tests/test_instance_deprecated.cc',
545 'tests/test_instance_deprecated.h',
546 'tests/test_var_deprecated.cc',
547 'tests/test_var_deprecated.h',
548 ],
549 },
[email protected]ddd61db2011-12-07 06:49:00550}