| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 { | 74 { |
| 75 "swarming": { | 75 "swarming": { |
| 76 "can_use_on_swarming_builders": true | 76 "can_use_on_swarming_builders": true |
| 77 }, | 77 }, |
| 78 "test": "crypto_unittests" | 78 "test": "crypto_unittests" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "test": "dbus_unittests" | 81 "test": "dbus_unittests" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "swarming": { |
| 85 "can_use_on_swarming_builders": true |
| 86 }, |
| 84 "test": "device_unittests" | 87 "test": "device_unittests" |
| 85 }, | 88 }, |
| 86 { | 89 { |
| 87 "test": "display_unittests" | 90 "test": "display_unittests" |
| 88 }, | 91 }, |
| 89 { | 92 { |
| 90 "swarming": { | 93 "swarming": { |
| 91 "can_use_on_swarming_builders": true | 94 "can_use_on_swarming_builders": true |
| 92 }, | 95 }, |
| 93 "test": "events_unittests" | 96 "test": "events_unittests" |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 { | 299 { |
| 297 "swarming": { | 300 "swarming": { |
| 298 "can_use_on_swarming_builders": true | 301 "can_use_on_swarming_builders": true |
| 299 }, | 302 }, |
| 300 "test": "crypto_unittests" | 303 "test": "crypto_unittests" |
| 301 }, | 304 }, |
| 302 { | 305 { |
| 303 "test": "dbus_unittests" | 306 "test": "dbus_unittests" |
| 304 }, | 307 }, |
| 305 { | 308 { |
| 309 "swarming": { |
| 310 "can_use_on_swarming_builders": true |
| 311 }, |
| 306 "test": "device_unittests" | 312 "test": "device_unittests" |
| 307 }, | 313 }, |
| 308 { | 314 { |
| 309 "test": "display_unittests" | 315 "test": "display_unittests" |
| 310 }, | 316 }, |
| 311 { | 317 { |
| 312 "swarming": { | 318 "swarming": { |
| 313 "can_use_on_swarming_builders": true | 319 "can_use_on_swarming_builders": true |
| 314 }, | 320 }, |
| 315 "test": "events_unittests" | 321 "test": "events_unittests" |
| (...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 "name": "webkit_lint", | 1142 "name": "webkit_lint", |
| 1137 "script": "webkit_lint.py" | 1143 "script": "webkit_lint.py" |
| 1138 }, | 1144 }, |
| 1139 { | 1145 { |
| 1140 "name": "webkit_python_tests", | 1146 "name": "webkit_python_tests", |
| 1141 "script": "webkit_python_tests.py" | 1147 "script": "webkit_python_tests.py" |
| 1142 } | 1148 } |
| 1143 ] | 1149 ] |
| 1144 } | 1150 } |
| 1145 } | 1151 } |
| OLD | NEW |