OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ | 10 'includes': [ |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 ], | 614 ], |
615 }, | 615 }, |
616 ], | 616 ], |
617 'conditions': [ | 617 'conditions': [ |
618 ['OS=="android"', { | 618 ['OS=="android"', { |
619 'targets': [ | 619 'targets': [ |
620 { | 620 { |
621 'target_name': 'audio_codec_speed_tests_apk_target', | 621 'target_name': 'audio_codec_speed_tests_apk_target', |
622 'type': 'none', | 622 'type': 'none', |
623 'dependencies': [ | 623 'dependencies': [ |
624 '<(apk_tests_path):audio_codec_speed_tests_apk', | 624 '<(android_tests_path):audio_codec_speed_tests_apk', |
625 ], | 625 ], |
626 }, | 626 }, |
627 { | 627 { |
628 'target_name': 'audio_decoder_unittests_apk_target', | 628 'target_name': 'audio_decoder_unittests_apk_target', |
629 'type': 'none', | 629 'type': 'none', |
630 'dependencies': [ | 630 'dependencies': [ |
631 '<(apk_tests_path):audio_decoder_unittests_apk', | 631 '<(android_tests_path):audio_decoder_unittests_apk', |
632 ], | 632 ], |
633 }, | 633 }, |
634 { | 634 { |
635 'target_name': 'modules_tests_apk_target', | 635 'target_name': 'modules_tests_apk_target', |
636 'type': 'none', | 636 'type': 'none', |
637 'dependencies': [ | 637 'dependencies': [ |
638 '<(apk_tests_path):modules_tests_apk', | 638 '<(android_tests_path):modules_tests_apk', |
639 ], | 639 ], |
640 }, | 640 }, |
641 { | 641 { |
642 'target_name': 'modules_unittests_apk_target', | 642 'target_name': 'modules_unittests_apk_target', |
643 'type': 'none', | 643 'type': 'none', |
644 'dependencies': [ | 644 'dependencies': [ |
645 '<(apk_tests_path):modules_unittests_apk', | 645 '<(android_tests_path):modules_unittests_apk', |
646 ], | 646 ], |
647 }, | 647 }, |
648 ], | 648 ], |
649 'conditions': [ | 649 'conditions': [ |
650 ['test_isolation_mode != "noop"', | 650 ['test_isolation_mode != "noop"', |
651 { | 651 { |
652 'targets': [ | 652 'targets': [ |
653 { | 653 { |
654 'target_name': 'audio_codec_speed_tests_apk_run', | 654 'target_name': 'audio_codec_speed_tests_apk_run', |
655 'type': 'none', | 655 'type': 'none', |
656 'dependencies': [ | 656 'dependencies': [ |
657 '<(apk_tests_path):audio_codec_speed_tests_apk', | 657 '<(android_tests_path):audio_codec_speed_tests_apk', |
658 ], | 658 ], |
659 'includes': [ | 659 'includes': [ |
660 '../build/isolate.gypi', | 660 '../build/isolate.gypi', |
661 ], | 661 ], |
662 'sources': [ | 662 'sources': [ |
663 'audio_codec_speed_tests_apk.isolate', | 663 'audio_codec_speed_tests_apk.isolate', |
664 ], | 664 ], |
665 }, | 665 }, |
666 { | 666 { |
667 'target_name': 'audio_decoder_unittests_apk_run', | 667 'target_name': 'audio_decoder_unittests_apk_run', |
668 'type': 'none', | 668 'type': 'none', |
669 'dependencies': [ | 669 'dependencies': [ |
670 '<(apk_tests_path):audio_decoder_unittests_apk', | 670 '<(android_tests_path):audio_decoder_unittests_apk', |
671 ], | 671 ], |
672 'includes': [ | 672 'includes': [ |
673 '../build/isolate.gypi', | 673 '../build/isolate.gypi', |
674 ], | 674 ], |
675 'sources': [ | 675 'sources': [ |
676 'audio_decoder_unittests_apk.isolate', | 676 'audio_decoder_unittests_apk.isolate', |
677 ], | 677 ], |
678 }, | 678 }, |
679 { | 679 { |
680 'target_name': 'modules_tests_apk_run', | 680 'target_name': 'modules_tests_apk_run', |
681 'type': 'none', | 681 'type': 'none', |
682 'dependencies': [ | 682 'dependencies': [ |
683 '<(apk_tests_path):modules_tests_apk', | 683 '<(android_tests_path):modules_tests_apk', |
684 ], | 684 ], |
685 'includes': [ | 685 'includes': [ |
686 '../build/isolate.gypi', | 686 '../build/isolate.gypi', |
687 ], | 687 ], |
688 'sources': [ | 688 'sources': [ |
689 'modules_tests_apk.isolate', | 689 'modules_tests_apk.isolate', |
690 ], | 690 ], |
691 }, | 691 }, |
692 { | 692 { |
693 'target_name': 'modules_unittests_apk_run', | 693 'target_name': 'modules_unittests_apk_run', |
694 'type': 'none', | 694 'type': 'none', |
695 'dependencies': [ | 695 'dependencies': [ |
696 '<(apk_tests_path):modules_unittests_apk', | 696 '<(android_tests_path):modules_unittests_apk', |
697 ], | 697 ], |
698 'includes': [ | 698 'includes': [ |
699 '../build/isolate.gypi', | 699 '../build/isolate.gypi', |
700 ], | 700 ], |
701 'sources': [ | 701 'sources': [ |
702 'modules_unittests_apk.isolate', | 702 'modules_unittests_apk.isolate', |
703 ], | 703 ], |
704 }, | 704 }, |
705 ], | 705 ], |
706 }, | 706 }, |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 'sources': [ | 773 'sources': [ |
774 'modules_unittests.isolate', | 774 'modules_unittests.isolate', |
775 ], | 775 ], |
776 }, | 776 }, |
777 ], | 777 ], |
778 }], | 778 }], |
779 ], | 779 ], |
780 }], # include_tests | 780 }], # include_tests |
781 ], # conditions | 781 ], # conditions |
782 } | 782 } |
OLD | NEW |