| 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 }, |
| 183 "test": "ui_base_unittests" | 186 "test": "ui_base_unittests" |
| 184 }, | 187 }, |
| 185 { | 188 { |
| 186 "test": "ui_touch_selection_unittests" | 189 "test": "ui_touch_selection_unittests" |
| 187 }, | 190 }, |
| 188 { | 191 { |
| 189 "swarming": { | 192 "swarming": { |
| 190 "can_use_on_swarming_builders": true | 193 "can_use_on_swarming_builders": true |
| 191 }, | 194 }, |
| 192 "test": "unit_tests" | 195 "test": "unit_tests" |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 { | 375 { |
| 373 "test": "skia_unittests" | 376 "test": "skia_unittests" |
| 374 }, | 377 }, |
| 375 { | 378 { |
| 376 "test": "sql_unittests" | 379 "test": "sql_unittests" |
| 377 }, | 380 }, |
| 378 { | 381 { |
| 379 "test": "sync_unit_tests" | 382 "test": "sync_unit_tests" |
| 380 }, | 383 }, |
| 381 { | 384 { |
| 385 "swarming": { |
| 386 "can_use_on_swarming_builders": true |
| 387 }, |
| 382 "test": "ui_base_unittests" | 388 "test": "ui_base_unittests" |
| 383 }, | 389 }, |
| 384 { | 390 { |
| 385 "test": "ui_touch_selection_unittests" | 391 "test": "ui_touch_selection_unittests" |
| 386 }, | 392 }, |
| 387 { | 393 { |
| 388 "swarming": { | 394 "swarming": { |
| 389 "can_use_on_swarming_builders": true | 395 "can_use_on_swarming_builders": true |
| 390 }, | 396 }, |
| 391 "test": "unit_tests" | 397 "test": "unit_tests" |
| (...skipping 702 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 |