| 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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 { | 853 { |
| 854 "swarming": { | 854 "swarming": { |
| 855 "can_use_on_swarming_builders": true | 855 "can_use_on_swarming_builders": true |
| 856 }, | 856 }, |
| 857 "test": "base_unittests" | 857 "test": "base_unittests" |
| 858 }, | 858 }, |
| 859 { | 859 { |
| 860 "swarming": { | 860 "swarming": { |
| 861 "can_use_on_swarming_builders": true | 861 "can_use_on_swarming_builders": true |
| 862 }, | 862 }, |
| 863 "test": "blimp_unittests" | |
| 864 }, | |
| 865 { | |
| 866 "swarming": { | |
| 867 "can_use_on_swarming_builders": true | |
| 868 }, | |
| 869 "test": "blink_heap_unittests" | 863 "test": "blink_heap_unittests" |
| 870 }, | 864 }, |
| 871 { | 865 { |
| 872 "swarming": { | 866 "swarming": { |
| 873 "can_use_on_swarming_builders": true | 867 "can_use_on_swarming_builders": true |
| 874 }, | 868 }, |
| 875 "test": "blink_platform_unittests" | 869 "test": "blink_platform_unittests" |
| 876 }, | 870 }, |
| 877 { | 871 { |
| 878 "swarming": { | 872 "swarming": { |
| (...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1970 "name": "webkit_lint", | 1964 "name": "webkit_lint", |
| 1971 "script": "webkit_lint.py" | 1965 "script": "webkit_lint.py" |
| 1972 }, | 1966 }, |
| 1973 { | 1967 { |
| 1974 "name": "webkit_python_tests", | 1968 "name": "webkit_python_tests", |
| 1975 "script": "webkit_python_tests.py" | 1969 "script": "webkit_python_tests.py" |
| 1976 } | 1970 } |
| 1977 ] | 1971 ] |
| 1978 } | 1972 } |
| 1979 } | 1973 } |
| OLD | NEW |