| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 { | 128 { |
| 129 "test": "jingle_unittests" | 129 "test": "jingle_unittests" |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 "swarming": { | 132 "swarming": { |
| 133 "can_use_on_swarming_builders": true | 133 "can_use_on_swarming_builders": true |
| 134 }, | 134 }, |
| 135 "test": "media_unittests" | 135 "test": "media_unittests" |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "swarming": { |
| 139 "can_use_on_swarming_builders": true |
| 140 }, |
| 138 "test": "message_center_unittests" | 141 "test": "message_center_unittests" |
| 139 }, | 142 }, |
| 140 { | 143 { |
| 141 "test": "midi_unittests" | 144 "test": "midi_unittests" |
| 142 }, | 145 }, |
| 143 { | 146 { |
| 144 "test": "nacl_helper_nonsfi_unittests" | 147 "test": "nacl_helper_nonsfi_unittests" |
| 145 }, | 148 }, |
| 146 { | 149 { |
| 147 "test": "nacl_loader_unittests" | 150 "test": "nacl_loader_unittests" |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 { | 324 { |
| 322 "test": "jingle_unittests" | 325 "test": "jingle_unittests" |
| 323 }, | 326 }, |
| 324 { | 327 { |
| 325 "swarming": { | 328 "swarming": { |
| 326 "can_use_on_swarming_builders": true | 329 "can_use_on_swarming_builders": true |
| 327 }, | 330 }, |
| 328 "test": "media_unittests" | 331 "test": "media_unittests" |
| 329 }, | 332 }, |
| 330 { | 333 { |
| 334 "swarming": { |
| 335 "can_use_on_swarming_builders": true |
| 336 }, |
| 331 "test": "message_center_unittests" | 337 "test": "message_center_unittests" |
| 332 }, | 338 }, |
| 333 { | 339 { |
| 334 "test": "midi_unittests" | 340 "test": "midi_unittests" |
| 335 }, | 341 }, |
| 336 { | 342 { |
| 337 "test": "nacl_helper_nonsfi_unittests" | 343 "test": "nacl_helper_nonsfi_unittests" |
| 338 }, | 344 }, |
| 339 { | 345 { |
| 340 "test": "nacl_loader_unittests" | 346 "test": "nacl_loader_unittests" |
| (...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 "name": "webkit_lint", | 1088 "name": "webkit_lint", |
| 1083 "script": "webkit_lint.py" | 1089 "script": "webkit_lint.py" |
| 1084 }, | 1090 }, |
| 1085 { | 1091 { |
| 1086 "name": "webkit_python_tests", | 1092 "name": "webkit_python_tests", |
| 1087 "script": "webkit_python_tests.py" | 1093 "script": "webkit_python_tests.py" |
| 1088 } | 1094 } |
| 1089 ] | 1095 ] |
| 1090 } | 1096 } |
| 1091 } | 1097 } |
| OLD | NEW |