| 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 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 { | 1160 { |
| 1161 "test": "views_unittests" | 1161 "test": "views_unittests" |
| 1162 }, | 1162 }, |
| 1163 { | 1163 { |
| 1164 "swarming": { | 1164 "swarming": { |
| 1165 "can_use_on_swarming_builders": true | 1165 "can_use_on_swarming_builders": true |
| 1166 }, | 1166 }, |
| 1167 "test": "webkit_unit_tests" | 1167 "test": "webkit_unit_tests" |
| 1168 }, | 1168 }, |
| 1169 { | 1169 { |
| 1170 "test": "window_manager_unittests" | |
| 1171 }, | |
| 1172 { | |
| 1173 "swarming": { | 1170 "swarming": { |
| 1174 "can_use_on_swarming_builders": true | 1171 "can_use_on_swarming_builders": true |
| 1175 }, | 1172 }, |
| 1176 "test": "wm_unittests" | 1173 "test": "wm_unittests" |
| 1177 }, | 1174 }, |
| 1178 { | 1175 { |
| 1179 "swarming": { | 1176 "swarming": { |
| 1180 "can_use_on_swarming_builders": true | 1177 "can_use_on_swarming_builders": true |
| 1181 }, | 1178 }, |
| 1182 "test": "wtf_unittests" | 1179 "test": "wtf_unittests" |
| (...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1946 "name": "webkit_lint", | 1943 "name": "webkit_lint", |
| 1947 "script": "webkit_lint.py" | 1944 "script": "webkit_lint.py" |
| 1948 }, | 1945 }, |
| 1949 { | 1946 { |
| 1950 "name": "webkit_python_tests", | 1947 "name": "webkit_python_tests", |
| 1951 "script": "webkit_python_tests.py" | 1948 "script": "webkit_python_tests.py" |
| 1952 } | 1949 } |
| 1953 ] | 1950 ] |
| 1954 } | 1951 } |
| 1955 } | 1952 } |
| OLD | NEW |