| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 { | 146 { |
| 147 "test": "skia_unittests" | 147 "test": "skia_unittests" |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "test": "sql_unittests" | 150 "test": "sql_unittests" |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "test": "sync_unit_tests" | 153 "test": "sync_unit_tests" |
| 154 }, | 154 }, |
| 155 { | 155 { |
| 156 "swarming": { | |
| 157 "can_use_on_swarming_builders": true | |
| 158 }, | |
| 159 "test": "ui_base_unittests" | 156 "test": "ui_base_unittests" |
| 160 }, | 157 }, |
| 161 { | 158 { |
| 162 "test": "ui_touch_selection_unittests" | 159 "test": "ui_touch_selection_unittests" |
| 163 }, | 160 }, |
| 164 { | 161 { |
| 165 "swarming": { | 162 "swarming": { |
| 166 "can_use_on_swarming_builders": true | 163 "can_use_on_swarming_builders": true |
| 167 }, | 164 }, |
| 168 "test": "unit_tests" | 165 "test": "unit_tests" |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 { | 321 { |
| 325 "test": "skia_unittests" | 322 "test": "skia_unittests" |
| 326 }, | 323 }, |
| 327 { | 324 { |
| 328 "test": "sql_unittests" | 325 "test": "sql_unittests" |
| 329 }, | 326 }, |
| 330 { | 327 { |
| 331 "test": "sync_unit_tests" | 328 "test": "sync_unit_tests" |
| 332 }, | 329 }, |
| 333 { | 330 { |
| 334 "swarming": { | |
| 335 "can_use_on_swarming_builders": true | |
| 336 }, | |
| 337 "test": "ui_base_unittests" | 331 "test": "ui_base_unittests" |
| 338 }, | 332 }, |
| 339 { | 333 { |
| 340 "test": "ui_touch_selection_unittests" | 334 "test": "ui_touch_selection_unittests" |
| 341 }, | 335 }, |
| 342 { | 336 { |
| 343 "swarming": { | 337 "swarming": { |
| 344 "can_use_on_swarming_builders": true | 338 "can_use_on_swarming_builders": true |
| 345 }, | 339 }, |
| 346 "test": "unit_tests" | 340 "test": "unit_tests" |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 "name": "webkit_lint", | 896 "name": "webkit_lint", |
| 903 "script": "webkit_lint.py" | 897 "script": "webkit_lint.py" |
| 904 }, | 898 }, |
| 905 { | 899 { |
| 906 "name": "webkit_python_tests", | 900 "name": "webkit_python_tests", |
| 907 "script": "webkit_python_tests.py" | 901 "script": "webkit_python_tests.py" |
| 908 } | 902 } |
| 909 ] | 903 ] |
| 910 } | 904 } |
| 911 } | 905 } |
| OLD | NEW |