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
3 # found in the LICENSE file.
10 'c/pp_completion_callback.h',
27 'c/ppb_audio_config.h',
32 'c/ppb_file_system.h',
35 'c/ppb_graphics_2d.h',
36 'c/ppb_graphics_3d.h',
38 'c/ppb_input_event.h',
40 'c/ppb_message_loop.h',
42 'c/ppb_mouse_cursor.h',
47 'c/ppb_url_request_info.h',
48 'c/ppb_url_response_info.h',
50 'c/ppb_var_array_buffer.h',
54 'c/ppp_graphics_3d.h',
55 'c/ppp_input_event.h',
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',
65 'c/dev/ppb_cursor_control_dev.h',
66 'c/dev/ppb_device_ref_dev.h',
67 'c/dev/ppb_directory_reader_dev.h',
68 'c/dev/ppb_file_chooser_dev.h',
69 'c/dev/ppb_find_dev.h',
70 'c/dev/ppb_font_dev.h',
71 'c/dev/ppb_ime_input_event_dev.h',
72 'c/dev/ppb_memory_dev.h',
73 'c/dev/ppb_printing_dev.h',
74 'c/dev/ppb_resource_array_dev.h',
75 'c/dev/ppb_scrollbar_dev.h',
76 'c/dev/ppb_testing_dev.h',
77 'c/dev/ppb_text_input_dev.h',
78 'c/dev/ppb_url_util_dev.h',
79 'c/dev/ppb_video_decoder_dev.h',
80 'c/dev/ppb_widget_dev.h',
81 'c/dev/ppb_zoom_dev.h',
82 'c/dev/ppp_find_dev.h',
83 'c/dev/ppp_network_state_dev.h',
84 'c/dev/ppp_scrollbar_dev.h',
85 'c/dev/ppp_selection_dev.h',
86 'c/dev/ppp_text_input_dev.h',
87 'c/dev/ppp_video_decoder_dev.h',
88 'c/dev/ppp_widget_dev.h',
89 'c/dev/ppp_zoom_dev.h',
92 'c/private/pp_file_handle.h',
93 'c/private/pp_private_font_charset.h',
94 'c/private/ppb_content_decryptor_private.h',
95 'c/private/ppb_flash.h',
96 'c/private/ppb_flash_clipboard.h',
97 'c/private/ppb_flash_file.h',
98 'c/private/ppb_flash_font_file.h',
99 'c/private/ppb_flash_fullscreen.h',
100 'c/private/ppb_flash_menu.h',
101 'c/private/ppb_flash_message_loop.h',
102 'c/private/ppb_gpu_blacklist_private.h',
103 'c/private/ppb_host_resolver_private.h',
104 'c/private/ppb_instance_private.h',
105 'c/private/ppb_nacl_private.h',
106 'c/private/ppb_net_address_private.h',
107 'c/private/ppb_pdf.h',
108 'c/private/ppb_proxy_private.h',
109 'c/private/ppp_instance_private.h',
110 'c/private/ppb_network_list_private.h',
111 'c/private/ppb_network_monitor_private.h',
112 'c/private/ppb_tcp_server_socket_private.h',
113 'c/private/ppb_tcp_socket_private.h',
114 'c/private/ppb_udp_socket_private.h',
115 'c/private/ppb_x509_certificate_private.h',
116 'c/private/ppp_content_decryptor_private.h',
118 # Deprecated interfaces.
119 'c/dev/deprecated_bool.h',
120 'c/dev/ppb_var_deprecated.h',
121 'c/dev/ppp_class_deprecated.h',
123 # Trusted interfaces.
124 'c/trusted/ppb_audio_trusted.h',
125 'c/trusted/ppb_broker_trusted.h',
126 'c/trusted/ppb_browser_font_trusted.h',
127 'c/trusted/ppb_buffer_trusted.h',
128 'c/trusted/ppb_file_chooser_trusted.h',
129 'c/trusted/ppb_file_io_trusted.h',
130 'c/trusted/ppb_graphics_3d_trusted.h',
131 'c/trusted/ppb_image_data_trusted.h',
132 'c/trusted/ppb_url_loader_trusted.h',
133 'c/trusted/ppp_broker.h',
135 'cpp_source_files': [
136 'cpp/array_output.cc',
137 'cpp/array_output.h',
140 'cpp/audio_config.cc',
141 'cpp/audio_config.h',
142 'cpp/completion_callback.h',
149 'cpp/file_system.cc',
153 'cpp/graphics_2d.cc',
155 'cpp/graphics_3d.cc',
157 'cpp/graphics_3d_client.cc',
158 'cpp/graphics_3d_client.h',
161 'cpp/input_event.cc',
165 'cpp/instance_handle.cc',
166 'cpp/instance_handle.h',
168 'cpp/message_loop.cc',
169 'cpp/message_loop.h',
173 'cpp/mouse_cursor.cc',
174 'cpp/mouse_cursor.h',
177 'cpp/output_traits.h',
187 'cpp/url_request_info.cc',
188 'cpp/url_request_info.h',
189 'cpp/url_response_info.cc',
190 'cpp/url_response_info.h',
193 'cpp/var_array_buffer.cc',
194 'cpp/var_array_buffer.h',
201 'cpp/dev/audio_input_dev.cc',
202 'cpp/dev/audio_input_dev.h',
203 'cpp/dev/buffer_dev.cc',
204 'cpp/dev/buffer_dev.h',
205 'cpp/dev/crypto_dev.cc',
206 'cpp/dev/crypto_dev.h',
207 'cpp/dev/cursor_control_dev.cc',
208 'cpp/dev/cursor_control_dev.h',
209 'cpp/dev/device_ref_dev.cc',
210 'cpp/dev/device_ref_dev.h',
211 'cpp/dev/directory_entry_dev.cc',
212 'cpp/dev/directory_entry_dev.h',
213 'cpp/dev/directory_reader_dev.cc',
214 'cpp/dev/directory_reader_dev.h',
215 'cpp/dev/file_chooser_dev.cc',
216 'cpp/dev/file_chooser_dev.h',
217 'cpp/dev/find_dev.cc',
218 'cpp/dev/find_dev.h',
219 'cpp/dev/font_dev.cc',
220 'cpp/dev/font_dev.h',
221 'cpp/dev/graphics_2d_dev.cc',
222 'cpp/dev/graphics_2d_dev.h',
223 'cpp/dev/ime_input_event_dev.cc',
224 'cpp/dev/ime_input_event_dev.h',
225 'cpp/dev/memory_dev.cc',
226 'cpp/dev/memory_dev.h',
227 'cpp/dev/printing_dev.cc',
228 'cpp/dev/printing_dev.h',
229 'cpp/dev/resource_array_dev.cc',
230 'cpp/dev/resource_array_dev.h',
231 'cpp/dev/scrollbar_dev.cc',
232 'cpp/dev/scrollbar_dev.h',
233 'cpp/dev/selection_dev.cc',
234 'cpp/dev/selection_dev.h',
235 'cpp/dev/text_input_dev.cc',
236 'cpp/dev/text_input_dev.h',
237 'cpp/dev/url_util_dev.cc',
238 'cpp/dev/url_util_dev.h',
239 'cpp/dev/video_capture_client_dev.cc',
240 'cpp/dev/video_capture_client_dev.h',
241 'cpp/dev/video_capture_dev.cc',
242 'cpp/dev/video_capture_dev.h',
243 'cpp/dev/video_decoder_client_dev.cc',
244 'cpp/dev/video_decoder_client_dev.h',
245 'cpp/dev/video_decoder_dev.cc',
246 'cpp/dev/video_decoder_dev.h',
247 'cpp/dev/view_dev.cc',
248 'cpp/dev/view_dev.h',
249 'cpp/dev/widget_client_dev.cc',
250 'cpp/dev/widget_client_dev.h',
251 'cpp/dev/widget_dev.cc',
252 'cpp/dev/widget_dev.h',
253 'cpp/dev/zoom_dev.cc',
254 'cpp/dev/zoom_dev.h',
256 # Deprecated interfaces.
257 'cpp/dev/scriptable_object_deprecated.h',
258 'cpp/dev/scriptable_object_deprecated.cc',
260 # Private interfaces.
261 'cpp/private/content_decryptor_private.cc',
262 'cpp/private/content_decryptor_private.h',
263 'cpp/private/flash.cc',
264 'cpp/private/flash.h',
265 'cpp/private/flash_clipboard.cc',
266 'cpp/private/flash_clipboard.h',
267 'cpp/private/flash_device_id.cc',
268 'cpp/private/flash_device_id.h',
269 'cpp/private/flash_file.cc',
270 'cpp/private/flash_file.h',
271 'cpp/private/flash_font_file.cc',
272 'cpp/private/flash_font_file.h',
273 'cpp/private/flash_fullscreen.cc',
274 'cpp/private/flash_fullscreen.h',
275 'cpp/private/flash_menu.cc',
276 'cpp/private/flash_menu.h',
277 'cpp/private/flash_message_loop.cc',
278 'cpp/private/flash_message_loop.h',
279 'cpp/private/host_resolver_private.cc',
280 'cpp/private/host_resolver_private.h',
281 'cpp/private/instance_private.cc',
282 'cpp/private/instance_private.h',
283 'cpp/private/net_address_private.cc',
284 'cpp/private/net_address_private.h',
285 'cpp/private/network_list_private.cc',
286 'cpp/private/network_list_private.h',
287 'cpp/private/network_monitor_private.cc',
288 'cpp/private/network_monitor_private.h',
289 'cpp/private/tcp_server_socket_private.cc',
290 'cpp/private/tcp_server_socket_private.h',
291 'cpp/private/tcp_socket_private.cc',
292 'cpp/private/tcp_socket_private.h',
293 'cpp/private/udp_socket_private.cc',
294 'cpp/private/udp_socket_private.h',
295 'cpp/private/var_private.cc',
296 'cpp/private/var_private.h',
297 'cpp/private/x509_certificate_private.cc',
298 'cpp/private/x509_certificate_private.h',
300 # Trusted interfaces.
301 'cpp/trusted/browser_font_trusted.cc',
302 'cpp/trusted/browser_font_trusted.h',
303 'cpp/trusted/file_chooser_trusted.cc',
304 'cpp/trusted/file_chooser_trusted.h',
305 'cpp/trusted/file_io_trusted.cc',
306 'cpp/trusted/file_io_trusted.h',
309 'utility/completion_callback_factory.h',
310 'utility/completion_callback_factory_thread_traits.h',
311 'utility/graphics/paint_aggregator.cc',
312 'utility/graphics/paint_aggregator.h',
313 'utility/graphics/paint_manager.cc',
314 'utility/graphics/paint_manager.h',
315 'utility/private/network_list_observer_private.cc',
316 'utility/private/network_list_observer_private.h',
317 'utility/threading/lock.cc',
318 'utility/threading/lock.h',
319 'utility/threading/simple_thread.cc',
320 'utility/threading/simple_thread.h',
321 'utility/websocket/websocket_api.cc',
322 'utility/websocket/websocket_api.h',
325 # Common Testing source for trusted and untrusted (NaCl) pugins.
327 'test_common_source_files': [
329 'lib/gl/gles2/gles2.c',
330 'lib/gl/gles2/gl2ext_ppapi.c',
331 'lib/gl/gles2/gl2ext_ppapi.h',
332 'tests/all_c_includes.h',
333 'tests/all_cpp_includes.h',
334 'tests/arch_dependent_sizes_32.h',
335 'tests/arch_dependent_sizes_64.h',
337 'tests/test_audio.cc',
338 'tests/test_audio.h',
339 'tests/test_audio_config.cc',
340 'tests/test_audio_config.h',
341 'tests/test_case.cc',
343 'tests/test_console.cc',
344 'tests/test_console.h',
345 'tests/test_core.cc',
347 'tests/test_cursor_control.cc',
348 'tests/test_cursor_control.h',
349 'tests/test_directory_reader.cc',
350 'tests/test_directory_reader.h',
351 'tests/test_empty.cc',
352 'tests/test_empty.h',
353 'tests/test_file_io.cc',
354 'tests/test_file_io.h',
355 'tests/test_file_ref.cc',
356 'tests/test_file_ref.h',
357 'tests/test_file_system.cc',
358 'tests/test_file_system.h',
359 'tests/test_fullscreen.cc',
360 'tests/test_fullscreen.h',
361 'tests/test_graphics_2d.cc',
362 'tests/test_graphics_2d.h',
363 'tests/test_graphics_3d.cc',
364 'tests/test_graphics_3d.h',
365 'tests/test_host_resolver_private.cc',
366 'tests/test_host_resolver_private.h',
367 'tests/test_image_data.cc',
368 'tests/test_image_data.h',
369 'tests/test_ime_input_event.cc',
370 'tests/test_ime_input_event.h',
371 'tests/test_input_event.cc',
372 'tests/test_input_event.h',
373 'tests/test_memory.cc',
374 'tests/test_memory.h',
375 'tests/test_message_loop.cc',
376 'tests/test_message_loop.h',
377 'tests/test_mouse_cursor.cc',
378 'tests/test_mouse_cursor.h',
379 'tests/test_mouse_lock.cc',
380 'tests/test_mouse_lock.h',
381 'tests/test_net_address_private_untrusted.cc',
382 'tests/test_net_address_private_untrusted.h',
383 'tests/test_network_monitor_private.cc',
384 'tests/test_network_monitor_private.h',
385 'tests/test_paint_aggregator.cc',
386 'tests/test_paint_aggregator.h',
387 'tests/test_post_message.cc',
388 'tests/test_post_message.h',
389 'tests/test_printing.cc',
390 'tests/test_printing.h',
391 'tests/test_scrollbar.cc',
392 'tests/test_scrollbar.h',
393 'tests/test_tcp_server_socket_private.cc',
394 'tests/test_tcp_server_socket_private.h',
395 'tests/test_tcp_socket_private.cc',
396 'tests/test_tcp_socket_private.h',
397 'tests/test_udp_socket_private.cc',
398 'tests/test_udp_socket_private.h',
399 'tests/test_url_loader.cc',
400 'tests/test_url_loader.h',
401 'tests/test_url_request.cc',
402 'tests/test_url_request.h',
403 'tests/test_utils.cc',
406 'tests/test_view.cc',
408 'tests/test_websocket.cc',
409 'tests/test_websocket.h',
410 'tests/testing_instance.cc',
411 'tests/testing_instance.h',
414 'tests/test_c_includes.c',
415 'tests/test_cpp_includes.cc',
416 'tests/test_struct_sizes.c',
419 # Sources used in NaCl tests.
421 'test_nacl_source_files': [
422 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
423 'tests/test_tcp_server_socket_private_disallowed.cc',
424 'tests/test_tcp_socket_private_disallowed.cc',
425 'tests/test_udp_socket_private_disallowed.cc',
428 # Sources used in trusted tests.
430 'test_trusted_source_files': [
431 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
432 'tests/test_broker.cc',
433 'tests/test_broker.h',
434 'tests/test_browser_font.cc',
435 'tests/test_browser_font.h',
436 'tests/test_buffer.cc',
437 'tests/test_buffer.h',
438 'tests/test_c_includes.c',
439 'tests/test_char_set.cc',
440 'tests/test_char_set.h',
441 'tests/test_cpp_includes.cc',
442 'tests/test_crypto.cc',
443 'tests/test_crypto.h',
444 'tests/test_flash.cc',
445 'tests/test_flash.h',
446 'tests/test_flash_clipboard.cc',
447 'tests/test_flash_clipboard.h',
448 'tests/test_flash_file.cc',
449 'tests/test_flash_file.h',
450 'tests/test_flash_fullscreen.cc',
451 'tests/test_flash_fullscreen.h',
452 'tests/test_flash_message_loop.cc',
453 'tests/test_flash_message_loop.h',
454 'tests/test_net_address_private.cc',
455 'tests/test_net_address_private.h',
456 'tests/test_resource_array.cc',
457 'tests/test_resource_array.h',
458 'tests/test_struct_sizes.c',
459 'tests/test_talk_private.cc',
460 'tests/test_talk_private.h',
461 'tests/test_tcp_socket_private_trusted.cc',
462 'tests/test_tcp_socket_private_trusted.h',
465 'tests/test_url_util.cc',
466 'tests/test_url_util.h',
467 'tests/test_utils.cc',
468 'tests/test_utils.h',
469 'tests/test_video_decoder.cc',
470 'tests/test_video_decoder.h',
471 'tests/test_x509_certificate_private.cc',
472 'tests/test_x509_certificate_private.h',
474 # Deprecated test cases.
475 'tests/test_instance_deprecated.cc',
476 'tests/test_instance_deprecated.h',
477 'tests/test_var_deprecated.cc',
478 'tests/test_var_deprecated.h',