| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 "test": "blink_heap_unittests" | 833 "test": "blink_heap_unittests" |
| 834 }, | 834 }, |
| 835 { | 835 { |
| 836 "swarming": { | 836 "swarming": { |
| 837 "can_use_on_swarming_builders": true | 837 "can_use_on_swarming_builders": true |
| 838 }, | 838 }, |
| 839 "test": "blink_platform_unittests" | 839 "test": "blink_platform_unittests" |
| 840 }, | 840 }, |
| 841 { | 841 { |
| 842 "swarming": { | 842 "swarming": { |
| 843 "can_use_on_swarming_builders": true, |
| 844 "shards": 20 |
| 845 }, |
| 846 "test": "browser_tests" |
| 847 }, |
| 848 { |
| 849 "swarming": { |
| 850 "can_use_on_swarming_builders": true |
| 851 }, |
| 852 "test": "content_browsertests" |
| 853 }, |
| 854 { |
| 855 "swarming": { |
| 856 "can_use_on_swarming_builders": true |
| 857 }, |
| 858 "test": "extensions_browsertests" |
| 859 }, |
| 860 { |
| 861 "swarming": { |
| 843 "can_use_on_swarming_builders": true | 862 "can_use_on_swarming_builders": true |
| 844 }, | 863 }, |
| 845 "test": "webkit_unit_tests" | 864 "test": "webkit_unit_tests" |
| 846 }, | 865 }, |
| 847 { | 866 { |
| 848 "swarming": { | 867 "swarming": { |
| 849 "can_use_on_swarming_builders": true | 868 "can_use_on_swarming_builders": true |
| 850 }, | 869 }, |
| 851 "test": "wtf_unittests" | 870 "test": "wtf_unittests" |
| 852 } | 871 } |
| (...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1596 "name": "webkit_lint", | 1615 "name": "webkit_lint", |
| 1597 "script": "webkit_lint.py" | 1616 "script": "webkit_lint.py" |
| 1598 }, | 1617 }, |
| 1599 { | 1618 { |
| 1600 "name": "webkit_python_tests", | 1619 "name": "webkit_python_tests", |
| 1601 "script": "webkit_python_tests.py" | 1620 "script": "webkit_python_tests.py" |
| 1602 } | 1621 } |
| 1603 ] | 1622 ] |
| 1604 } | 1623 } |
| 1605 } | 1624 } |
| OLD | NEW |