| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 }, | 92 }, |
| 93 "test": "events_unittests" | 93 "test": "events_unittests" |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "swarming": { | 96 "swarming": { |
| 97 "can_use_on_swarming_builders": true | 97 "can_use_on_swarming_builders": true |
| 98 }, | 98 }, |
| 99 "test": "extensions_browsertests" | 99 "test": "extensions_browsertests" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "swarming": { |
| 103 "can_use_on_swarming_builders": true |
| 104 }, |
| 102 "test": "extensions_unittests" | 105 "test": "extensions_unittests" |
| 103 }, | 106 }, |
| 104 { | 107 { |
| 105 "test": "gcm_unit_tests" | 108 "test": "gcm_unit_tests" |
| 106 }, | 109 }, |
| 107 { | 110 { |
| 108 "test": "gl_unittests" | 111 "test": "gl_unittests" |
| 109 }, | 112 }, |
| 110 { | 113 { |
| 111 "test": "google_apis_unittests" | 114 "test": "google_apis_unittests" |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 }, | 326 }, |
| 324 "test": "events_unittests" | 327 "test": "events_unittests" |
| 325 }, | 328 }, |
| 326 { | 329 { |
| 327 "swarming": { | 330 "swarming": { |
| 328 "can_use_on_swarming_builders": true | 331 "can_use_on_swarming_builders": true |
| 329 }, | 332 }, |
| 330 "test": "extensions_browsertests" | 333 "test": "extensions_browsertests" |
| 331 }, | 334 }, |
| 332 { | 335 { |
| 336 "swarming": { |
| 337 "can_use_on_swarming_builders": true |
| 338 }, |
| 333 "test": "extensions_unittests" | 339 "test": "extensions_unittests" |
| 334 }, | 340 }, |
| 335 { | 341 { |
| 336 "test": "gcm_unit_tests" | 342 "test": "gcm_unit_tests" |
| 337 }, | 343 }, |
| 338 { | 344 { |
| 339 "swarming": { | 345 "swarming": { |
| 340 "can_use_on_swarming_builders": true | 346 "can_use_on_swarming_builders": true |
| 341 }, | 347 }, |
| 342 "test": "gfx_unittests" | 348 "test": "gfx_unittests" |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 { | 555 { |
| 550 "test": "display_unittests" | 556 "test": "display_unittests" |
| 551 }, | 557 }, |
| 552 { | 558 { |
| 553 "swarming": { | 559 "swarming": { |
| 554 "can_use_on_swarming_builders": true | 560 "can_use_on_swarming_builders": true |
| 555 }, | 561 }, |
| 556 "test": "events_unittests" | 562 "test": "events_unittests" |
| 557 }, | 563 }, |
| 558 { | 564 { |
| 565 "swarming": { |
| 566 "can_use_on_swarming_builders": true |
| 567 }, |
| 559 "test": "extensions_unittests" | 568 "test": "extensions_unittests" |
| 560 }, | 569 }, |
| 561 { | 570 { |
| 562 "test": "gcm_unit_tests" | 571 "test": "gcm_unit_tests" |
| 563 }, | 572 }, |
| 564 { | 573 { |
| 565 "swarming": { | 574 "swarming": { |
| 566 "can_use_on_swarming_builders": true | 575 "can_use_on_swarming_builders": true |
| 567 }, | 576 }, |
| 568 "test": "gfx_unittests" | 577 "test": "gfx_unittests" |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 }, | 679 }, |
| 671 { | 680 { |
| 672 "test": "views_unittests" | 681 "test": "views_unittests" |
| 673 }, | 682 }, |
| 674 { | 683 { |
| 675 "test": "wm_unittests" | 684 "test": "wm_unittests" |
| 676 } | 685 } |
| 677 ] | 686 ] |
| 678 } | 687 } |
| 679 } | 688 } |
| OLD | NEW |