| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 { | 179 { |
| 180 "test": "sandbox_linux_unittests" | 180 "test": "sandbox_linux_unittests" |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 "swarming": { | 183 "swarming": { |
| 184 "can_use_on_swarming_builders": true | 184 "can_use_on_swarming_builders": true |
| 185 }, | 185 }, |
| 186 "test": "skia_unittests" | 186 "test": "skia_unittests" |
| 187 }, | 187 }, |
| 188 { | 188 { |
| 189 "swarming": { |
| 190 "can_use_on_swarming_builders": true |
| 191 }, |
| 189 "test": "sql_unittests" | 192 "test": "sql_unittests" |
| 190 }, | 193 }, |
| 191 { | 194 { |
| 192 "test": "sync_unit_tests" | 195 "test": "sync_unit_tests" |
| 193 }, | 196 }, |
| 194 { | 197 { |
| 195 "swarming": { | 198 "swarming": { |
| 196 "can_use_on_swarming_builders": true | 199 "can_use_on_swarming_builders": true |
| 197 }, | 200 }, |
| 198 "test": "ui_base_unittests" | 201 "test": "ui_base_unittests" |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 { | 408 { |
| 406 "test": "sandbox_linux_unittests" | 409 "test": "sandbox_linux_unittests" |
| 407 }, | 410 }, |
| 408 { | 411 { |
| 409 "swarming": { | 412 "swarming": { |
| 410 "can_use_on_swarming_builders": true | 413 "can_use_on_swarming_builders": true |
| 411 }, | 414 }, |
| 412 "test": "skia_unittests" | 415 "test": "skia_unittests" |
| 413 }, | 416 }, |
| 414 { | 417 { |
| 418 "swarming": { |
| 419 "can_use_on_swarming_builders": true |
| 420 }, |
| 415 "test": "sql_unittests" | 421 "test": "sql_unittests" |
| 416 }, | 422 }, |
| 417 { | 423 { |
| 418 "test": "sync_unit_tests" | 424 "test": "sync_unit_tests" |
| 419 }, | 425 }, |
| 420 { | 426 { |
| 421 "swarming": { | 427 "swarming": { |
| 422 "can_use_on_swarming_builders": true | 428 "can_use_on_swarming_builders": true |
| 423 }, | 429 }, |
| 424 "test": "ui_base_unittests" | 430 "test": "ui_base_unittests" |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1142 "name": "webkit_lint", | 1148 "name": "webkit_lint", |
| 1143 "script": "webkit_lint.py" | 1149 "script": "webkit_lint.py" |
| 1144 }, | 1150 }, |
| 1145 { | 1151 { |
| 1146 "name": "webkit_python_tests", | 1152 "name": "webkit_python_tests", |
| 1147 "script": "webkit_python_tests.py" | 1153 "script": "webkit_python_tests.py" |
| 1148 } | 1154 } |
| 1149 ] | 1155 ] |
| 1150 } | 1156 } |
| 1151 } | 1157 } |
| OLD | NEW |