| OLD | NEW |
| 1 { | 1 { |
| 2 "Vista Tests (1)": { | 2 "Vista 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 }, | 276 }, |
| 277 "test": "cc_unittests" | 277 "test": "cc_unittests" |
| 278 }, | 278 }, |
| 279 { | 279 { |
| 280 "test": "chrome_elf_unittests" | 280 "test": "chrome_elf_unittests" |
| 281 }, | 281 }, |
| 282 { | 282 { |
| 283 "test": "chromedriver_unittests" | 283 "test": "chromedriver_unittests" |
| 284 }, | 284 }, |
| 285 { | 285 { |
| 286 "swarming": { |
| 287 "can_use_on_swarming_builders": true |
| 288 }, |
| 286 "test": "components_browsertests" | 289 "test": "components_browsertests" |
| 287 }, | 290 }, |
| 288 { | 291 { |
| 289 "swarming": { | 292 "swarming": { |
| 290 "can_use_on_swarming_builders": true | 293 "can_use_on_swarming_builders": true |
| 291 }, | 294 }, |
| 292 "test": "components_unittests" | 295 "test": "components_unittests" |
| 293 }, | 296 }, |
| 294 { | 297 { |
| 295 "test": "compositor_unittests" | 298 "test": "compositor_unittests" |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 }, | 645 }, |
| 643 "test": "cc_unittests" | 646 "test": "cc_unittests" |
| 644 }, | 647 }, |
| 645 { | 648 { |
| 646 "test": "chrome_elf_unittests" | 649 "test": "chrome_elf_unittests" |
| 647 }, | 650 }, |
| 648 { | 651 { |
| 649 "test": "chromedriver_unittests" | 652 "test": "chromedriver_unittests" |
| 650 }, | 653 }, |
| 651 { | 654 { |
| 655 "swarming": { |
| 656 "can_use_on_swarming_builders": true |
| 657 }, |
| 652 "test": "components_browsertests" | 658 "test": "components_browsertests" |
| 653 }, | 659 }, |
| 654 { | 660 { |
| 655 "swarming": { | 661 "swarming": { |
| 656 "can_use_on_swarming_builders": true | 662 "can_use_on_swarming_builders": true |
| 657 }, | 663 }, |
| 658 "test": "components_unittests" | 664 "test": "components_unittests" |
| 659 }, | 665 }, |
| 660 { | 666 { |
| 661 "test": "compositor_unittests" | 667 "test": "compositor_unittests" |
| (...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1467 "name": "telemetry_perf_unittests", | 1473 "name": "telemetry_perf_unittests", |
| 1468 "script": "telemetry_perf_unittests.py" | 1474 "script": "telemetry_perf_unittests.py" |
| 1469 }, | 1475 }, |
| 1470 { | 1476 { |
| 1471 "name": "nacl_integration", | 1477 "name": "nacl_integration", |
| 1472 "script": "nacl_integration.py" | 1478 "script": "nacl_integration.py" |
| 1473 } | 1479 } |
| 1474 ] | 1480 ] |
| 1475 } | 1481 } |
| 1476 } | 1482 } |
| OLD | NEW |