| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 { | 59 { |
| 60 "test": "chromevox_tests" | 60 "test": "chromevox_tests" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "swarming": { | 63 "swarming": { |
| 64 "can_use_on_swarming_builders": true | 64 "can_use_on_swarming_builders": true |
| 65 }, | 65 }, |
| 66 "test": "components_unittests" | 66 "test": "components_unittests" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "swarming": { | |
| 70 "can_use_on_swarming_builders": true | |
| 71 }, | |
| 72 "test": "compositor_unittests" | 69 "test": "compositor_unittests" |
| 73 }, | 70 }, |
| 74 { | 71 { |
| 75 "swarming": { | 72 "swarming": { |
| 76 "can_use_on_swarming_builders": true | 73 "can_use_on_swarming_builders": true |
| 77 }, | 74 }, |
| 78 "test": "content_browsertests" | 75 "test": "content_browsertests" |
| 79 }, | 76 }, |
| 80 { | 77 { |
| 81 "swarming": { | 78 "swarming": { |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 }, | 313 }, |
| 317 "test": "chromeos_unittests" | 314 "test": "chromeos_unittests" |
| 318 }, | 315 }, |
| 319 { | 316 { |
| 320 "swarming": { | 317 "swarming": { |
| 321 "can_use_on_swarming_builders": true | 318 "can_use_on_swarming_builders": true |
| 322 }, | 319 }, |
| 323 "test": "components_unittests" | 320 "test": "components_unittests" |
| 324 }, | 321 }, |
| 325 { | 322 { |
| 326 "swarming": { | |
| 327 "can_use_on_swarming_builders": true | |
| 328 }, | |
| 329 "test": "compositor_unittests" | 323 "test": "compositor_unittests" |
| 330 }, | 324 }, |
| 331 { | 325 { |
| 332 "swarming": { | 326 "swarming": { |
| 333 "can_use_on_swarming_builders": true, | 327 "can_use_on_swarming_builders": true, |
| 334 "shards": 2 | 328 "shards": 2 |
| 335 }, | 329 }, |
| 336 "test": "content_browsertests" | 330 "test": "content_browsertests" |
| 337 }, | 331 }, |
| 338 { | 332 { |
| (...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1208 "name": "webkit_lint", | 1202 "name": "webkit_lint", |
| 1209 "script": "webkit_lint.py" | 1203 "script": "webkit_lint.py" |
| 1210 }, | 1204 }, |
| 1211 { | 1205 { |
| 1212 "name": "webkit_python_tests", | 1206 "name": "webkit_python_tests", |
| 1213 "script": "webkit_python_tests.py" | 1207 "script": "webkit_python_tests.py" |
| 1214 } | 1208 } |
| 1215 ] | 1209 ] |
| 1216 } | 1210 } |
| 1217 } | 1211 } |
| OLD | NEW |