| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 { | 167 { |
| 168 "test": "skia_unittests" | 168 "test": "skia_unittests" |
| 169 }, | 169 }, |
| 170 { | 170 { |
| 171 "test": "sql_unittests" | 171 "test": "sql_unittests" |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "test": "sync_unit_tests" | 174 "test": "sync_unit_tests" |
| 175 }, | 175 }, |
| 176 { | 176 { |
| 177 "swarming": { |
| 178 "can_use_on_swarming_builders": true |
| 179 }, |
| 177 "test": "ui_base_unittests" | 180 "test": "ui_base_unittests" |
| 178 }, | 181 }, |
| 179 { | 182 { |
| 180 "test": "ui_touch_selection_unittests" | 183 "test": "ui_touch_selection_unittests" |
| 181 }, | 184 }, |
| 182 { | 185 { |
| 183 "swarming": { | 186 "swarming": { |
| 184 "can_use_on_swarming_builders": true | 187 "can_use_on_swarming_builders": true |
| 185 }, | 188 }, |
| 186 "test": "unit_tests" | 189 "test": "unit_tests" |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 { | 369 { |
| 367 "test": "skia_unittests" | 370 "test": "skia_unittests" |
| 368 }, | 371 }, |
| 369 { | 372 { |
| 370 "test": "sql_unittests" | 373 "test": "sql_unittests" |
| 371 }, | 374 }, |
| 372 { | 375 { |
| 373 "test": "sync_unit_tests" | 376 "test": "sync_unit_tests" |
| 374 }, | 377 }, |
| 375 { | 378 { |
| 379 "swarming": { |
| 380 "can_use_on_swarming_builders": true |
| 381 }, |
| 376 "test": "ui_base_unittests" | 382 "test": "ui_base_unittests" |
| 377 }, | 383 }, |
| 378 { | 384 { |
| 379 "test": "ui_touch_selection_unittests" | 385 "test": "ui_touch_selection_unittests" |
| 380 }, | 386 }, |
| 381 { | 387 { |
| 382 "swarming": { | 388 "swarming": { |
| 383 "can_use_on_swarming_builders": true | 389 "can_use_on_swarming_builders": true |
| 384 }, | 390 }, |
| 385 "test": "unit_tests" | 391 "test": "unit_tests" |
| (...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 "name": "webkit_lint", | 1094 "name": "webkit_lint", |
| 1089 "script": "webkit_lint.py" | 1095 "script": "webkit_lint.py" |
| 1090 }, | 1096 }, |
| 1091 { | 1097 { |
| 1092 "name": "webkit_python_tests", | 1098 "name": "webkit_python_tests", |
| 1093 "script": "webkit_python_tests.py" | 1099 "script": "webkit_python_tests.py" |
| 1094 } | 1100 } |
| 1095 ] | 1101 ] |
| 1096 } | 1102 } |
| 1097 } | 1103 } |
| OLD | NEW |