| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 { | 173 { |
| 174 "test": "skia_unittests" | 174 "test": "skia_unittests" |
| 175 }, | 175 }, |
| 176 { | 176 { |
| 177 "test": "sql_unittests" | 177 "test": "sql_unittests" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "test": "sync_unit_tests" | 180 "test": "sync_unit_tests" |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 "swarming": { | |
| 184 "can_use_on_swarming_builders": true | |
| 185 }, | |
| 186 "test": "ui_base_unittests" | 183 "test": "ui_base_unittests" |
| 187 }, | 184 }, |
| 188 { | 185 { |
| 189 "test": "ui_touch_selection_unittests" | 186 "test": "ui_touch_selection_unittests" |
| 190 }, | 187 }, |
| 191 { | 188 { |
| 192 "swarming": { | 189 "swarming": { |
| 193 "can_use_on_swarming_builders": true | 190 "can_use_on_swarming_builders": true |
| 194 }, | 191 }, |
| 195 "test": "unit_tests" | 192 "test": "unit_tests" |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 { | 372 { |
| 376 "test": "skia_unittests" | 373 "test": "skia_unittests" |
| 377 }, | 374 }, |
| 378 { | 375 { |
| 379 "test": "sql_unittests" | 376 "test": "sql_unittests" |
| 380 }, | 377 }, |
| 381 { | 378 { |
| 382 "test": "sync_unit_tests" | 379 "test": "sync_unit_tests" |
| 383 }, | 380 }, |
| 384 { | 381 { |
| 385 "swarming": { | |
| 386 "can_use_on_swarming_builders": true | |
| 387 }, | |
| 388 "test": "ui_base_unittests" | 382 "test": "ui_base_unittests" |
| 389 }, | 383 }, |
| 390 { | 384 { |
| 391 "test": "ui_touch_selection_unittests" | 385 "test": "ui_touch_selection_unittests" |
| 392 }, | 386 }, |
| 393 { | 387 { |
| 394 "swarming": { | 388 "swarming": { |
| 395 "can_use_on_swarming_builders": true | 389 "can_use_on_swarming_builders": true |
| 396 }, | 390 }, |
| 397 "test": "unit_tests" | 391 "test": "unit_tests" |
| (...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1100 "name": "webkit_lint", | 1094 "name": "webkit_lint", |
| 1101 "script": "webkit_lint.py" | 1095 "script": "webkit_lint.py" |
| 1102 }, | 1096 }, |
| 1103 { | 1097 { |
| 1104 "name": "webkit_python_tests", | 1098 "name": "webkit_python_tests", |
| 1105 "script": "webkit_python_tests.py" | 1099 "script": "webkit_python_tests.py" |
| 1106 } | 1100 } |
| 1107 ] | 1101 ] |
| 1108 } | 1102 } |
| 1109 } | 1103 } |
| OLD | NEW |