| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 { | 174 { |
| 175 "test": "printing_unittests" | 175 "test": "printing_unittests" |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 "test": "remoting_unittests" | 178 "test": "remoting_unittests" |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 "test": "sandbox_linux_unittests" | 181 "test": "sandbox_linux_unittests" |
| 182 }, | 182 }, |
| 183 { | 183 { |
| 184 "swarming": { |
| 185 "can_use_on_swarming_builders": true |
| 186 }, |
| 184 "test": "skia_unittests" | 187 "test": "skia_unittests" |
| 185 }, | 188 }, |
| 186 { | 189 { |
| 187 "test": "sql_unittests" | 190 "test": "sql_unittests" |
| 188 }, | 191 }, |
| 189 { | 192 { |
| 190 "test": "sync_unit_tests" | 193 "test": "sync_unit_tests" |
| 191 }, | 194 }, |
| 192 { | 195 { |
| 193 "test": "ui_base_unittests" | 196 "test": "ui_base_unittests" |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 { | 392 { |
| 390 "test": "printing_unittests" | 393 "test": "printing_unittests" |
| 391 }, | 394 }, |
| 392 { | 395 { |
| 393 "test": "remoting_unittests" | 396 "test": "remoting_unittests" |
| 394 }, | 397 }, |
| 395 { | 398 { |
| 396 "test": "sandbox_linux_unittests" | 399 "test": "sandbox_linux_unittests" |
| 397 }, | 400 }, |
| 398 { | 401 { |
| 402 "swarming": { |
| 403 "can_use_on_swarming_builders": true |
| 404 }, |
| 399 "test": "skia_unittests" | 405 "test": "skia_unittests" |
| 400 }, | 406 }, |
| 401 { | 407 { |
| 402 "test": "sql_unittests" | 408 "test": "sql_unittests" |
| 403 }, | 409 }, |
| 404 { | 410 { |
| 405 "test": "sync_unit_tests" | 411 "test": "sync_unit_tests" |
| 406 }, | 412 }, |
| 407 { | 413 { |
| 408 "test": "ui_base_unittests" | 414 "test": "ui_base_unittests" |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 { | 577 { |
| 572 "test": "printing_unittests" | 578 "test": "printing_unittests" |
| 573 }, | 579 }, |
| 574 { | 580 { |
| 575 "test": "remoting_unittests" | 581 "test": "remoting_unittests" |
| 576 }, | 582 }, |
| 577 { | 583 { |
| 578 "test": "sandbox_linux_unittests" | 584 "test": "sandbox_linux_unittests" |
| 579 }, | 585 }, |
| 580 { | 586 { |
| 587 "swarming": { |
| 588 "can_use_on_swarming_builders": true |
| 589 }, |
| 581 "test": "skia_unittests" | 590 "test": "skia_unittests" |
| 582 }, | 591 }, |
| 583 { | 592 { |
| 584 "test": "sql_unittests" | 593 "test": "sql_unittests" |
| 585 }, | 594 }, |
| 586 { | 595 { |
| 587 "test": "sync_unit_tests" | 596 "test": "sync_unit_tests" |
| 588 }, | 597 }, |
| 589 { | 598 { |
| 590 "test": "ui_base_unittests" | 599 "test": "ui_base_unittests" |
| (...skipping 16 matching lines...) Expand all 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 |