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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 }, | 597 }, |
598 "test": "gcm_unit_tests" | 598 "test": "gcm_unit_tests" |
599 }, | 599 }, |
600 { | 600 { |
601 "swarming": { | 601 "swarming": { |
602 "can_use_on_swarming_builders": true | 602 "can_use_on_swarming_builders": true |
603 }, | 603 }, |
604 "test": "gfx_unittests" | 604 "test": "gfx_unittests" |
605 }, | 605 }, |
606 { | 606 { |
| 607 "swarming": { |
| 608 "can_use_on_swarming_builders": true |
| 609 }, |
607 "test": "gl_unittests" | 610 "test": "gl_unittests" |
608 }, | 611 }, |
609 { | 612 { |
610 "swarming": { | 613 "swarming": { |
611 "can_use_on_swarming_builders": true | 614 "can_use_on_swarming_builders": true |
612 }, | 615 }, |
613 "test": "gn_unittests" | 616 "test": "gn_unittests" |
614 }, | 617 }, |
615 { | 618 { |
616 "test": "google_apis_unittests" | 619 "test": "google_apis_unittests" |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 }, | 913 }, |
911 "test": "gcm_unit_tests" | 914 "test": "gcm_unit_tests" |
912 }, | 915 }, |
913 { | 916 { |
914 "swarming": { | 917 "swarming": { |
915 "can_use_on_swarming_builders": true | 918 "can_use_on_swarming_builders": true |
916 }, | 919 }, |
917 "test": "gfx_unittests" | 920 "test": "gfx_unittests" |
918 }, | 921 }, |
919 { | 922 { |
| 923 "swarming": { |
| 924 "can_use_on_swarming_builders": true |
| 925 }, |
920 "test": "gl_unittests" | 926 "test": "gl_unittests" |
921 }, | 927 }, |
922 { | 928 { |
923 "swarming": { | 929 "swarming": { |
924 "can_use_on_swarming_builders": true | 930 "can_use_on_swarming_builders": true |
925 }, | 931 }, |
926 "test": "gn_unittests" | 932 "test": "gn_unittests" |
927 }, | 933 }, |
928 { | 934 { |
929 "test": "google_apis_unittests" | 935 "test": "google_apis_unittests" |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 }, | 1221 }, |
1216 "test": "gcm_unit_tests" | 1222 "test": "gcm_unit_tests" |
1217 }, | 1223 }, |
1218 { | 1224 { |
1219 "swarming": { | 1225 "swarming": { |
1220 "can_use_on_swarming_builders": true | 1226 "can_use_on_swarming_builders": true |
1221 }, | 1227 }, |
1222 "test": "gfx_unittests" | 1228 "test": "gfx_unittests" |
1223 }, | 1229 }, |
1224 { | 1230 { |
| 1231 "swarming": { |
| 1232 "can_use_on_swarming_builders": true |
| 1233 }, |
1225 "test": "gl_unittests" | 1234 "test": "gl_unittests" |
1226 }, | 1235 }, |
1227 { | 1236 { |
1228 "swarming": { | 1237 "swarming": { |
1229 "can_use_on_swarming_builders": true | 1238 "can_use_on_swarming_builders": true |
1230 }, | 1239 }, |
1231 "test": "gn_unittests" | 1240 "test": "gn_unittests" |
1232 }, | 1241 }, |
1233 { | 1242 { |
1234 "test": "google_apis_unittests" | 1243 "test": "google_apis_unittests" |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1379 } | 1388 } |
1380 ], | 1389 ], |
1381 "scripts": [ | 1390 "scripts": [ |
1382 { | 1391 { |
1383 "name": "nacl_integration", | 1392 "name": "nacl_integration", |
1384 "script": "nacl_integration.py" | 1393 "script": "nacl_integration.py" |
1385 } | 1394 } |
1386 ] | 1395 ] |
1387 } | 1396 } |
1388 } | 1397 } |
OLD | NEW |