| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 { | 189 { |
| 190 "test": "sync_unit_tests" | 190 "test": "sync_unit_tests" |
| 191 }, | 191 }, |
| 192 { | 192 { |
| 193 "swarming": { | 193 "swarming": { |
| 194 "can_use_on_swarming_builders": true | 194 "can_use_on_swarming_builders": true |
| 195 }, | 195 }, |
| 196 "test": "ui_base_unittests" | 196 "test": "ui_base_unittests" |
| 197 }, | 197 }, |
| 198 { | 198 { |
| 199 "swarming": { |
| 200 "can_use_on_swarming_builders": true |
| 201 }, |
| 199 "test": "unit_tests" | 202 "test": "unit_tests" |
| 200 }, | 203 }, |
| 201 { | 204 { |
| 202 "test": "url_unittests" | 205 "test": "url_unittests" |
| 203 }, | 206 }, |
| 204 { | 207 { |
| 205 "test": "views_unittests" | 208 "test": "views_unittests" |
| 206 }, | 209 }, |
| 207 { | 210 { |
| 208 "test": "wm_unittests" | 211 "test": "wm_unittests" |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 }, | 413 }, |
| 411 "test": "ui_base_unittests" | 414 "test": "ui_base_unittests" |
| 412 }, | 415 }, |
| 413 { | 416 { |
| 414 "swarming": { | 417 "swarming": { |
| 415 "can_use_on_swarming_builders": true | 418 "can_use_on_swarming_builders": true |
| 416 }, | 419 }, |
| 417 "test": "ui_touch_selection_unittests" | 420 "test": "ui_touch_selection_unittests" |
| 418 }, | 421 }, |
| 419 { | 422 { |
| 423 "swarming": { |
| 424 "can_use_on_swarming_builders": true |
| 425 }, |
| 420 "test": "unit_tests" | 426 "test": "unit_tests" |
| 421 }, | 427 }, |
| 422 { | 428 { |
| 423 "test": "url_unittests" | 429 "test": "url_unittests" |
| 424 }, | 430 }, |
| 425 { | 431 { |
| 426 "test": "views_unittests" | 432 "test": "views_unittests" |
| 427 }, | 433 }, |
| 428 { | 434 { |
| 429 "test": "wm_unittests" | 435 "test": "wm_unittests" |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 }, | 616 }, |
| 611 { | 617 { |
| 612 "test": "views_unittests" | 618 "test": "views_unittests" |
| 613 }, | 619 }, |
| 614 { | 620 { |
| 615 "test": "wm_unittests" | 621 "test": "wm_unittests" |
| 616 } | 622 } |
| 617 ] | 623 ] |
| 618 } | 624 } |
| 619 } | 625 } |
| OLD | NEW |