| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 }, | 89 }, |
| 90 "test": "events_unittests" | 90 "test": "events_unittests" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "swarming": { | 93 "swarming": { |
| 94 "can_use_on_swarming_builders": true | 94 "can_use_on_swarming_builders": true |
| 95 }, | 95 }, |
| 96 "test": "extensions_browsertests" | 96 "test": "extensions_browsertests" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "swarming": { |
| 100 "can_use_on_swarming_builders": true |
| 101 }, |
| 99 "test": "extensions_unittests" | 102 "test": "extensions_unittests" |
| 100 }, | 103 }, |
| 101 { | 104 { |
| 102 "test": "gcm_unit_tests" | 105 "test": "gcm_unit_tests" |
| 103 }, | 106 }, |
| 104 { | 107 { |
| 105 "test": "gl_unittests" | 108 "test": "gl_unittests" |
| 106 }, | 109 }, |
| 107 { | 110 { |
| 108 "test": "google_apis_unittests" | 111 "test": "google_apis_unittests" |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 }, | 302 }, |
| 300 "test": "events_unittests" | 303 "test": "events_unittests" |
| 301 }, | 304 }, |
| 302 { | 305 { |
| 303 "swarming": { | 306 "swarming": { |
| 304 "can_use_on_swarming_builders": true | 307 "can_use_on_swarming_builders": true |
| 305 }, | 308 }, |
| 306 "test": "extensions_browsertests" | 309 "test": "extensions_browsertests" |
| 307 }, | 310 }, |
| 308 { | 311 { |
| 312 "swarming": { |
| 313 "can_use_on_swarming_builders": true |
| 314 }, |
| 309 "test": "extensions_unittests" | 315 "test": "extensions_unittests" |
| 310 }, | 316 }, |
| 311 { | 317 { |
| 312 "test": "gcm_unit_tests" | 318 "test": "gcm_unit_tests" |
| 313 }, | 319 }, |
| 314 { | 320 { |
| 315 "swarming": { | 321 "swarming": { |
| 316 "can_use_on_swarming_builders": true | 322 "can_use_on_swarming_builders": true |
| 317 }, | 323 }, |
| 318 "test": "gfx_unittests" | 324 "test": "gfx_unittests" |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 { | 510 { |
| 505 "test": "display_unittests" | 511 "test": "display_unittests" |
| 506 }, | 512 }, |
| 507 { | 513 { |
| 508 "swarming": { | 514 "swarming": { |
| 509 "can_use_on_swarming_builders": true | 515 "can_use_on_swarming_builders": true |
| 510 }, | 516 }, |
| 511 "test": "events_unittests" | 517 "test": "events_unittests" |
| 512 }, | 518 }, |
| 513 { | 519 { |
| 520 "swarming": { |
| 521 "can_use_on_swarming_builders": true |
| 522 }, |
| 514 "test": "extensions_unittests" | 523 "test": "extensions_unittests" |
| 515 }, | 524 }, |
| 516 { | 525 { |
| 517 "test": "gcm_unit_tests" | 526 "test": "gcm_unit_tests" |
| 518 }, | 527 }, |
| 519 { | 528 { |
| 520 "swarming": { | 529 "swarming": { |
| 521 "can_use_on_swarming_builders": true | 530 "can_use_on_swarming_builders": true |
| 522 }, | 531 }, |
| 523 "test": "gfx_unittests" | 532 "test": "gfx_unittests" |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 }, | 616 }, |
| 608 { | 617 { |
| 609 "test": "views_unittests" | 618 "test": "views_unittests" |
| 610 }, | 619 }, |
| 611 { | 620 { |
| 612 "test": "wm_unittests" | 621 "test": "wm_unittests" |
| 613 } | 622 } |
| 614 ] | 623 ] |
| 615 } | 624 } |
| 616 } | 625 } |
| OLD | NEW |