| 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_net_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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 "test": "aura_unittests" | 686 "test": "aura_unittests" |
| 684 }, | 687 }, |
| 685 { | 688 { |
| 686 "swarming": { | 689 "swarming": { |
| 687 "can_use_on_swarming_builders": true | 690 "can_use_on_swarming_builders": true |
| 688 }, | 691 }, |
| 689 "test": "base_unittests" | 692 "test": "base_unittests" |
| 690 }, | 693 }, |
| 691 { | 694 { |
| 692 "swarming": { | 695 "swarming": { |
| 696 "can_use_on_swarming_builders": true |
| 697 }, |
| 698 "test": "blimp_net_tests" |
| 699 }, |
| 700 { |
| 701 "swarming": { |
| 693 "can_use_on_swarming_builders": true, | 702 "can_use_on_swarming_builders": true, |
| 694 "shards": 5 | 703 "shards": 5 |
| 695 }, | 704 }, |
| 696 "test": "browser_tests" | 705 "test": "browser_tests" |
| 697 }, | 706 }, |
| 698 { | 707 { |
| 699 "swarming": { | 708 "swarming": { |
| 700 "can_use_on_swarming_builders": true | 709 "can_use_on_swarming_builders": true |
| 701 }, | 710 }, |
| 702 "test": "cacheinvalidation_unittests" | 711 "test": "cacheinvalidation_unittests" |
| (...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 } | 1719 } |
| 1711 ], | 1720 ], |
| 1712 "scripts": [ | 1721 "scripts": [ |
| 1713 { | 1722 { |
| 1714 "name": "nacl_integration", | 1723 "name": "nacl_integration", |
| 1715 "script": "nacl_integration.py" | 1724 "script": "nacl_integration.py" |
| 1716 } | 1725 } |
| 1717 ] | 1726 ] |
| 1718 } | 1727 } |
| 1719 } | 1728 } |
| OLD | NEW |