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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 'tests/test_flash_clipboard.cc', | 478 'tests/test_flash_clipboard.cc', |
479 'tests/test_flash_clipboard.h', | 479 'tests/test_flash_clipboard.h', |
480 'tests/test_flash_file.cc', | 480 'tests/test_flash_file.cc', |
481 'tests/test_flash_file.h', | 481 'tests/test_flash_file.h', |
482 'tests/test_flash_fullscreen.cc', | 482 'tests/test_flash_fullscreen.cc', |
483 'tests/test_flash_fullscreen.h', | 483 'tests/test_flash_fullscreen.h', |
484 'tests/test_flash_message_loop.cc', | 484 'tests/test_flash_message_loop.cc', |
485 'tests/test_flash_message_loop.h', | 485 'tests/test_flash_message_loop.h', |
486 'tests/test_net_address_private.cc', | 486 'tests/test_net_address_private.cc', |
487 'tests/test_net_address_private.h', | 487 'tests/test_net_address_private.h', |
| 488 'tests/test_pdf.cc', |
| 489 'tests/test_pdf.h', |
488 'tests/test_resource_array.cc', | 490 'tests/test_resource_array.cc', |
489 'tests/test_resource_array.h', | 491 'tests/test_resource_array.h', |
490 'tests/test_struct_sizes.c', | 492 'tests/test_struct_sizes.c', |
491 'tests/test_talk_private.cc', | 493 'tests/test_talk_private.cc', |
492 'tests/test_talk_private.h', | 494 'tests/test_talk_private.h', |
493 'tests/test_tcp_socket_private_trusted.cc', | 495 'tests/test_tcp_socket_private_trusted.cc', |
494 'tests/test_tcp_socket_private_trusted.h', | 496 'tests/test_tcp_socket_private_trusted.h', |
495 'tests/test_uma.cc', | 497 'tests/test_uma.cc', |
496 'tests/test_uma.h', | 498 'tests/test_uma.h', |
497 'tests/test_url_util.cc', | 499 'tests/test_url_util.cc', |
498 'tests/test_url_util.h', | 500 'tests/test_url_util.h', |
499 'tests/test_utils.cc', | 501 'tests/test_utils.cc', |
500 'tests/test_utils.h', | 502 'tests/test_utils.h', |
501 'tests/test_video_decoder.cc', | 503 'tests/test_video_decoder.cc', |
502 'tests/test_video_decoder.h', | 504 'tests/test_video_decoder.h', |
503 'tests/test_x509_certificate_private.cc', | 505 'tests/test_x509_certificate_private.cc', |
504 'tests/test_x509_certificate_private.h', | 506 'tests/test_x509_certificate_private.h', |
505 | 507 |
506 # Deprecated test cases. | 508 # Deprecated test cases. |
507 'tests/test_instance_deprecated.cc', | 509 'tests/test_instance_deprecated.cc', |
508 'tests/test_instance_deprecated.h', | 510 'tests/test_instance_deprecated.h', |
509 'tests/test_var_deprecated.cc', | 511 'tests/test_var_deprecated.cc', |
510 'tests/test_var_deprecated.h', | 512 'tests/test_var_deprecated.h', |
511 ], | 513 ], |
512 }, | 514 }, |
513 } | 515 } |
OLD | NEW |