| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 { | 98 { |
| 99 "swarming": { | 99 "swarming": { |
| 100 "can_use_on_swarming_builders": true | 100 "can_use_on_swarming_builders": true |
| 101 }, | 101 }, |
| 102 "test": "extensions_browsertests" | 102 "test": "extensions_browsertests" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "test": "extensions_unittests" | 105 "test": "extensions_unittests" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "swarming": { |
| 109 "can_use_on_swarming_builders": true |
| 110 }, |
| 108 "test": "gcm_unit_tests" | 111 "test": "gcm_unit_tests" |
| 109 }, | 112 }, |
| 110 { | 113 { |
| 111 "test": "gl_unittests" | 114 "test": "gl_unittests" |
| 112 }, | 115 }, |
| 113 { | 116 { |
| 114 "test": "google_apis_unittests" | 117 "test": "google_apis_unittests" |
| 115 }, | 118 }, |
| 116 { | 119 { |
| 117 "swarming": { | 120 "swarming": { |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 { | 338 { |
| 336 "swarming": { | 339 "swarming": { |
| 337 "can_use_on_swarming_builders": true | 340 "can_use_on_swarming_builders": true |
| 338 }, | 341 }, |
| 339 "test": "extensions_browsertests" | 342 "test": "extensions_browsertests" |
| 340 }, | 343 }, |
| 341 { | 344 { |
| 342 "test": "extensions_unittests" | 345 "test": "extensions_unittests" |
| 343 }, | 346 }, |
| 344 { | 347 { |
| 348 "swarming": { |
| 349 "can_use_on_swarming_builders": true |
| 350 }, |
| 345 "test": "gcm_unit_tests" | 351 "test": "gcm_unit_tests" |
| 346 }, | 352 }, |
| 347 { | 353 { |
| 348 "swarming": { | 354 "swarming": { |
| 349 "can_use_on_swarming_builders": true | 355 "can_use_on_swarming_builders": true |
| 350 }, | 356 }, |
| 351 "test": "gfx_unittests" | 357 "test": "gfx_unittests" |
| 352 }, | 358 }, |
| 353 { | 359 { |
| 354 "test": "gl_unittests" | 360 "test": "gl_unittests" |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 { | 573 { |
| 568 "swarming": { | 574 "swarming": { |
| 569 "can_use_on_swarming_builders": true | 575 "can_use_on_swarming_builders": true |
| 570 }, | 576 }, |
| 571 "test": "events_unittests" | 577 "test": "events_unittests" |
| 572 }, | 578 }, |
| 573 { | 579 { |
| 574 "test": "extensions_unittests" | 580 "test": "extensions_unittests" |
| 575 }, | 581 }, |
| 576 { | 582 { |
| 583 "swarming": { |
| 584 "can_use_on_swarming_builders": true |
| 585 }, |
| 577 "test": "gcm_unit_tests" | 586 "test": "gcm_unit_tests" |
| 578 }, | 587 }, |
| 579 { | 588 { |
| 580 "swarming": { | 589 "swarming": { |
| 581 "can_use_on_swarming_builders": true | 590 "can_use_on_swarming_builders": true |
| 582 }, | 591 }, |
| 583 "test": "gfx_unittests" | 592 "test": "gfx_unittests" |
| 584 }, | 593 }, |
| 585 { | 594 { |
| 586 "test": "gl_unittests" | 595 "test": "gl_unittests" |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 }, | 697 }, |
| 689 { | 698 { |
| 690 "test": "views_unittests" | 699 "test": "views_unittests" |
| 691 }, | 700 }, |
| 692 { | 701 { |
| 693 "test": "wm_unittests" | 702 "test": "wm_unittests" |
| 694 } | 703 } |
| 695 ] | 704 ] |
| 696 } | 705 } |
| 697 } | 706 } |
| OLD | NEW |