| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 }, | 201 }, |
| 202 "test": "ui_base_unittests" | 202 "test": "ui_base_unittests" |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "swarming": { | 205 "swarming": { |
| 206 "can_use_on_swarming_builders": true | 206 "can_use_on_swarming_builders": true |
| 207 }, | 207 }, |
| 208 "test": "unit_tests" | 208 "test": "unit_tests" |
| 209 }, | 209 }, |
| 210 { | 210 { |
| 211 "swarming": { |
| 212 "can_use_on_swarming_builders": true |
| 213 }, |
| 211 "test": "url_unittests" | 214 "test": "url_unittests" |
| 212 }, | 215 }, |
| 213 { | 216 { |
| 214 "test": "views_unittests" | 217 "test": "views_unittests" |
| 215 }, | 218 }, |
| 216 { | 219 { |
| 217 "test": "wm_unittests" | 220 "test": "wm_unittests" |
| 218 } | 221 } |
| 219 ] | 222 ] |
| 220 }, | 223 }, |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 }, | 434 }, |
| 432 "test": "ui_touch_selection_unittests" | 435 "test": "ui_touch_selection_unittests" |
| 433 }, | 436 }, |
| 434 { | 437 { |
| 435 "swarming": { | 438 "swarming": { |
| 436 "can_use_on_swarming_builders": true | 439 "can_use_on_swarming_builders": true |
| 437 }, | 440 }, |
| 438 "test": "unit_tests" | 441 "test": "unit_tests" |
| 439 }, | 442 }, |
| 440 { | 443 { |
| 444 "swarming": { |
| 445 "can_use_on_swarming_builders": true |
| 446 }, |
| 441 "test": "url_unittests" | 447 "test": "url_unittests" |
| 442 }, | 448 }, |
| 443 { | 449 { |
| 444 "test": "views_unittests" | 450 "test": "views_unittests" |
| 445 }, | 451 }, |
| 446 { | 452 { |
| 447 "test": "wm_unittests" | 453 "test": "wm_unittests" |
| 448 } | 454 } |
| 449 ] | 455 ] |
| 450 }, | 456 }, |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 "test": "ui_touch_selection_unittests" | 629 "test": "ui_touch_selection_unittests" |
| 624 }, | 630 }, |
| 625 { | 631 { |
| 626 "swarming": { | 632 "swarming": { |
| 627 "can_use_on_swarming_builders": true, | 633 "can_use_on_swarming_builders": true, |
| 628 "shards": 2 | 634 "shards": 2 |
| 629 }, | 635 }, |
| 630 "test": "unit_tests" | 636 "test": "unit_tests" |
| 631 }, | 637 }, |
| 632 { | 638 { |
| 639 "swarming": { |
| 640 "can_use_on_swarming_builders": true |
| 641 }, |
| 633 "test": "url_unittests" | 642 "test": "url_unittests" |
| 634 }, | 643 }, |
| 635 { | 644 { |
| 636 "test": "views_unittests" | 645 "test": "views_unittests" |
| 637 }, | 646 }, |
| 638 { | 647 { |
| 639 "test": "wm_unittests" | 648 "test": "wm_unittests" |
| 640 } | 649 } |
| 641 ] | 650 ] |
| 642 } | 651 } |
| 643 } | 652 } |
| OLD | NEW |