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