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',
28 'c/ppb_audio_buffer.h',
29 'c/ppb_audio_config.h',
33 'c/ppb_file_mapping.h',
35 'c/ppb_file_system.h',
38 'c/ppb_graphics_2d.h',
39 'c/ppb_graphics_3d.h',
40 'c/ppb_host_resolver.h',
42 'c/ppb_input_event.h',
44 'c/ppb_media_stream_audio_track.h',
45 'c/ppb_media_stream_video_track.h',
46 'c/ppb_message_loop.h',
48 'c/ppb_mouse_cursor.h',
50 'c/ppb_net_address.h',
51 'c/ppb_network_list.h',
52 'c/ppb_network_monitor.h',
53 'c/ppb_network_proxy.h',
56 'c/ppb_text_input_controller.h',
59 'c/ppb_url_request_info.h',
60 'c/ppb_url_response_info.h',
63 'c/ppb_var_array_buffer.h',
64 'c/ppb_var_dictionary.h',
65 'c/ppb_video_frame.h',
69 'c/ppp_graphics_3d.h',
70 'c/ppp_input_event.h',
76 'c/dev/pp_cursor_type_dev.h',
77 'c/dev/pp_optional_structs_dev.h',
78 'c/dev/pp_video_dev.h',
79 'c/dev/ppb_alarms_dev.h',
80 'c/dev/ppb_buffer_dev.h',
81 'c/dev/ppb_char_set_dev.h',
82 'c/dev/ppb_cursor_control_dev.h',
83 'c/dev/ppb_device_ref_dev.h',
84 'c/dev/ppb_file_chooser_dev.h',
85 'c/dev/ppb_font_dev.h',
86 'c/dev/ppb_ime_input_event_dev.h',
87 'c/dev/ppb_memory_dev.h',
88 'c/dev/ppb_printing_dev.h',
89 'c/dev/ppb_scrollbar_dev.h',
90 'c/dev/ppb_text_input_dev.h',
91 'c/dev/ppb_truetype_font_dev.h',
92 'c/dev/ppb_url_util_dev.h',
93 'c/dev/ppb_video_decoder_dev.h',
94 'c/dev/ppb_widget_dev.h',
95 'c/dev/ppb_zoom_dev.h',
96 'c/dev/ppp_network_state_dev.h',
97 'c/dev/ppp_scrollbar_dev.h',
98 'c/dev/ppp_selection_dev.h',
99 'c/dev/ppp_text_input_dev.h',
100 'c/dev/ppp_video_decoder_dev.h',
101 'c/dev/ppp_widget_dev.h',
102 'c/dev/ppp_zoom_dev.h',
104 # Private interfaces.
105 'c/private/pp_file_handle.h',
106 'c/private/pp_private_font_charset.h',
107 'c/private/pp_video_frame_private.h',
108 'c/private/ppb_content_decryptor_private.h',
109 'c/private/ppb_ext_crx_file_system_private.h',
110 'c/private/ppb_find_private.h',
111 'c/private/ppb_flash.h',
112 'c/private/ppb_flash_clipboard.h',
113 'c/private/ppb_flash_file.h',
114 'c/private/ppb_flash_font_file.h',
115 'c/private/ppb_flash_fullscreen.h',
116 'c/private/ppb_flash_menu.h',
117 'c/private/ppb_flash_message_loop.h',
118 'c/private/ppb_host_resolver_private.h',
119 'c/private/ppb_instance_private.h',
120 'c/private/ppb_isolated_file_system_private.h',
121 'c/private/ppb_nacl_private.h',
122 'c/private/ppb_net_address_private.h',
123 'c/private/ppb_output_protection_private.h',
124 'c/private/ppb_pdf.h',
125 'c/private/ppb_platform_verification_private.h',
126 'c/private/ppb_proxy_private.h',
127 'c/private/ppb_testing_private.h',
128 'c/private/ppb_tcp_server_socket_private.h',
129 'c/private/ppb_tcp_socket_private.h',
130 'c/private/ppb_udp_socket_private.h',
131 'c/private/ppb_uma_private.h',
132 'c/private/ppb_video_destination_private.h',
133 'c/private/ppb_video_source_private.h',
134 'c/private/ppb_x509_certificate_private.h',
135 'c/private/ppp_content_decryptor_private.h',
136 'c/private/ppp_find_private.h',
137 'c/private/ppp_instance_private.h',
139 # Deprecated interfaces.
140 'c/dev/deprecated_bool.h',
141 'c/dev/ppb_var_deprecated.h',
142 'c/dev/ppp_class_deprecated.h',
144 # Trusted interfaces.
145 'c/trusted/ppb_broker_trusted.h',
146 'c/trusted/ppb_browser_font_trusted.h',
147 'c/trusted/ppb_file_chooser_trusted.h',
148 'c/trusted/ppb_url_loader_trusted.h',
149 'c/trusted/ppp_broker.h',
151 # Extensions dev interfaces.
152 'c/extensions/dev/ppb_ext_socket_dev.h',
154 'cpp_source_files': [
155 'cpp/array_output.cc',
156 'cpp/array_output.h',
159 'cpp/audio_buffer.cc',
160 'cpp/audio_buffer.h',
161 'cpp/audio_config.cc',
162 'cpp/audio_config.h',
163 'cpp/completion_callback.h',
166 'cpp/directory_entry.cc',
167 'cpp/directory_entry.h',
172 'cpp/file_system.cc',
176 'cpp/graphics_2d.cc',
178 'cpp/graphics_3d.cc',
180 'cpp/graphics_3d_client.cc',
181 'cpp/graphics_3d_client.h',
182 'cpp/host_resolver.cc',
183 'cpp/host_resolver.h',
186 'cpp/input_event.cc',
190 'cpp/instance_handle.cc',
191 'cpp/instance_handle.h',
193 'cpp/media_stream_audio_track.cc',
194 'cpp/media_stream_audio_track.h',
195 'cpp/media_stream_video_track.cc',
196 'cpp/media_stream_video_track.h',
197 'cpp/message_loop.cc',
198 'cpp/message_loop.h',
202 'cpp/mouse_cursor.cc',
203 'cpp/mouse_cursor.h',
206 'cpp/net_address.cc',
208 'cpp/network_list.cc',
209 'cpp/network_list.h',
210 'cpp/network_monitor.cc',
211 'cpp/network_monitor.h',
212 'cpp/network_proxy.cc',
213 'cpp/network_proxy.h',
214 'cpp/output_traits.h',
223 'cpp/text_input_controller.cc',
224 'cpp/text_input_controller.h',
230 'cpp/url_request_info.cc',
231 'cpp/url_request_info.h',
232 'cpp/url_response_info.cc',
233 'cpp/url_response_info.h',
238 'cpp/var_array_buffer.cc',
239 'cpp/var_array_buffer.h',
240 'cpp/var_dictionary.cc',
241 'cpp/var_dictionary.h',
242 'cpp/video_frame.cc',
250 'cpp/dev/alarms_dev.cc',
251 'cpp/dev/alarms_dev.h',
252 'cpp/dev/array_dev.h',
253 'cpp/dev/audio_input_dev.cc',
254 'cpp/dev/audio_input_dev.h',
255 'cpp/dev/buffer_dev.cc',
256 'cpp/dev/buffer_dev.h',
257 'cpp/dev/crypto_dev.cc',
258 'cpp/dev/crypto_dev.h',
259 'cpp/dev/cursor_control_dev.cc',
260 'cpp/dev/cursor_control_dev.h',
261 'cpp/dev/device_ref_dev.cc',
262 'cpp/dev/device_ref_dev.h',
263 'cpp/dev/file_chooser_dev.cc',
264 'cpp/dev/file_chooser_dev.h',
265 'cpp/dev/font_dev.cc',
266 'cpp/dev/font_dev.h',
267 'cpp/dev/ime_input_event_dev.cc',
268 'cpp/dev/ime_input_event_dev.h',
269 'cpp/dev/may_own_ptr_dev.h',
270 'cpp/dev/memory_dev.cc',
271 'cpp/dev/memory_dev.h',
272 'cpp/dev/optional_dev.h',
273 'cpp/dev/printing_dev.cc',
274 'cpp/dev/printing_dev.h',
275 'cpp/dev/scrollbar_dev.cc',
276 'cpp/dev/scrollbar_dev.h',
277 'cpp/dev/selection_dev.cc',
278 'cpp/dev/selection_dev.h',
279 'cpp/dev/string_wrapper_dev.cc',
280 'cpp/dev/string_wrapper_dev.h',
281 'cpp/dev/struct_wrapper_output_traits_dev.h',
282 'cpp/dev/text_input_dev.cc',
283 'cpp/dev/text_input_dev.h',
284 'cpp/dev/to_c_type_converter_dev.h',
285 'cpp/dev/truetype_font_dev.cc',
286 'cpp/dev/truetype_font_dev.h',
287 'cpp/dev/url_util_dev.cc',
288 'cpp/dev/url_util_dev.h',
289 'cpp/dev/video_capture_client_dev.cc',
290 'cpp/dev/video_capture_client_dev.h',
291 'cpp/dev/video_capture_dev.cc',
292 'cpp/dev/video_capture_dev.h',
293 'cpp/dev/video_decoder_client_dev.cc',
294 'cpp/dev/video_decoder_client_dev.h',
295 'cpp/dev/video_decoder_dev.cc',
296 'cpp/dev/video_decoder_dev.h',
297 'cpp/dev/view_dev.cc',
298 'cpp/dev/view_dev.h',
299 'cpp/dev/widget_client_dev.cc',
300 'cpp/dev/widget_client_dev.h',
301 'cpp/dev/widget_dev.cc',
302 'cpp/dev/widget_dev.h',
303 'cpp/dev/zoom_dev.cc',
304 'cpp/dev/zoom_dev.h',
306 # Deprecated interfaces.
307 'cpp/dev/scriptable_object_deprecated.h',
308 'cpp/dev/scriptable_object_deprecated.cc',
310 # Private interfaces.
311 'cpp/private/content_decryptor_private.cc',
312 'cpp/private/content_decryptor_private.h',
313 'cpp/private/ext_crx_file_system_private.cc',
314 'cpp/private/ext_crx_file_system_private.h',
315 'cpp/private/file_io_private.cc',
316 'cpp/private/file_io_private.h',
317 'cpp/private/find_private.cc',
318 'cpp/private/find_private.h',
319 'cpp/private/flash.cc',
320 'cpp/private/flash.h',
321 'cpp/private/flash_clipboard.cc',
322 'cpp/private/flash_clipboard.h',
323 'cpp/private/flash_device_id.cc',
324 'cpp/private/flash_device_id.h',
325 'cpp/private/flash_drm.cc',
326 'cpp/private/flash_drm.h',
327 'cpp/private/flash_file.cc',
328 'cpp/private/flash_file.h',
329 'cpp/private/flash_font_file.cc',
330 'cpp/private/flash_font_file.h',
331 'cpp/private/flash_fullscreen.cc',
332 'cpp/private/flash_fullscreen.h',
333 'cpp/private/flash_menu.cc',
334 'cpp/private/flash_menu.h',
335 'cpp/private/flash_message_loop.cc',
336 'cpp/private/flash_message_loop.h',
337 'cpp/private/host_resolver_private.cc',
338 'cpp/private/host_resolver_private.h',
339 'cpp/private/instance_private.cc',
340 'cpp/private/instance_private.h',
341 'cpp/private/isolated_file_system_private.cc',
342 'cpp/private/isolated_file_system_private.h',
343 'cpp/private/net_address_private.cc',
344 'cpp/private/net_address_private.h',
345 'cpp/private/output_protection_private.cc',
346 'cpp/private/output_protection_private.h',
347 'cpp/private/pass_file_handle.cc',
348 'cpp/private/pass_file_handle.h',
349 'cpp/private/pdf.cc',
351 'cpp/private/platform_verification.cc',
352 'cpp/private/platform_verification.h',
353 'cpp/private/tcp_server_socket_private.cc',
354 'cpp/private/tcp_server_socket_private.h',
355 'cpp/private/tcp_socket_private.cc',
356 'cpp/private/tcp_socket_private.h',
357 'cpp/private/udp_socket_private.cc',
358 'cpp/private/udp_socket_private.h',
359 'cpp/private/uma_private.cc',
360 'cpp/private/uma_private.h',
361 'cpp/private/var_private.cc',
362 'cpp/private/var_private.h',
363 'cpp/private/video_destination_private.cc',
364 'cpp/private/video_destination_private.h',
365 'cpp/private/video_frame_private.cc',
366 'cpp/private/video_frame_private.h',
367 'cpp/private/video_source_private.cc',
368 'cpp/private/video_source_private.h',
369 'cpp/private/x509_certificate_private.cc',
370 'cpp/private/x509_certificate_private.h',
372 # Trusted interfaces.
373 'cpp/trusted/browser_font_trusted.cc',
374 'cpp/trusted/browser_font_trusted.h',
375 'cpp/trusted/file_chooser_trusted.cc',
376 'cpp/trusted/file_chooser_trusted.h',
378 # Extensions interfaces.
379 'cpp/extensions/dict_field.h',
380 'cpp/extensions/ext_output_traits.h',
381 'cpp/extensions/from_var_converter.h',
382 'cpp/extensions/optional.h',
383 'cpp/extensions/to_var_converter.h',
385 # Extensions dev interfaces.
386 'cpp/extensions/dev/socket_dev.cc',
387 'cpp/extensions/dev/socket_dev.h',
390 'utility/completion_callback_factory.h',
391 'utility/completion_callback_factory_thread_traits.h',
392 'utility/graphics/paint_aggregator.cc',
393 'utility/graphics/paint_aggregator.h',
394 'utility/graphics/paint_manager.cc',
395 'utility/graphics/paint_manager.h',
396 'utility/threading/lock.cc',
397 'utility/threading/lock.h',
398 'utility/threading/simple_thread.cc',
399 'utility/threading/simple_thread.h',
400 'utility/websocket/websocket_api.cc',
401 'utility/websocket/websocket_api.h',
404 # Common Testing source for trusted and untrusted (NaCl) pugins.
406 'test_common_source_files': [
408 'lib/gl/gles2/gles2.c',
409 'lib/gl/gles2/gl2ext_ppapi.c',
410 'lib/gl/gles2/gl2ext_ppapi.h',
411 'tests/all_c_includes.h',
412 'tests/all_cpp_includes.h',
413 'tests/arch_dependent_sizes_32.h',
414 'tests/arch_dependent_sizes_64.h',
416 'tests/test_audio.cc',
417 'tests/test_audio.h',
418 'tests/test_audio_config.cc',
419 'tests/test_audio_config.h',
420 'tests/test_case.cc',
422 'tests/test_console.cc',
423 'tests/test_console.h',
424 'tests/test_core.cc',
426 'tests/test_cursor_control.cc',
427 'tests/test_cursor_control.h',
428 'tests/test_empty.cc',
429 'tests/test_empty.h',
430 'tests/test_file_io.cc',
431 'tests/test_file_io.h',
432 'tests/test_file_mapping.cc',
433 'tests/test_file_mapping.h',
434 'tests/test_file_ref.cc',
435 'tests/test_file_ref.h',
436 'tests/test_file_system.cc',
437 'tests/test_file_system.h',
438 'tests/test_fullscreen.cc',
439 'tests/test_fullscreen.h',
440 'tests/test_graphics_2d.cc',
441 'tests/test_graphics_2d.h',
442 'tests/test_graphics_3d.cc',
443 'tests/test_graphics_3d.h',
444 'tests/test_host_resolver.cc',
445 'tests/test_host_resolver.h',
446 'tests/test_host_resolver_private.cc',
447 'tests/test_host_resolver_private.h',
448 'tests/test_host_resolver_private_disallowed.cc',
449 'tests/test_host_resolver_private_disallowed.h',
450 'tests/test_image_data.cc',
451 'tests/test_image_data.h',
452 'tests/test_ime_input_event.cc',
453 'tests/test_ime_input_event.h',
454 'tests/test_input_event.cc',
455 'tests/test_input_event.h',
456 'tests/test_media_stream_audio_track.cc',
457 'tests/test_media_stream_audio_track.h',
458 'tests/test_media_stream_video_track.cc',
459 'tests/test_media_stream_video_track.h',
460 'tests/test_memory.cc',
461 'tests/test_memory.h',
462 'tests/test_message_loop.cc',
463 'tests/test_message_loop.h',
464 'tests/test_mouse_cursor.cc',
465 'tests/test_mouse_cursor.h',
466 'tests/test_mouse_lock.cc',
467 'tests/test_mouse_lock.h',
468 'tests/test_net_address.cc',
469 'tests/test_net_address.h',
470 'tests/test_net_address_private_untrusted.cc',
471 'tests/test_net_address_private_untrusted.h',
472 'tests/test_network_monitor.cc',
473 'tests/test_network_monitor.h',
474 'tests/test_network_proxy.cc',
475 'tests/test_network_proxy.h',
476 'tests/test_output_protection_private.cc',
477 'tests/test_output_protection_private.h',
478 'tests/test_paint_aggregator.cc',
479 'tests/test_paint_aggregator.h',
480 'tests/test_post_message.cc',
481 'tests/test_post_message.h',
482 'tests/test_printing.cc',
483 'tests/test_printing.h',
484 'tests/test_scrollbar.cc',
485 'tests/test_scrollbar.h',
486 'tests/test_tcp_server_socket_private.cc',
487 'tests/test_tcp_server_socket_private.h',
488 'tests/test_tcp_socket.cc',
489 'tests/test_tcp_socket.h',
490 'tests/test_tcp_socket_private.cc',
491 'tests/test_tcp_socket_private.h',
492 'tests/test_test_internals.cc',
493 'tests/test_test_internals.h',
494 'tests/test_trace_event.cc',
495 'tests/test_trace_event.h',
496 'tests/test_truetype_font.cc',
497 'tests/test_truetype_font.h',
498 'tests/test_udp_socket.cc',
499 'tests/test_udp_socket.h',
500 'tests/test_udp_socket_private.cc',
501 'tests/test_udp_socket_private.h',
504 'tests/test_url_loader.cc',
505 'tests/test_url_loader.h',
506 'tests/test_url_request.cc',
507 'tests/test_url_request.h',
508 'tests/test_utils.cc',
511 'tests/test_var_resource.cc',
512 'tests/test_var_resource.h',
513 'tests/test_video_destination.cc',
514 'tests/test_video_destination.h',
515 'tests/test_video_source.cc',
516 'tests/test_video_source.h',
517 'tests/test_view.cc',
519 'tests/test_websocket.cc',
520 'tests/test_websocket.h',
521 'tests/testing_instance.cc',
522 'tests/testing_instance.h',
525 'tests/test_c_includes.c',
526 'tests/test_cpp_includes.cc',
527 'tests/test_struct_sizes.c',
530 # Sources used in NaCl tests.
532 'test_nacl_source_files': [
533 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
534 'tests/test_tcp_server_socket_private_disallowed.cc',
535 'tests/test_tcp_socket_private_disallowed.cc',
536 'tests/test_udp_socket_private_disallowed.cc',
539 # Sources used in trusted tests.
541 'test_trusted_source_files': [
542 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER)
543 'tests/test_broker.cc',
544 'tests/test_broker.h',
545 'tests/test_browser_font.cc',
546 'tests/test_browser_font.h',
547 'tests/test_buffer.cc',
548 'tests/test_buffer.h',
549 'tests/test_c_includes.c',
550 'tests/test_char_set.cc',
551 'tests/test_char_set.h',
552 'tests/test_cpp_includes.cc',
553 'tests/test_crypto.cc',
554 'tests/test_crypto.h',
555 'tests/test_flash.cc',
556 'tests/test_flash.h',
557 'tests/test_flash_clipboard.cc',
558 'tests/test_flash_clipboard.h',
559 'tests/test_flash_drm.cc',
560 'tests/test_flash_drm.h',
561 'tests/test_flash_file.cc',
562 'tests/test_flash_file.h',
563 'tests/test_flash_fullscreen.cc',
564 'tests/test_flash_fullscreen.h',
565 'tests/test_flash_message_loop.cc',
566 'tests/test_flash_message_loop.h',
567 'tests/test_net_address_private.cc',
568 'tests/test_net_address_private.h',
571 'tests/test_platform_verification_private.cc',
572 'tests/test_platform_verification_private.h',
573 'tests/test_struct_sizes.c',
574 'tests/test_talk_private.cc',
575 'tests/test_talk_private.h',
576 'tests/test_tcp_socket_private_trusted.cc',
577 'tests/test_tcp_socket_private_trusted.h',
578 'tests/test_url_util.cc',
579 'tests/test_url_util.h',
580 'tests/test_utils.cc',
581 'tests/test_utils.h',
582 'tests/test_video_decoder.cc',
583 'tests/test_video_decoder.h',
584 'tests/test_x509_certificate_private.cc',
585 'tests/test_x509_certificate_private.h',
587 # Deprecated test cases.
588 'tests/test_instance_deprecated.cc',
589 'tests/test_instance_deprecated.h',
590 'tests/test_var_deprecated.cc',
591 'tests/test_var_deprecated.h',