| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 { | 155 { |
| 156 "swarming": { | 156 "swarming": { |
| 157 "can_use_on_swarming_builders": true | 157 "can_use_on_swarming_builders": true |
| 158 }, | 158 }, |
| 159 "test": "net_unittests" | 159 "test": "net_unittests" |
| 160 }, | 160 }, |
| 161 { | 161 { |
| 162 "test": "ppapi_unittests" | 162 "test": "ppapi_unittests" |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "swarming": { |
| 166 "can_use_on_swarming_builders": true |
| 167 }, |
| 165 "test": "printing_unittests" | 168 "test": "printing_unittests" |
| 166 }, | 169 }, |
| 167 { | 170 { |
| 168 "test": "remoting_unittests" | 171 "test": "remoting_unittests" |
| 169 }, | 172 }, |
| 170 { | 173 { |
| 171 "test": "sandbox_linux_unittests" | 174 "test": "sandbox_linux_unittests" |
| 172 }, | 175 }, |
| 173 { | 176 { |
| 174 "swarming": { | 177 "swarming": { |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 { | 375 { |
| 373 "swarming": { | 376 "swarming": { |
| 374 "can_use_on_swarming_builders": true | 377 "can_use_on_swarming_builders": true |
| 375 }, | 378 }, |
| 376 "test": "net_unittests" | 379 "test": "net_unittests" |
| 377 }, | 380 }, |
| 378 { | 381 { |
| 379 "test": "ppapi_unittests" | 382 "test": "ppapi_unittests" |
| 380 }, | 383 }, |
| 381 { | 384 { |
| 385 "swarming": { |
| 386 "can_use_on_swarming_builders": true |
| 387 }, |
| 382 "test": "printing_unittests" | 388 "test": "printing_unittests" |
| 383 }, | 389 }, |
| 384 { | 390 { |
| 385 "test": "remoting_unittests" | 391 "test": "remoting_unittests" |
| 386 }, | 392 }, |
| 387 { | 393 { |
| 388 "test": "sandbox_linux_unittests" | 394 "test": "sandbox_linux_unittests" |
| 389 }, | 395 }, |
| 390 { | 396 { |
| 391 "swarming": { | 397 "swarming": { |
| (...skipping 732 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 |