OLD | NEW |
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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'c_source_files': [ | 7 'c_source_files': [ |
8 'c/pp_array_output.h', | 8 'c/pp_array_output.h', |
9 'c/pp_bool.h', | 9 'c/pp_bool.h', |
10 'c/pp_completion_callback.h', | 10 'c/pp_completion_callback.h', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'c/private/ppb_flash.h', | 91 'c/private/ppb_flash.h', |
92 'c/private/ppb_flash_clipboard.h', | 92 'c/private/ppb_flash_clipboard.h', |
93 'c/private/ppb_flash_file.h', | 93 'c/private/ppb_flash_file.h', |
94 'c/private/ppb_flash_fullscreen.h', | 94 'c/private/ppb_flash_fullscreen.h', |
95 'c/private/ppb_flash_menu.h', | 95 'c/private/ppb_flash_menu.h', |
96 'c/private/ppb_flash_message_loop.h', | 96 'c/private/ppb_flash_message_loop.h', |
97 'c/private/ppb_flash_net_connector.h', | 97 'c/private/ppb_flash_net_connector.h', |
98 'c/private/ppb_flash_tcp_socket.h', | 98 'c/private/ppb_flash_tcp_socket.h', |
99 'c/private/ppb_flash_udp_socket.h', | 99 'c/private/ppb_flash_udp_socket.h', |
100 'c/private/ppb_gpu_blacklist_private.h', | 100 'c/private/ppb_gpu_blacklist_private.h', |
| 101 'c/private/ppb_host_resolver_private.h', |
101 'c/private/ppb_instance_private.h', | 102 'c/private/ppb_instance_private.h', |
102 'c/private/ppb_nacl_private.h', | 103 'c/private/ppb_nacl_private.h', |
103 'c/private/ppb_net_address_private.h', | 104 'c/private/ppb_net_address_private.h', |
104 'c/private/ppb_pdf.h', | 105 'c/private/ppb_pdf.h', |
105 'c/private/ppb_proxy_private.h', | 106 'c/private/ppb_proxy_private.h', |
106 'c/private/ppp_instance_private.h', | 107 'c/private/ppp_instance_private.h', |
107 'c/private/ppb_network_list_private.h', | 108 'c/private/ppb_network_list_private.h', |
108 'c/private/ppb_network_monitor_private.h', | 109 'c/private/ppb_network_monitor_private.h', |
| 110 'c/private/ppb_tcp_server_socket_private.h', |
109 'c/private/ppb_tcp_socket_private.h', | 111 'c/private/ppb_tcp_socket_private.h', |
110 'c/private/ppb_udp_socket_private.h', | 112 'c/private/ppb_udp_socket_private.h', |
111 | 113 |
112 # Deprecated interfaces. | 114 # Deprecated interfaces. |
113 'c/dev/deprecated_bool.h', | 115 'c/dev/deprecated_bool.h', |
114 'c/dev/ppb_var_deprecated.h', | 116 'c/dev/ppb_var_deprecated.h', |
115 'c/dev/ppp_class_deprecated.h', | 117 'c/dev/ppp_class_deprecated.h', |
116 | 118 |
117 # Trusted interfaces. | 119 # Trusted interfaces. |
118 'c/trusted/ppb_audio_trusted.h', | 120 'c/trusted/ppb_audio_trusted.h', |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 # Common test files | 306 # Common test files |
305 'tests/all_c_includes.h', | 307 'tests/all_c_includes.h', |
306 'tests/all_cpp_includes.h', | 308 'tests/all_cpp_includes.h', |
307 'tests/arch_dependent_sizes_32.h', | 309 'tests/arch_dependent_sizes_32.h', |
308 'tests/arch_dependent_sizes_64.h', | 310 'tests/arch_dependent_sizes_64.h', |
309 'tests/pp_thread.h', | 311 'tests/pp_thread.h', |
310 'tests/test_case.cc', | 312 'tests/test_case.cc', |
311 'tests/test_case.h', | 313 'tests/test_case.h', |
312 'tests/test_empty.cc', | 314 'tests/test_empty.cc', |
313 'tests/test_empty.h', | 315 'tests/test_empty.h', |
| 316 'tests/test_host_resolver_private.cc', |
| 317 'tests/test_host_resolver_private.h', |
314 'tests/test_net_address_private_untrusted.cc', | 318 'tests/test_net_address_private_untrusted.cc', |
315 'tests/test_net_address_private_untrusted.h', | 319 'tests/test_net_address_private_untrusted.h', |
316 'tests/test_tcp_server_socket_private.cc', | 320 'tests/test_tcp_server_socket_private.cc', |
317 'tests/test_tcp_server_socket_private.h', | 321 'tests/test_tcp_server_socket_private.h', |
318 'tests/test_tcp_socket_private.cc', | 322 'tests/test_tcp_socket_private.cc', |
319 'tests/test_tcp_socket_private.h', | 323 'tests/test_tcp_socket_private.h', |
320 'tests/test_udp_socket_private.cc', | 324 'tests/test_udp_socket_private.cc', |
321 'tests/test_udp_socket_private.h', | 325 'tests/test_udp_socket_private.h', |
322 'tests/test_utils.cc', | 326 'tests/test_utils.cc', |
323 'tests/testing_instance.cc', | 327 'tests/testing_instance.cc', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 'tests/test_flash_fullscreen.cc', | 400 'tests/test_flash_fullscreen.cc', |
397 'tests/test_flash_fullscreen.h', | 401 'tests/test_flash_fullscreen.h', |
398 'tests/test_flash_message_loop.cc', | 402 'tests/test_flash_message_loop.cc', |
399 'tests/test_flash_message_loop.h', | 403 'tests/test_flash_message_loop.h', |
400 'tests/test_fullscreen.cc', | 404 'tests/test_fullscreen.cc', |
401 'tests/test_fullscreen.h', | 405 'tests/test_fullscreen.h', |
402 'tests/test_graphics_2d.cc', | 406 'tests/test_graphics_2d.cc', |
403 'tests/test_graphics_2d.h', | 407 'tests/test_graphics_2d.h', |
404 'tests/test_graphics_3d.cc', | 408 'tests/test_graphics_3d.cc', |
405 'tests/test_graphics_3d.h', | 409 'tests/test_graphics_3d.h', |
406 'tests/test_host_resolver_private.cc', | |
407 'tests/test_host_resolver_private.h', | |
408 'tests/test_image_data.cc', | 410 'tests/test_image_data.cc', |
409 'tests/test_image_data.h', | 411 'tests/test_image_data.h', |
410 'tests/test_input_event.cc', | 412 'tests/test_input_event.cc', |
411 'tests/test_input_event.h', | 413 'tests/test_input_event.h', |
412 'tests/test_memory.cc', | 414 'tests/test_memory.cc', |
413 'tests/test_memory.h', | 415 'tests/test_memory.h', |
414 'tests/test_net_address_private.cc', | 416 'tests/test_net_address_private.cc', |
415 'tests/test_net_address_private.h', | 417 'tests/test_net_address_private.h', |
416 'tests/test_network_monitor_private.cc', | 418 'tests/test_network_monitor_private.cc', |
417 'tests/test_network_monitor_private.h', | 419 'tests/test_network_monitor_private.h', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 'c/dev/ppb_transport_dev.h', | 459 'c/dev/ppb_transport_dev.h', |
458 ], | 460 ], |
459 'cpp_source_files': [ | 461 'cpp_source_files': [ |
460 'cpp/dev/transport_dev.cc', | 462 'cpp/dev/transport_dev.cc', |
461 'cpp/dev/transport_dev.h', | 463 'cpp/dev/transport_dev.h', |
462 ], | 464 ], |
463 }, | 465 }, |
464 }], | 466 }], |
465 ], | 467 ], |
466 } | 468 } |
OLD | NEW |