| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 { | 173 { |
| 174 "test": "nacl_loader_unittests" | 174 "test": "nacl_loader_unittests" |
| 175 }, | 175 }, |
| 176 { | 176 { |
| 177 "swarming": { | 177 "swarming": { |
| 178 "can_use_on_swarming_builders": true | 178 "can_use_on_swarming_builders": true |
| 179 }, | 179 }, |
| 180 "test": "net_unittests" | 180 "test": "net_unittests" |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 "swarming": { | |
| 184 "can_use_on_swarming_builders": true | |
| 185 }, | |
| 186 "test": "ppapi_unittests" | 183 "test": "ppapi_unittests" |
| 187 }, | 184 }, |
| 188 { | 185 { |
| 189 "swarming": { | 186 "swarming": { |
| 190 "can_use_on_swarming_builders": true | 187 "can_use_on_swarming_builders": true |
| 191 }, | 188 }, |
| 192 "test": "printing_unittests" | 189 "test": "printing_unittests" |
| 193 }, | 190 }, |
| 194 { | 191 { |
| 195 "swarming": { | 192 "swarming": { |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 { | 429 { |
| 433 "test": "nacl_loader_unittests" | 430 "test": "nacl_loader_unittests" |
| 434 }, | 431 }, |
| 435 { | 432 { |
| 436 "swarming": { | 433 "swarming": { |
| 437 "can_use_on_swarming_builders": true | 434 "can_use_on_swarming_builders": true |
| 438 }, | 435 }, |
| 439 "test": "net_unittests" | 436 "test": "net_unittests" |
| 440 }, | 437 }, |
| 441 { | 438 { |
| 442 "swarming": { | |
| 443 "can_use_on_swarming_builders": true | |
| 444 }, | |
| 445 "test": "ppapi_unittests" | 439 "test": "ppapi_unittests" |
| 446 }, | 440 }, |
| 447 { | 441 { |
| 448 "swarming": { | 442 "swarming": { |
| 449 "can_use_on_swarming_builders": true | 443 "can_use_on_swarming_builders": true |
| 450 }, | 444 }, |
| 451 "test": "printing_unittests" | 445 "test": "printing_unittests" |
| 452 }, | 446 }, |
| 453 { | 447 { |
| 454 "swarming": { | 448 "swarming": { |
| (...skipping 753 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 |