OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "chrome_public_apk", | 4 "chrome_public_apk", |
5 "chrome_public_test_apk", | 5 "chrome_public_test_apk", |
6 "chrome_shell_apk", | 6 "chrome_shell_apk", |
7 "chrome_shell_test_apk", | 7 "chrome_shell_test_apk", |
8 "content_shell_apk", | 8 "content_shell_apk", |
9 "mandoline:all" | 9 "mandoline:all" |
10 ], | 10 ], |
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 { | 642 { |
643 "swarming": { | 643 "swarming": { |
644 "can_use_on_swarming_builders": true | 644 "can_use_on_swarming_builders": true |
645 }, | 645 }, |
646 "test": "net_unittests" | 646 "test": "net_unittests" |
647 }, | 647 }, |
648 { | 648 { |
649 "test": "ppapi_unittests" | 649 "test": "ppapi_unittests" |
650 }, | 650 }, |
651 { | 651 { |
| 652 "swarming": { |
| 653 "can_use_on_swarming_builders": true |
| 654 }, |
652 "test": "printing_unittests" | 655 "test": "printing_unittests" |
653 }, | 656 }, |
654 { | 657 { |
655 "test": "remoting_unittests" | 658 "test": "remoting_unittests" |
656 }, | 659 }, |
657 { | 660 { |
658 "test": "sandbox_linux_unittests" | 661 "test": "sandbox_linux_unittests" |
659 }, | 662 }, |
660 { | 663 { |
661 "swarming": { | 664 "swarming": { |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
917 { | 920 { |
918 "swarming": { | 921 "swarming": { |
919 "can_use_on_swarming_builders": true | 922 "can_use_on_swarming_builders": true |
920 }, | 923 }, |
921 "test": "net_unittests" | 924 "test": "net_unittests" |
922 }, | 925 }, |
923 { | 926 { |
924 "test": "ppapi_unittests" | 927 "test": "ppapi_unittests" |
925 }, | 928 }, |
926 { | 929 { |
| 930 "swarming": { |
| 931 "can_use_on_swarming_builders": true |
| 932 }, |
927 "test": "printing_unittests" | 933 "test": "printing_unittests" |
928 }, | 934 }, |
929 { | 935 { |
930 "test": "remoting_unittests" | 936 "test": "remoting_unittests" |
931 }, | 937 }, |
932 { | 938 { |
933 "args": [ | 939 "args": [ |
934 "--test-launcher-print-test-stdio=always" | 940 "--test-launcher-print-test-stdio=always" |
935 ], | 941 ], |
936 "test": "sandbox_linux_unittests" | 942 "test": "sandbox_linux_unittests" |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1182 { | 1188 { |
1183 "swarming": { | 1189 "swarming": { |
1184 "can_use_on_swarming_builders": true | 1190 "can_use_on_swarming_builders": true |
1185 }, | 1191 }, |
1186 "test": "net_unittests" | 1192 "test": "net_unittests" |
1187 }, | 1193 }, |
1188 { | 1194 { |
1189 "test": "ppapi_unittests" | 1195 "test": "ppapi_unittests" |
1190 }, | 1196 }, |
1191 { | 1197 { |
| 1198 "swarming": { |
| 1199 "can_use_on_swarming_builders": true |
| 1200 }, |
1192 "test": "printing_unittests" | 1201 "test": "printing_unittests" |
1193 }, | 1202 }, |
1194 { | 1203 { |
1195 "test": "remoting_unittests" | 1204 "test": "remoting_unittests" |
1196 }, | 1205 }, |
1197 { | 1206 { |
1198 "test": "sandbox_linux_unittests" | 1207 "test": "sandbox_linux_unittests" |
1199 }, | 1208 }, |
1200 { | 1209 { |
1201 "swarming": { | 1210 "swarming": { |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1247 } | 1256 } |
1248 ], | 1257 ], |
1249 "scripts": [ | 1258 "scripts": [ |
1250 { | 1259 { |
1251 "name": "nacl_integration", | 1260 "name": "nacl_integration", |
1252 "script": "nacl_integration.py" | 1261 "script": "nacl_integration.py" |
1253 } | 1262 } |
1254 ] | 1263 ] |
1255 } | 1264 } |
1256 } | 1265 } |
OLD | NEW |