| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 { | 158 { |
| 159 "test": "printing_unittests" | 159 "test": "printing_unittests" |
| 160 }, | 160 }, |
| 161 { | 161 { |
| 162 "test": "remoting_unittests" | 162 "test": "remoting_unittests" |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "test": "sandbox_linux_unittests" | 165 "test": "sandbox_linux_unittests" |
| 166 }, | 166 }, |
| 167 { | 167 { |
| 168 "swarming": { |
| 169 "can_use_on_swarming_builders": true |
| 170 }, |
| 168 "test": "skia_unittests" | 171 "test": "skia_unittests" |
| 169 }, | 172 }, |
| 170 { | 173 { |
| 171 "test": "sql_unittests" | 174 "test": "sql_unittests" |
| 172 }, | 175 }, |
| 173 { | 176 { |
| 174 "test": "sync_unit_tests" | 177 "test": "sync_unit_tests" |
| 175 }, | 178 }, |
| 176 { | 179 { |
| 177 "test": "ui_base_unittests" | 180 "test": "ui_base_unittests" |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 { | 363 { |
| 361 "test": "printing_unittests" | 364 "test": "printing_unittests" |
| 362 }, | 365 }, |
| 363 { | 366 { |
| 364 "test": "remoting_unittests" | 367 "test": "remoting_unittests" |
| 365 }, | 368 }, |
| 366 { | 369 { |
| 367 "test": "sandbox_linux_unittests" | 370 "test": "sandbox_linux_unittests" |
| 368 }, | 371 }, |
| 369 { | 372 { |
| 373 "swarming": { |
| 374 "can_use_on_swarming_builders": true |
| 375 }, |
| 370 "test": "skia_unittests" | 376 "test": "skia_unittests" |
| 371 }, | 377 }, |
| 372 { | 378 { |
| 373 "test": "sql_unittests" | 379 "test": "sql_unittests" |
| 374 }, | 380 }, |
| 375 { | 381 { |
| 376 "test": "sync_unit_tests" | 382 "test": "sync_unit_tests" |
| 377 }, | 383 }, |
| 378 { | 384 { |
| 379 "test": "ui_base_unittests" | 385 "test": "ui_base_unittests" |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1094 "name": "webkit_lint", | 1100 "name": "webkit_lint", |
| 1095 "script": "webkit_lint.py" | 1101 "script": "webkit_lint.py" |
| 1096 }, | 1102 }, |
| 1097 { | 1103 { |
| 1098 "name": "webkit_python_tests", | 1104 "name": "webkit_python_tests", |
| 1099 "script": "webkit_python_tests.py" | 1105 "script": "webkit_python_tests.py" |
| 1100 } | 1106 } |
| 1101 ] | 1107 ] |
| 1102 } | 1108 } |
| 1103 } | 1109 } |
| OLD | NEW |