| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 { | 119 { |
| 120 "test": "media_unittests" | 120 "test": "media_unittests" |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "test": "message_center_unittests" | 123 "test": "message_center_unittests" |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 "test": "midi_unittests" | 126 "test": "midi_unittests" |
| 127 }, | 127 }, |
| 128 { | 128 { |
| 129 "test": "nacl_helper_nonsfi_unittests" |
| 130 }, |
| 131 { |
| 129 "test": "nacl_loader_unittests" | 132 "test": "nacl_loader_unittests" |
| 130 }, | 133 }, |
| 131 { | 134 { |
| 132 "swarming": { | 135 "swarming": { |
| 133 "can_use_on_swarming_builders": true | 136 "can_use_on_swarming_builders": true |
| 134 }, | 137 }, |
| 135 "test": "net_unittests" | 138 "test": "net_unittests" |
| 136 }, | 139 }, |
| 137 { | 140 { |
| 138 "test": "ppapi_unittests" | 141 "test": "ppapi_unittests" |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 { | 300 { |
| 298 "test": "media_unittests" | 301 "test": "media_unittests" |
| 299 }, | 302 }, |
| 300 { | 303 { |
| 301 "test": "message_center_unittests" | 304 "test": "message_center_unittests" |
| 302 }, | 305 }, |
| 303 { | 306 { |
| 304 "test": "midi_unittests" | 307 "test": "midi_unittests" |
| 305 }, | 308 }, |
| 306 { | 309 { |
| 310 "test": "nacl_helper_nonsfi_unittests" |
| 311 }, |
| 312 { |
| 307 "test": "nacl_loader_unittests" | 313 "test": "nacl_loader_unittests" |
| 308 }, | 314 }, |
| 309 { | 315 { |
| 310 "swarming": { | 316 "swarming": { |
| 311 "can_use_on_swarming_builders": true | 317 "can_use_on_swarming_builders": true |
| 312 }, | 318 }, |
| 313 "test": "net_unittests" | 319 "test": "net_unittests" |
| 314 }, | 320 }, |
| 315 { | 321 { |
| 316 "test": "ppapi_unittests" | 322 "test": "ppapi_unittests" |
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1023 "name": "webkit_lint", | 1029 "name": "webkit_lint", |
| 1024 "script": "webkit_lint.py" | 1030 "script": "webkit_lint.py" |
| 1025 }, | 1031 }, |
| 1026 { | 1032 { |
| 1027 "name": "webkit_python_tests", | 1033 "name": "webkit_python_tests", |
| 1028 "script": "webkit_python_tests.py" | 1034 "script": "webkit_python_tests.py" |
| 1029 } | 1035 } |
| 1030 ] | 1036 ] |
| 1031 } | 1037 } |
| 1032 } | 1038 } |
| OLD | NEW |