OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "blimp_tests", | 4 "blimp_tests", |
5 "chrome_public_apk", | 5 "chrome_public_apk", |
6 "chrome_public_test_apk", | 6 "chrome_public_test_apk", |
7 "content_shell_apk", | 7 "content_shell_apk", |
8 "mandoline:all" | 8 "mandoline:all" |
9 ], | 9 ], |
10 "gtest_tests": [ | 10 "gtest_tests": [ |
11 { | 11 { |
| 12 "test": "blimp_common_unit_tests" |
| 13 }, |
| 14 { |
12 "test": "html_viewer_unittests" | 15 "test": "html_viewer_unittests" |
13 }, | 16 }, |
14 { | 17 { |
15 "test": "ipc_mojo_unittests" | 18 "test": "ipc_mojo_unittests" |
16 }, | 19 }, |
17 { | 20 { |
18 "swarming": { | 21 "swarming": { |
19 "can_use_on_swarming_builders": true | 22 "can_use_on_swarming_builders": true |
20 }, | 23 }, |
21 "test": "mojo_common_unittests" | 24 "test": "mojo_common_unittests" |
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 "test": "aura_unittests" | 687 "test": "aura_unittests" |
685 }, | 688 }, |
686 { | 689 { |
687 "swarming": { | 690 "swarming": { |
688 "can_use_on_swarming_builders": true | 691 "can_use_on_swarming_builders": true |
689 }, | 692 }, |
690 "test": "base_unittests" | 693 "test": "base_unittests" |
691 }, | 694 }, |
692 { | 695 { |
693 "swarming": { | 696 "swarming": { |
| 697 "can_use_on_swarming_builders": true |
| 698 }, |
| 699 "test": "blimp_common_unit_tests" |
| 700 }, |
| 701 { |
| 702 "swarming": { |
694 "can_use_on_swarming_builders": true, | 703 "can_use_on_swarming_builders": true, |
695 "shards": 5 | 704 "shards": 5 |
696 }, | 705 }, |
697 "test": "browser_tests" | 706 "test": "browser_tests" |
698 }, | 707 }, |
699 { | 708 { |
700 "swarming": { | 709 "swarming": { |
701 "can_use_on_swarming_builders": true | 710 "can_use_on_swarming_builders": true |
702 }, | 711 }, |
703 "test": "cacheinvalidation_unittests" | 712 "test": "cacheinvalidation_unittests" |
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1715 } | 1724 } |
1716 ], | 1725 ], |
1717 "scripts": [ | 1726 "scripts": [ |
1718 { | 1727 { |
1719 "name": "nacl_integration", | 1728 "name": "nacl_integration", |
1720 "script": "nacl_integration.py" | 1729 "script": "nacl_integration.py" |
1721 } | 1730 } |
1722 ] | 1731 ] |
1723 } | 1732 } |
1724 } | 1733 } |
OLD | NEW |