| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 { | 83 { |
| 84 "test": "dbus_unittests" | 84 "test": "dbus_unittests" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "test": "device_unittests" | 87 "test": "device_unittests" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "test": "display_unittests" | 90 "test": "display_unittests" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "swarming": { |
| 94 "can_use_on_swarming_builders": true |
| 95 }, |
| 93 "test": "events_unittests" | 96 "test": "events_unittests" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "swarming": { | 99 "swarming": { |
| 97 "can_use_on_swarming_builders": true | 100 "can_use_on_swarming_builders": true |
| 98 }, | 101 }, |
| 99 "test": "extensions_browsertests" | 102 "test": "extensions_browsertests" |
| 100 }, | 103 }, |
| 101 { | 104 { |
| 102 "test": "extensions_unittests" | 105 "test": "extensions_unittests" |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 { | 272 { |
| 270 "test": "dbus_unittests" | 273 "test": "dbus_unittests" |
| 271 }, | 274 }, |
| 272 { | 275 { |
| 273 "test": "device_unittests" | 276 "test": "device_unittests" |
| 274 }, | 277 }, |
| 275 { | 278 { |
| 276 "test": "display_unittests" | 279 "test": "display_unittests" |
| 277 }, | 280 }, |
| 278 { | 281 { |
| 282 "swarming": { |
| 283 "can_use_on_swarming_builders": true |
| 284 }, |
| 279 "test": "events_unittests" | 285 "test": "events_unittests" |
| 280 }, | 286 }, |
| 281 { | 287 { |
| 282 "swarming": { | 288 "swarming": { |
| 283 "can_use_on_swarming_builders": true | 289 "can_use_on_swarming_builders": true |
| 284 }, | 290 }, |
| 285 "test": "extensions_browsertests" | 291 "test": "extensions_browsertests" |
| 286 }, | 292 }, |
| 287 { | 293 { |
| 288 "test": "extensions_unittests" | 294 "test": "extensions_unittests" |
| (...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1070 "name": "webkit_lint", | 1076 "name": "webkit_lint", |
| 1071 "script": "webkit_lint.py" | 1077 "script": "webkit_lint.py" |
| 1072 }, | 1078 }, |
| 1073 { | 1079 { |
| 1074 "name": "webkit_python_tests", | 1080 "name": "webkit_python_tests", |
| 1075 "script": "webkit_python_tests.py" | 1081 "script": "webkit_python_tests.py" |
| 1076 } | 1082 } |
| 1077 ] | 1083 ] |
| 1078 } | 1084 } |
| 1079 } | 1085 } |
| OLD | NEW |