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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 'c/private/ppb_nacl_private.h', | 122 'c/private/ppb_nacl_private.h', |
123 'c/private/ppb_net_address_private.h', | 123 'c/private/ppb_net_address_private.h', |
124 'c/private/ppb_output_protection_private.h', | 124 'c/private/ppb_output_protection_private.h', |
125 'c/private/ppb_pdf.h', | 125 'c/private/ppb_pdf.h', |
126 'c/private/ppb_platform_verification_private.h', | 126 'c/private/ppb_platform_verification_private.h', |
127 'c/private/ppb_proxy_private.h', | 127 'c/private/ppb_proxy_private.h', |
128 'c/private/ppb_testing_private.h', | 128 'c/private/ppb_testing_private.h', |
129 'c/private/ppb_tcp_server_socket_private.h', | 129 'c/private/ppb_tcp_server_socket_private.h', |
130 'c/private/ppb_tcp_socket_private.h', | 130 'c/private/ppb_tcp_socket_private.h', |
131 'c/private/ppb_udp_socket_private.h', | 131 'c/private/ppb_udp_socket_private.h', |
| 132 'c/private/ppb_uma_private.h', |
132 'c/private/ppb_video_destination_private.h', | 133 'c/private/ppb_video_destination_private.h', |
133 'c/private/ppb_video_source_private.h', | 134 'c/private/ppb_video_source_private.h', |
134 'c/private/ppb_x509_certificate_private.h', | 135 'c/private/ppb_x509_certificate_private.h', |
135 'c/private/ppp_content_decryptor_private.h', | 136 'c/private/ppp_content_decryptor_private.h', |
136 'c/private/ppp_instance_private.h', | 137 'c/private/ppp_instance_private.h', |
137 | 138 |
138 # Deprecated interfaces. | 139 # Deprecated interfaces. |
139 'c/dev/deprecated_bool.h', | 140 'c/dev/deprecated_bool.h', |
140 'c/dev/ppb_var_deprecated.h', | 141 'c/dev/ppb_var_deprecated.h', |
141 'c/dev/ppp_class_deprecated.h', | 142 'c/dev/ppp_class_deprecated.h', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'cpp/private/pdf.cc', | 353 'cpp/private/pdf.cc', |
353 'cpp/private/pdf.h', | 354 'cpp/private/pdf.h', |
354 'cpp/private/platform_verification.cc', | 355 'cpp/private/platform_verification.cc', |
355 'cpp/private/platform_verification.h', | 356 'cpp/private/platform_verification.h', |
356 'cpp/private/tcp_server_socket_private.cc', | 357 'cpp/private/tcp_server_socket_private.cc', |
357 'cpp/private/tcp_server_socket_private.h', | 358 'cpp/private/tcp_server_socket_private.h', |
358 'cpp/private/tcp_socket_private.cc', | 359 'cpp/private/tcp_socket_private.cc', |
359 'cpp/private/tcp_socket_private.h', | 360 'cpp/private/tcp_socket_private.h', |
360 'cpp/private/udp_socket_private.cc', | 361 'cpp/private/udp_socket_private.cc', |
361 'cpp/private/udp_socket_private.h', | 362 'cpp/private/udp_socket_private.h', |
| 363 'cpp/private/uma_private.cc', |
| 364 'cpp/private/uma_private.h', |
362 'cpp/private/var_private.cc', | 365 'cpp/private/var_private.cc', |
363 'cpp/private/var_private.h', | 366 'cpp/private/var_private.h', |
364 'cpp/private/video_destination_private.cc', | 367 'cpp/private/video_destination_private.cc', |
365 'cpp/private/video_destination_private.h', | 368 'cpp/private/video_destination_private.h', |
366 'cpp/private/video_frame_private.cc', | 369 'cpp/private/video_frame_private.cc', |
367 'cpp/private/video_frame_private.h', | 370 'cpp/private/video_frame_private.h', |
368 'cpp/private/video_source_private.cc', | 371 'cpp/private/video_source_private.cc', |
369 'cpp/private/video_source_private.h', | 372 'cpp/private/video_source_private.h', |
370 'cpp/private/x509_certificate_private.cc', | 373 'cpp/private/x509_certificate_private.cc', |
371 'cpp/private/x509_certificate_private.h', | 374 'cpp/private/x509_certificate_private.h', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 'tests/test_tcp_socket_private.cc', | 488 'tests/test_tcp_socket_private.cc', |
486 'tests/test_tcp_socket_private.h', | 489 'tests/test_tcp_socket_private.h', |
487 'tests/test_trace_event.cc', | 490 'tests/test_trace_event.cc', |
488 'tests/test_trace_event.h', | 491 'tests/test_trace_event.h', |
489 'tests/test_truetype_font.cc', | 492 'tests/test_truetype_font.cc', |
490 'tests/test_truetype_font.h', | 493 'tests/test_truetype_font.h', |
491 'tests/test_udp_socket.cc', | 494 'tests/test_udp_socket.cc', |
492 'tests/test_udp_socket.h', | 495 'tests/test_udp_socket.h', |
493 'tests/test_udp_socket_private.cc', | 496 'tests/test_udp_socket_private.cc', |
494 'tests/test_udp_socket_private.h', | 497 'tests/test_udp_socket_private.h', |
| 498 'tests/test_uma.cc', |
| 499 'tests/test_uma.h', |
495 'tests/test_url_loader.cc', | 500 'tests/test_url_loader.cc', |
496 'tests/test_url_loader.h', | 501 'tests/test_url_loader.h', |
497 'tests/test_url_request.cc', | 502 'tests/test_url_request.cc', |
498 'tests/test_url_request.h', | 503 'tests/test_url_request.h', |
499 'tests/test_utils.cc', | 504 'tests/test_utils.cc', |
500 'tests/test_var.cc', | 505 'tests/test_var.cc', |
501 'tests/test_var.h', | 506 'tests/test_var.h', |
502 'tests/test_var_resource.cc', | 507 'tests/test_var_resource.cc', |
503 'tests/test_var_resource.h', | 508 'tests/test_var_resource.h', |
504 'tests/test_video_destination.cc', | 509 'tests/test_video_destination.cc', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 'tests/test_net_address_private.h', | 564 'tests/test_net_address_private.h', |
560 'tests/test_pdf.cc', | 565 'tests/test_pdf.cc', |
561 'tests/test_pdf.h', | 566 'tests/test_pdf.h', |
562 'tests/test_platform_verification_private.cc', | 567 'tests/test_platform_verification_private.cc', |
563 'tests/test_platform_verification_private.h', | 568 'tests/test_platform_verification_private.h', |
564 'tests/test_struct_sizes.c', | 569 'tests/test_struct_sizes.c', |
565 'tests/test_talk_private.cc', | 570 'tests/test_talk_private.cc', |
566 'tests/test_talk_private.h', | 571 'tests/test_talk_private.h', |
567 'tests/test_tcp_socket_private_trusted.cc', | 572 'tests/test_tcp_socket_private_trusted.cc', |
568 'tests/test_tcp_socket_private_trusted.h', | 573 'tests/test_tcp_socket_private_trusted.h', |
569 'tests/test_uma.cc', | |
570 'tests/test_uma.h', | |
571 'tests/test_url_util.cc', | 574 'tests/test_url_util.cc', |
572 'tests/test_url_util.h', | 575 'tests/test_url_util.h', |
573 'tests/test_utils.cc', | 576 'tests/test_utils.cc', |
574 'tests/test_utils.h', | 577 'tests/test_utils.h', |
575 'tests/test_video_decoder.cc', | 578 'tests/test_video_decoder.cc', |
576 'tests/test_video_decoder.h', | 579 'tests/test_video_decoder.h', |
577 'tests/test_x509_certificate_private.cc', | 580 'tests/test_x509_certificate_private.cc', |
578 'tests/test_x509_certificate_private.h', | 581 'tests/test_x509_certificate_private.h', |
579 | 582 |
580 # Deprecated test cases. | 583 # Deprecated test cases. |
581 'tests/test_instance_deprecated.cc', | 584 'tests/test_instance_deprecated.cc', |
582 'tests/test_instance_deprecated.h', | 585 'tests/test_instance_deprecated.h', |
583 'tests/test_var_deprecated.cc', | 586 'tests/test_var_deprecated.cc', |
584 'tests/test_var_deprecated.h', | 587 'tests/test_var_deprecated.h', |
585 ], | 588 ], |
586 }, | 589 }, |
587 } | 590 } |
OLD | NEW |