| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 { | 164 { |
| 165 "swarming": { | 165 "swarming": { |
| 166 "can_use_on_swarming_builders": true | 166 "can_use_on_swarming_builders": true |
| 167 }, | 167 }, |
| 168 "test": "midi_unittests" | 168 "test": "midi_unittests" |
| 169 }, | 169 }, |
| 170 { | 170 { |
| 171 "test": "nacl_helper_nonsfi_unittests" | 171 "test": "nacl_helper_nonsfi_unittests" |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "swarming": { |
| 175 "can_use_on_swarming_builders": true |
| 176 }, |
| 174 "test": "nacl_loader_unittests" | 177 "test": "nacl_loader_unittests" |
| 175 }, | 178 }, |
| 176 { | 179 { |
| 177 "swarming": { | 180 "swarming": { |
| 178 "can_use_on_swarming_builders": true | 181 "can_use_on_swarming_builders": true |
| 179 }, | 182 }, |
| 180 "test": "net_unittests" | 183 "test": "net_unittests" |
| 181 }, | 184 }, |
| 182 { | 185 { |
| 183 "test": "ppapi_unittests" | 186 "test": "ppapi_unittests" |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 { | 423 { |
| 421 "swarming": { | 424 "swarming": { |
| 422 "can_use_on_swarming_builders": true | 425 "can_use_on_swarming_builders": true |
| 423 }, | 426 }, |
| 424 "test": "midi_unittests" | 427 "test": "midi_unittests" |
| 425 }, | 428 }, |
| 426 { | 429 { |
| 427 "test": "nacl_helper_nonsfi_unittests" | 430 "test": "nacl_helper_nonsfi_unittests" |
| 428 }, | 431 }, |
| 429 { | 432 { |
| 433 "swarming": { |
| 434 "can_use_on_swarming_builders": true |
| 435 }, |
| 430 "test": "nacl_loader_unittests" | 436 "test": "nacl_loader_unittests" |
| 431 }, | 437 }, |
| 432 { | 438 { |
| 433 "swarming": { | 439 "swarming": { |
| 434 "can_use_on_swarming_builders": true | 440 "can_use_on_swarming_builders": true |
| 435 }, | 441 }, |
| 436 "test": "net_unittests" | 442 "test": "net_unittests" |
| 437 }, | 443 }, |
| 438 { | 444 { |
| 439 "test": "ppapi_unittests" | 445 "test": "ppapi_unittests" |
| (...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1202 "name": "webkit_lint", | 1208 "name": "webkit_lint", |
| 1203 "script": "webkit_lint.py" | 1209 "script": "webkit_lint.py" |
| 1204 }, | 1210 }, |
| 1205 { | 1211 { |
| 1206 "name": "webkit_python_tests", | 1212 "name": "webkit_python_tests", |
| 1207 "script": "webkit_python_tests.py" | 1213 "script": "webkit_python_tests.py" |
| 1208 } | 1214 } |
| 1209 ] | 1215 ] |
| 1210 } | 1216 } |
| 1211 } | 1217 } |
| OLD | NEW |