| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromeOS MSan Tests": { | 2 "Linux ChromeOS MSan Tests": { |
| 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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 { | 404 { |
| 405 "test": "sync_unit_tests" | 405 "test": "sync_unit_tests" |
| 406 }, | 406 }, |
| 407 { | 407 { |
| 408 "swarming": { | 408 "swarming": { |
| 409 "can_use_on_swarming_builders": true | 409 "can_use_on_swarming_builders": true |
| 410 }, | 410 }, |
| 411 "test": "ui_base_unittests" | 411 "test": "ui_base_unittests" |
| 412 }, | 412 }, |
| 413 { | 413 { |
| 414 "swarming": { |
| 415 "can_use_on_swarming_builders": true |
| 416 }, |
| 414 "test": "ui_touch_selection_unittests" | 417 "test": "ui_touch_selection_unittests" |
| 415 }, | 418 }, |
| 416 { | 419 { |
| 417 "test": "unit_tests" | 420 "test": "unit_tests" |
| 418 }, | 421 }, |
| 419 { | 422 { |
| 420 "test": "url_unittests" | 423 "test": "url_unittests" |
| 421 }, | 424 }, |
| 422 { | 425 { |
| 423 "test": "views_unittests" | 426 "test": "views_unittests" |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 { | 586 { |
| 584 "test": "sync_unit_tests" | 587 "test": "sync_unit_tests" |
| 585 }, | 588 }, |
| 586 { | 589 { |
| 587 "swarming": { | 590 "swarming": { |
| 588 "can_use_on_swarming_builders": true | 591 "can_use_on_swarming_builders": true |
| 589 }, | 592 }, |
| 590 "test": "ui_base_unittests" | 593 "test": "ui_base_unittests" |
| 591 }, | 594 }, |
| 592 { | 595 { |
| 596 "swarming": { |
| 597 "can_use_on_swarming_builders": true |
| 598 }, |
| 593 "test": "ui_touch_selection_unittests" | 599 "test": "ui_touch_selection_unittests" |
| 594 }, | 600 }, |
| 595 { | 601 { |
| 596 "swarming": { | 602 "swarming": { |
| 597 "can_use_on_swarming_builders": true, | 603 "can_use_on_swarming_builders": true, |
| 598 "shards": 2 | 604 "shards": 2 |
| 599 }, | 605 }, |
| 600 "test": "unit_tests" | 606 "test": "unit_tests" |
| 601 }, | 607 }, |
| 602 { | 608 { |
| 603 "test": "url_unittests" | 609 "test": "url_unittests" |
| 604 }, | 610 }, |
| 605 { | 611 { |
| 606 "test": "views_unittests" | 612 "test": "views_unittests" |
| 607 }, | 613 }, |
| 608 { | 614 { |
| 609 "test": "wm_unittests" | 615 "test": "wm_unittests" |
| 610 } | 616 } |
| 611 ] | 617 ] |
| 612 } | 618 } |
| 613 } | 619 } |
| OLD | NEW |