| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 }, | 119 }, |
| 120 "test": "interactive_ui_tests" | 120 "test": "interactive_ui_tests" |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "swarming": { | 123 "swarming": { |
| 124 "can_use_on_swarming_builders": true | 124 "can_use_on_swarming_builders": true |
| 125 }, | 125 }, |
| 126 "test": "ipc_tests" | 126 "test": "ipc_tests" |
| 127 }, | 127 }, |
| 128 { | 128 { |
| 129 "swarming": { |
| 130 "can_use_on_swarming_builders": true |
| 131 }, |
| 129 "test": "jingle_unittests" | 132 "test": "jingle_unittests" |
| 130 }, | 133 }, |
| 131 { | 134 { |
| 132 "swarming": { | 135 "swarming": { |
| 133 "can_use_on_swarming_builders": true | 136 "can_use_on_swarming_builders": true |
| 134 }, | 137 }, |
| 135 "test": "media_unittests" | 138 "test": "media_unittests" |
| 136 }, | 139 }, |
| 137 { | 140 { |
| 138 "swarming": { | 141 "swarming": { |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 }, | 339 }, |
| 337 "test": "interactive_ui_tests" | 340 "test": "interactive_ui_tests" |
| 338 }, | 341 }, |
| 339 { | 342 { |
| 340 "swarming": { | 343 "swarming": { |
| 341 "can_use_on_swarming_builders": true | 344 "can_use_on_swarming_builders": true |
| 342 }, | 345 }, |
| 343 "test": "ipc_tests" | 346 "test": "ipc_tests" |
| 344 }, | 347 }, |
| 345 { | 348 { |
| 349 "swarming": { |
| 350 "can_use_on_swarming_builders": true |
| 351 }, |
| 346 "test": "jingle_unittests" | 352 "test": "jingle_unittests" |
| 347 }, | 353 }, |
| 348 { | 354 { |
| 349 "swarming": { | 355 "swarming": { |
| 350 "can_use_on_swarming_builders": true | 356 "can_use_on_swarming_builders": true |
| 351 }, | 357 }, |
| 352 "test": "media_unittests" | 358 "test": "media_unittests" |
| 353 }, | 359 }, |
| 354 { | 360 { |
| 355 "swarming": { | 361 "swarming": { |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1124 "name": "webkit_lint", | 1130 "name": "webkit_lint", |
| 1125 "script": "webkit_lint.py" | 1131 "script": "webkit_lint.py" |
| 1126 }, | 1132 }, |
| 1127 { | 1133 { |
| 1128 "name": "webkit_python_tests", | 1134 "name": "webkit_python_tests", |
| 1129 "script": "webkit_python_tests.py" | 1135 "script": "webkit_python_tests.py" |
| 1130 } | 1136 } |
| 1131 ] | 1137 ] |
| 1132 } | 1138 } |
| 1133 } | 1139 } |
| OLD | NEW |