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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 { | 375 { |
376 "test": "jingle_unittests" | 376 "test": "jingle_unittests" |
377 }, | 377 }, |
378 { | 378 { |
379 "swarming": { | 379 "swarming": { |
380 "can_use_on_swarming_builders": true | 380 "can_use_on_swarming_builders": true |
381 }, | 381 }, |
382 "test": "media_unittests" | 382 "test": "media_unittests" |
383 }, | 383 }, |
384 { | 384 { |
| 385 "swarming": { |
| 386 "can_use_on_swarming_builders": true |
| 387 }, |
| 388 "test": "midi_unittests" |
| 389 }, |
| 390 { |
385 "test": "mojo_common_unittests" | 391 "test": "mojo_common_unittests" |
386 }, | 392 }, |
387 { | 393 { |
388 "test": "mojo_public_bindings_unittests" | 394 "test": "mojo_public_bindings_unittests" |
389 }, | 395 }, |
390 { | 396 { |
391 "test": "mojo_public_environment_unittests" | 397 "test": "mojo_public_environment_unittests" |
392 }, | 398 }, |
393 { | 399 { |
394 "test": "mojo_public_system_unittests" | 400 "test": "mojo_public_system_unittests" |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 { | 635 { |
630 "test": "jingle_unittests" | 636 "test": "jingle_unittests" |
631 }, | 637 }, |
632 { | 638 { |
633 "swarming": { | 639 "swarming": { |
634 "can_use_on_swarming_builders": true | 640 "can_use_on_swarming_builders": true |
635 }, | 641 }, |
636 "test": "media_unittests" | 642 "test": "media_unittests" |
637 }, | 643 }, |
638 { | 644 { |
| 645 "swarming": { |
| 646 "can_use_on_swarming_builders": true |
| 647 }, |
| 648 "test": "midi_unittests" |
| 649 }, |
| 650 { |
639 "test": "mojo_common_unittests" | 651 "test": "mojo_common_unittests" |
640 }, | 652 }, |
641 { | 653 { |
642 "test": "mojo_public_bindings_unittests" | 654 "test": "mojo_public_bindings_unittests" |
643 }, | 655 }, |
644 { | 656 { |
645 "test": "mojo_public_environment_unittests" | 657 "test": "mojo_public_environment_unittests" |
646 }, | 658 }, |
647 { | 659 { |
648 "test": "mojo_public_system_unittests" | 660 "test": "mojo_public_system_unittests" |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 { | 885 { |
874 "test": "jingle_unittests" | 886 "test": "jingle_unittests" |
875 }, | 887 }, |
876 { | 888 { |
877 "swarming": { | 889 "swarming": { |
878 "can_use_on_swarming_builders": true | 890 "can_use_on_swarming_builders": true |
879 }, | 891 }, |
880 "test": "media_unittests" | 892 "test": "media_unittests" |
881 }, | 893 }, |
882 { | 894 { |
| 895 "swarming": { |
| 896 "can_use_on_swarming_builders": true |
| 897 }, |
| 898 "test": "midi_unittests" |
| 899 }, |
| 900 { |
883 "test": "mojo_common_unittests" | 901 "test": "mojo_common_unittests" |
884 }, | 902 }, |
885 { | 903 { |
886 "test": "mojo_public_bindings_unittests" | 904 "test": "mojo_public_bindings_unittests" |
887 }, | 905 }, |
888 { | 906 { |
889 "test": "mojo_public_environment_unittests" | 907 "test": "mojo_public_environment_unittests" |
890 }, | 908 }, |
891 { | 909 { |
892 "test": "mojo_public_system_unittests" | 910 "test": "mojo_public_system_unittests" |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 } | 980 } |
963 ], | 981 ], |
964 "scripts": [ | 982 "scripts": [ |
965 { | 983 { |
966 "name": "nacl_integration", | 984 "name": "nacl_integration", |
967 "script": "nacl_integration.py" | 985 "script": "nacl_integration.py" |
968 } | 986 } |
969 ] | 987 ] |
970 } | 988 } |
971 } | 989 } |
OLD | NEW |