| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 }, | 92 }, |
| 93 "test": "events_unittests" | 93 "test": "events_unittests" |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "swarming": { | 96 "swarming": { |
| 97 "can_use_on_swarming_builders": true | 97 "can_use_on_swarming_builders": true |
| 98 }, | 98 }, |
| 99 "test": "extensions_browsertests" | 99 "test": "extensions_browsertests" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "swarming": { |
| 103 "can_use_on_swarming_builders": true |
| 104 }, |
| 102 "test": "extensions_unittests" | 105 "test": "extensions_unittests" |
| 103 }, | 106 }, |
| 104 { | 107 { |
| 105 "test": "gcm_unit_tests" | 108 "test": "gcm_unit_tests" |
| 106 }, | 109 }, |
| 107 { | 110 { |
| 108 "test": "google_apis_unittests" | 111 "test": "google_apis_unittests" |
| 109 }, | 112 }, |
| 110 { | 113 { |
| 111 "swarming": { | 114 "swarming": { |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 }, | 317 }, |
| 315 "test": "events_unittests" | 318 "test": "events_unittests" |
| 316 }, | 319 }, |
| 317 { | 320 { |
| 318 "swarming": { | 321 "swarming": { |
| 319 "can_use_on_swarming_builders": true | 322 "can_use_on_swarming_builders": true |
| 320 }, | 323 }, |
| 321 "test": "extensions_browsertests" | 324 "test": "extensions_browsertests" |
| 322 }, | 325 }, |
| 323 { | 326 { |
| 327 "swarming": { |
| 328 "can_use_on_swarming_builders": true |
| 329 }, |
| 324 "test": "extensions_unittests" | 330 "test": "extensions_unittests" |
| 325 }, | 331 }, |
| 326 { | 332 { |
| 327 "test": "gcm_unit_tests" | 333 "test": "gcm_unit_tests" |
| 328 }, | 334 }, |
| 329 { | 335 { |
| 330 "test": "google_apis_unittests" | 336 "test": "google_apis_unittests" |
| 331 }, | 337 }, |
| 332 { | 338 { |
| 333 "swarming": { | 339 "swarming": { |
| (...skipping 802 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 |