| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 { | 98 { |
| 99 "swarming": { | 99 "swarming": { |
| 100 "can_use_on_swarming_builders": true | 100 "can_use_on_swarming_builders": true |
| 101 }, | 101 }, |
| 102 "test": "extensions_browsertests" | 102 "test": "extensions_browsertests" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "test": "extensions_unittests" | 105 "test": "extensions_unittests" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "swarming": { |
| 109 "can_use_on_swarming_builders": true |
| 110 }, |
| 108 "test": "gcm_unit_tests" | 111 "test": "gcm_unit_tests" |
| 109 }, | 112 }, |
| 110 { | 113 { |
| 111 "test": "google_apis_unittests" | 114 "test": "google_apis_unittests" |
| 112 }, | 115 }, |
| 113 { | 116 { |
| 114 "swarming": { | 117 "swarming": { |
| 115 "can_use_on_swarming_builders": true | 118 "can_use_on_swarming_builders": true |
| 116 }, | 119 }, |
| 117 "test": "gpu_unittests" | 120 "test": "gpu_unittests" |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 { | 329 { |
| 327 "swarming": { | 330 "swarming": { |
| 328 "can_use_on_swarming_builders": true | 331 "can_use_on_swarming_builders": true |
| 329 }, | 332 }, |
| 330 "test": "extensions_browsertests" | 333 "test": "extensions_browsertests" |
| 331 }, | 334 }, |
| 332 { | 335 { |
| 333 "test": "extensions_unittests" | 336 "test": "extensions_unittests" |
| 334 }, | 337 }, |
| 335 { | 338 { |
| 339 "swarming": { |
| 340 "can_use_on_swarming_builders": true |
| 341 }, |
| 336 "test": "gcm_unit_tests" | 342 "test": "gcm_unit_tests" |
| 337 }, | 343 }, |
| 338 { | 344 { |
| 339 "test": "google_apis_unittests" | 345 "test": "google_apis_unittests" |
| 340 }, | 346 }, |
| 341 { | 347 { |
| 342 "swarming": { | 348 "swarming": { |
| 343 "can_use_on_swarming_builders": true | 349 "can_use_on_swarming_builders": true |
| 344 }, | 350 }, |
| 345 "test": "gpu_unittests" | 351 "test": "gpu_unittests" |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1148 "name": "webkit_lint", | 1154 "name": "webkit_lint", |
| 1149 "script": "webkit_lint.py" | 1155 "script": "webkit_lint.py" |
| 1150 }, | 1156 }, |
| 1151 { | 1157 { |
| 1152 "name": "webkit_python_tests", | 1158 "name": "webkit_python_tests", |
| 1153 "script": "webkit_python_tests.py" | 1159 "script": "webkit_python_tests.py" |
| 1154 } | 1160 } |
| 1155 ] | 1161 ] |
| 1156 } | 1162 } |
| 1157 } | 1163 } |
| OLD | NEW |