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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 }, | 534 }, |
535 "test": "components_browsertests" | 535 "test": "components_browsertests" |
536 }, | 536 }, |
537 { | 537 { |
538 "swarming": { | 538 "swarming": { |
539 "can_use_on_swarming_builders": true | 539 "can_use_on_swarming_builders": true |
540 }, | 540 }, |
541 "test": "components_unittests" | 541 "test": "components_unittests" |
542 }, | 542 }, |
543 { | 543 { |
544 "swarming": { | |
545 "can_use_on_swarming_builders": true | |
546 }, | |
547 "test": "compositor_unittests" | 544 "test": "compositor_unittests" |
548 }, | 545 }, |
549 { | 546 { |
550 "swarming": { | 547 "swarming": { |
551 "can_use_on_swarming_builders": true | 548 "can_use_on_swarming_builders": true |
552 }, | 549 }, |
553 "test": "content_browsertests" | 550 "test": "content_browsertests" |
554 }, | 551 }, |
555 { | 552 { |
556 "swarming": { | 553 "swarming": { |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
850 { | 847 { |
851 "test": "chromedriver_unittests" | 848 "test": "chromedriver_unittests" |
852 }, | 849 }, |
853 { | 850 { |
854 "swarming": { | 851 "swarming": { |
855 "can_use_on_swarming_builders": true | 852 "can_use_on_swarming_builders": true |
856 }, | 853 }, |
857 "test": "components_unittests" | 854 "test": "components_unittests" |
858 }, | 855 }, |
859 { | 856 { |
860 "swarming": { | |
861 "can_use_on_swarming_builders": true | |
862 }, | |
863 "test": "compositor_unittests" | 857 "test": "compositor_unittests" |
864 }, | 858 }, |
865 { | 859 { |
866 "swarming": { | 860 "swarming": { |
867 "can_use_on_swarming_builders": true | 861 "can_use_on_swarming_builders": true |
868 }, | 862 }, |
869 "test": "content_browsertests" | 863 "test": "content_browsertests" |
870 }, | 864 }, |
871 { | 865 { |
872 "swarming": { | 866 "swarming": { |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1158 { | 1152 { |
1159 "test": "chromedriver_unittests" | 1153 "test": "chromedriver_unittests" |
1160 }, | 1154 }, |
1161 { | 1155 { |
1162 "swarming": { | 1156 "swarming": { |
1163 "can_use_on_swarming_builders": true | 1157 "can_use_on_swarming_builders": true |
1164 }, | 1158 }, |
1165 "test": "components_unittests" | 1159 "test": "components_unittests" |
1166 }, | 1160 }, |
1167 { | 1161 { |
1168 "swarming": { | |
1169 "can_use_on_swarming_builders": true | |
1170 }, | |
1171 "test": "compositor_unittests" | 1162 "test": "compositor_unittests" |
1172 }, | 1163 }, |
1173 { | 1164 { |
1174 "swarming": { | 1165 "swarming": { |
1175 "can_use_on_swarming_builders": true | 1166 "can_use_on_swarming_builders": true |
1176 }, | 1167 }, |
1177 "test": "content_browsertests" | 1168 "test": "content_browsertests" |
1178 }, | 1169 }, |
1179 { | 1170 { |
1180 "swarming": { | 1171 "swarming": { |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1388 } | 1379 } |
1389 ], | 1380 ], |
1390 "scripts": [ | 1381 "scripts": [ |
1391 { | 1382 { |
1392 "name": "nacl_integration", | 1383 "name": "nacl_integration", |
1393 "script": "nacl_integration.py" | 1384 "script": "nacl_integration.py" |
1394 } | 1385 } |
1395 ] | 1386 ] |
1396 } | 1387 } |
1397 } | 1388 } |
OLD | NEW |