| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 { | 183 { |
| 184 "test": "skia_unittests" | 184 "test": "skia_unittests" |
| 185 }, | 185 }, |
| 186 { | 186 { |
| 187 "test": "sql_unittests" | 187 "test": "sql_unittests" |
| 188 }, | 188 }, |
| 189 { | 189 { |
| 190 "test": "sync_unit_tests" | 190 "test": "sync_unit_tests" |
| 191 }, | 191 }, |
| 192 { | 192 { |
| 193 "swarming": { |
| 194 "can_use_on_swarming_builders": true |
| 195 }, |
| 193 "test": "ui_base_unittests" | 196 "test": "ui_base_unittests" |
| 194 }, | 197 }, |
| 195 { | 198 { |
| 196 "swarming": { | 199 "swarming": { |
| 197 "can_use_on_swarming_builders": true | 200 "can_use_on_swarming_builders": true |
| 198 }, | 201 }, |
| 199 "test": "unit_tests" | 202 "test": "unit_tests" |
| 200 }, | 203 }, |
| 201 { | 204 { |
| 202 "test": "url_unittests" | 205 "test": "url_unittests" |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 { | 401 { |
| 399 "test": "skia_unittests" | 402 "test": "skia_unittests" |
| 400 }, | 403 }, |
| 401 { | 404 { |
| 402 "test": "sql_unittests" | 405 "test": "sql_unittests" |
| 403 }, | 406 }, |
| 404 { | 407 { |
| 405 "test": "sync_unit_tests" | 408 "test": "sync_unit_tests" |
| 406 }, | 409 }, |
| 407 { | 410 { |
| 411 "swarming": { |
| 412 "can_use_on_swarming_builders": true |
| 413 }, |
| 408 "test": "ui_base_unittests" | 414 "test": "ui_base_unittests" |
| 409 }, | 415 }, |
| 410 { | 416 { |
| 411 "test": "ui_touch_selection_unittests" | 417 "test": "ui_touch_selection_unittests" |
| 412 }, | 418 }, |
| 413 { | 419 { |
| 414 "swarming": { | 420 "swarming": { |
| 415 "can_use_on_swarming_builders": true | 421 "can_use_on_swarming_builders": true |
| 416 }, | 422 }, |
| 417 "test": "unit_tests" | 423 "test": "unit_tests" |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 { | 583 { |
| 578 "test": "skia_unittests" | 584 "test": "skia_unittests" |
| 579 }, | 585 }, |
| 580 { | 586 { |
| 581 "test": "sql_unittests" | 587 "test": "sql_unittests" |
| 582 }, | 588 }, |
| 583 { | 589 { |
| 584 "test": "sync_unit_tests" | 590 "test": "sync_unit_tests" |
| 585 }, | 591 }, |
| 586 { | 592 { |
| 593 "swarming": { |
| 594 "can_use_on_swarming_builders": true |
| 595 }, |
| 587 "test": "ui_base_unittests" | 596 "test": "ui_base_unittests" |
| 588 }, | 597 }, |
| 589 { | 598 { |
| 590 "test": "ui_touch_selection_unittests" | 599 "test": "ui_touch_selection_unittests" |
| 591 }, | 600 }, |
| 592 { | 601 { |
| 593 "swarming": { | 602 "swarming": { |
| 594 "can_use_on_swarming_builders": true, | 603 "can_use_on_swarming_builders": true, |
| 595 "shards": 2 | 604 "shards": 2 |
| 596 }, | 605 }, |
| 597 "test": "unit_tests" | 606 "test": "unit_tests" |
| 598 }, | 607 }, |
| 599 { | 608 { |
| 600 "test": "url_unittests" | 609 "test": "url_unittests" |
| 601 }, | 610 }, |
| 602 { | 611 { |
| 603 "test": "views_unittests" | 612 "test": "views_unittests" |
| 604 }, | 613 }, |
| 605 { | 614 { |
| 606 "test": "wm_unittests" | 615 "test": "wm_unittests" |
| 607 } | 616 } |
| 608 ] | 617 ] |
| 609 } | 618 } |
| 610 } | 619 } |
| OLD | NEW |