| 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_codecs.h', | 10 'c/pp_codecs.h', |
| (...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 # Sources used in trusted tests. | 529 # Sources used in trusted tests. |
| 530 # | 530 # |
| 531 'test_trusted_source_files': [ | 531 'test_trusted_source_files': [ |
| 532 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 532 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| 533 'tests/test_broker.cc', | 533 'tests/test_broker.cc', |
| 534 'tests/test_broker.h', | 534 'tests/test_broker.h', |
| 535 'tests/test_browser_font.cc', | 535 'tests/test_browser_font.cc', |
| 536 'tests/test_browser_font.h', | 536 'tests/test_browser_font.h', |
| 537 'tests/test_buffer.cc', | 537 'tests/test_buffer.cc', |
| 538 'tests/test_buffer.h', | 538 'tests/test_buffer.h', |
| 539 'tests/test_c_includes.c', | |
| 540 'tests/test_char_set.cc', | 539 'tests/test_char_set.cc', |
| 541 'tests/test_char_set.h', | 540 'tests/test_char_set.h', |
| 542 'tests/test_cpp_includes.cc', | |
| 543 'tests/test_crypto.cc', | 541 'tests/test_crypto.cc', |
| 544 'tests/test_crypto.h', | 542 'tests/test_crypto.h', |
| 545 'tests/test_flash.cc', | 543 'tests/test_flash.cc', |
| 546 'tests/test_flash.h', | 544 'tests/test_flash.h', |
| 547 'tests/test_flash_clipboard.cc', | 545 'tests/test_flash_clipboard.cc', |
| 548 'tests/test_flash_clipboard.h', | 546 'tests/test_flash_clipboard.h', |
| 549 'tests/test_flash_drm.cc', | 547 'tests/test_flash_drm.cc', |
| 550 'tests/test_flash_drm.h', | 548 'tests/test_flash_drm.h', |
| 551 'tests/test_flash_file.cc', | 549 'tests/test_flash_file.cc', |
| 552 'tests/test_flash_file.h', | 550 'tests/test_flash_file.h', |
| 553 'tests/test_flash_fullscreen.cc', | 551 'tests/test_flash_fullscreen.cc', |
| 554 'tests/test_flash_fullscreen.h', | 552 'tests/test_flash_fullscreen.h', |
| 555 'tests/test_flash_message_loop.cc', | 553 'tests/test_flash_message_loop.cc', |
| 556 'tests/test_flash_message_loop.h', | 554 'tests/test_flash_message_loop.h', |
| 557 'tests/test_net_address_private.cc', | 555 'tests/test_net_address_private.cc', |
| 558 'tests/test_net_address_private.h', | 556 'tests/test_net_address_private.h', |
| 559 'tests/test_pdf.cc', | 557 'tests/test_pdf.cc', |
| 560 'tests/test_pdf.h', | 558 'tests/test_pdf.h', |
| 561 'tests/test_platform_verification_private.cc', | 559 'tests/test_platform_verification_private.cc', |
| 562 'tests/test_platform_verification_private.h', | 560 'tests/test_platform_verification_private.h', |
| 563 'tests/test_struct_sizes.c', | |
| 564 'tests/test_talk_private.cc', | 561 'tests/test_talk_private.cc', |
| 565 'tests/test_talk_private.h', | 562 'tests/test_talk_private.h', |
| 566 'tests/test_tcp_socket_private_trusted.cc', | 563 'tests/test_tcp_socket_private_trusted.cc', |
| 567 'tests/test_tcp_socket_private_trusted.h', | 564 'tests/test_tcp_socket_private_trusted.h', |
| 568 'tests/test_url_util.cc', | 565 'tests/test_url_util.cc', |
| 569 'tests/test_url_util.h', | 566 'tests/test_url_util.h', |
| 570 'tests/test_utils.cc', | |
| 571 'tests/test_utils.h', | 567 'tests/test_utils.h', |
| 572 'tests/test_video_decoder_dev.cc', | 568 'tests/test_video_decoder_dev.cc', |
| 573 'tests/test_video_decoder_dev.h', | 569 'tests/test_video_decoder_dev.h', |
| 574 'tests/test_x509_certificate_private.cc', | 570 'tests/test_x509_certificate_private.cc', |
| 575 'tests/test_x509_certificate_private.h', | 571 'tests/test_x509_certificate_private.h', |
| 576 | 572 |
| 577 # Deprecated test cases. | 573 # Deprecated test cases. |
| 578 'tests/test_instance_deprecated.cc', | 574 'tests/test_instance_deprecated.cc', |
| 579 'tests/test_instance_deprecated.h', | 575 'tests/test_instance_deprecated.h', |
| 580 'tests/test_var_deprecated.cc', | 576 'tests/test_var_deprecated.cc', |
| 581 'tests/test_var_deprecated.h', | 577 'tests/test_var_deprecated.h', |
| 582 ], | 578 ], |
| 583 }, | 579 }, |
| 584 } | 580 } |
| OLD | NEW |