| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_shell_apk" | 4 "chrome_shell_apk" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [] | 6 "gtest_tests": [] |
| 7 }, | 7 }, |
| 8 "Android Tests": { | 8 "Android Tests": { |
| 9 "scripts": [ | 9 "scripts": [ |
| 10 { | 10 { |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 { | 270 { |
| 271 "test": "jingle_unittests" | 271 "test": "jingle_unittests" |
| 272 }, | 272 }, |
| 273 { | 273 { |
| 274 "swarming": { | 274 "swarming": { |
| 275 "can_use_on_swarming_builders": true | 275 "can_use_on_swarming_builders": true |
| 276 }, | 276 }, |
| 277 "test": "media_unittests" | 277 "test": "media_unittests" |
| 278 }, | 278 }, |
| 279 { | 279 { |
| 280 "swarming": { |
| 281 "can_use_on_swarming_builders": true |
| 282 }, |
| 283 "test": "midi_unittests" |
| 284 }, |
| 285 { |
| 280 "test": "mojo_common_unittests" | 286 "test": "mojo_common_unittests" |
| 281 }, | 287 }, |
| 282 { | 288 { |
| 283 "test": "mojo_public_bindings_unittests" | 289 "test": "mojo_public_bindings_unittests" |
| 284 }, | 290 }, |
| 285 { | 291 { |
| 286 "test": "mojo_public_environment_unittests" | 292 "test": "mojo_public_environment_unittests" |
| 287 }, | 293 }, |
| 288 { | 294 { |
| 289 "test": "mojo_public_system_unittests" | 295 "test": "mojo_public_system_unittests" |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 { | 530 { |
| 525 "test": "jingle_unittests" | 531 "test": "jingle_unittests" |
| 526 }, | 532 }, |
| 527 { | 533 { |
| 528 "swarming": { | 534 "swarming": { |
| 529 "can_use_on_swarming_builders": true | 535 "can_use_on_swarming_builders": true |
| 530 }, | 536 }, |
| 531 "test": "media_unittests" | 537 "test": "media_unittests" |
| 532 }, | 538 }, |
| 533 { | 539 { |
| 540 "swarming": { |
| 541 "can_use_on_swarming_builders": true |
| 542 }, |
| 543 "test": "midi_unittests" |
| 544 }, |
| 545 { |
| 534 "test": "mojo_common_unittests" | 546 "test": "mojo_common_unittests" |
| 535 }, | 547 }, |
| 536 { | 548 { |
| 537 "test": "mojo_public_bindings_unittests" | 549 "test": "mojo_public_bindings_unittests" |
| 538 }, | 550 }, |
| 539 { | 551 { |
| 540 "test": "mojo_public_environment_unittests" | 552 "test": "mojo_public_environment_unittests" |
| 541 }, | 553 }, |
| 542 { | 554 { |
| 543 "test": "mojo_public_system_unittests" | 555 "test": "mojo_public_system_unittests" |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 { | 780 { |
| 769 "test": "jingle_unittests" | 781 "test": "jingle_unittests" |
| 770 }, | 782 }, |
| 771 { | 783 { |
| 772 "swarming": { | 784 "swarming": { |
| 773 "can_use_on_swarming_builders": true | 785 "can_use_on_swarming_builders": true |
| 774 }, | 786 }, |
| 775 "test": "media_unittests" | 787 "test": "media_unittests" |
| 776 }, | 788 }, |
| 777 { | 789 { |
| 790 "swarming": { |
| 791 "can_use_on_swarming_builders": true |
| 792 }, |
| 793 "test": "midi_unittests" |
| 794 }, |
| 795 { |
| 778 "test": "mojo_common_unittests" | 796 "test": "mojo_common_unittests" |
| 779 }, | 797 }, |
| 780 { | 798 { |
| 781 "test": "mojo_public_bindings_unittests" | 799 "test": "mojo_public_bindings_unittests" |
| 782 }, | 800 }, |
| 783 { | 801 { |
| 784 "test": "mojo_public_environment_unittests" | 802 "test": "mojo_public_environment_unittests" |
| 785 }, | 803 }, |
| 786 { | 804 { |
| 787 "test": "mojo_public_system_unittests" | 805 "test": "mojo_public_system_unittests" |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 } | 875 } |
| 858 ], | 876 ], |
| 859 "scripts": [ | 877 "scripts": [ |
| 860 { | 878 { |
| 861 "name": "nacl_integration", | 879 "name": "nacl_integration", |
| 862 "script": "nacl_integration.py" | 880 "script": "nacl_integration.py" |
| 863 } | 881 } |
| 864 ] | 882 ] |
| 865 } | 883 } |
| 866 } | 884 } |
| OLD | NEW |