| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 }, | 191 }, |
| 192 "test": "skia_unittests" | 192 "test": "skia_unittests" |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "swarming": { | 195 "swarming": { |
| 196 "can_use_on_swarming_builders": true | 196 "can_use_on_swarming_builders": true |
| 197 }, | 197 }, |
| 198 "test": "sql_unittests" | 198 "test": "sql_unittests" |
| 199 }, | 199 }, |
| 200 { | 200 { |
| 201 "swarming": { |
| 202 "can_use_on_swarming_builders": true |
| 203 }, |
| 201 "test": "sync_unit_tests" | 204 "test": "sync_unit_tests" |
| 202 }, | 205 }, |
| 203 { | 206 { |
| 204 "swarming": { | 207 "swarming": { |
| 205 "can_use_on_swarming_builders": true | 208 "can_use_on_swarming_builders": true |
| 206 }, | 209 }, |
| 207 "test": "ui_base_unittests" | 210 "test": "ui_base_unittests" |
| 208 }, | 211 }, |
| 209 { | 212 { |
| 210 "swarming": { | 213 "swarming": { |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 }, | 429 }, |
| 427 "test": "skia_unittests" | 430 "test": "skia_unittests" |
| 428 }, | 431 }, |
| 429 { | 432 { |
| 430 "swarming": { | 433 "swarming": { |
| 431 "can_use_on_swarming_builders": true | 434 "can_use_on_swarming_builders": true |
| 432 }, | 435 }, |
| 433 "test": "sql_unittests" | 436 "test": "sql_unittests" |
| 434 }, | 437 }, |
| 435 { | 438 { |
| 439 "swarming": { |
| 440 "can_use_on_swarming_builders": true |
| 441 }, |
| 436 "test": "sync_unit_tests" | 442 "test": "sync_unit_tests" |
| 437 }, | 443 }, |
| 438 { | 444 { |
| 439 "swarming": { | 445 "swarming": { |
| 440 "can_use_on_swarming_builders": true | 446 "can_use_on_swarming_builders": true |
| 441 }, | 447 }, |
| 442 "test": "ui_base_unittests" | 448 "test": "ui_base_unittests" |
| 443 }, | 449 }, |
| 444 { | 450 { |
| 445 "swarming": { | 451 "swarming": { |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 "name": "webkit_lint", | 1166 "name": "webkit_lint", |
| 1161 "script": "webkit_lint.py" | 1167 "script": "webkit_lint.py" |
| 1162 }, | 1168 }, |
| 1163 { | 1169 { |
| 1164 "name": "webkit_python_tests", | 1170 "name": "webkit_python_tests", |
| 1165 "script": "webkit_python_tests.py" | 1171 "script": "webkit_python_tests.py" |
| 1166 } | 1172 } |
| 1167 ] | 1173 ] |
| 1168 } | 1174 } |
| 1169 } | 1175 } |
| OLD | NEW |