| 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 30 matching lines...) Expand all Loading... |
| 41 { | 41 { |
| 42 "test": "cacheinvalidation_unittests" | 42 "test": "cacheinvalidation_unittests" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "test": "chromeos_unittests" | 45 "test": "chromeos_unittests" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "test": "chromevox_tests" | 48 "test": "chromevox_tests" |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "swarming": { |
| 52 "can_use_on_swarming_builders": true |
| 53 }, |
| 51 "test": "components_unittests" | 54 "test": "components_unittests" |
| 52 }, | 55 }, |
| 53 { | 56 { |
| 54 "test": "compositor_unittests" | 57 "test": "compositor_unittests" |
| 55 }, | 58 }, |
| 56 { | 59 { |
| 57 "swarming": { | 60 "swarming": { |
| 58 "can_use_on_swarming_builders": true | 61 "can_use_on_swarming_builders": true |
| 59 }, | 62 }, |
| 60 "test": "content_browsertests" | 63 "test": "content_browsertests" |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 }, | 226 }, |
| 224 "test": "browser_tests" | 227 "test": "browser_tests" |
| 225 }, | 228 }, |
| 226 { | 229 { |
| 227 "test": "cacheinvalidation_unittests" | 230 "test": "cacheinvalidation_unittests" |
| 228 }, | 231 }, |
| 229 { | 232 { |
| 230 "test": "chromeos_unittests" | 233 "test": "chromeos_unittests" |
| 231 }, | 234 }, |
| 232 { | 235 { |
| 236 "swarming": { |
| 237 "can_use_on_swarming_builders": true |
| 238 }, |
| 233 "test": "components_unittests" | 239 "test": "components_unittests" |
| 234 }, | 240 }, |
| 235 { | 241 { |
| 236 "test": "compositor_unittests" | 242 "test": "compositor_unittests" |
| 237 }, | 243 }, |
| 238 { | 244 { |
| 239 "swarming": { | 245 "swarming": { |
| 240 "can_use_on_swarming_builders": true, | 246 "can_use_on_swarming_builders": true, |
| 241 "shards": 2 | 247 "shards": 2 |
| 242 }, | 248 }, |
| (...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 "name": "webkit_lint", | 1061 "name": "webkit_lint", |
| 1056 "script": "webkit_lint.py" | 1062 "script": "webkit_lint.py" |
| 1057 }, | 1063 }, |
| 1058 { | 1064 { |
| 1059 "name": "webkit_python_tests", | 1065 "name": "webkit_python_tests", |
| 1060 "script": "webkit_python_tests.py" | 1066 "script": "webkit_python_tests.py" |
| 1061 } | 1067 } |
| 1062 ] | 1068 ] |
| 1063 } | 1069 } |
| 1064 } | 1070 } |
| OLD | NEW |