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 "content_shell_apk", | 6 "content_shell_apk", |
7 "mandoline:all", | 7 "mandoline:all", |
8 "system_webview_apk" | 8 "system_webview_apk" |
9 ], | 9 ], |
10 "gtest_tests": [ | 10 "gtest_tests": [ |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 "isolated_scripts": [ | 652 "isolated_scripts": [ |
653 { | 653 { |
654 "isolate_name": "telemetry_gpu_unittests", | 654 "isolate_name": "telemetry_gpu_unittests", |
655 "name": "telemetry_gpu_unittests", | 655 "name": "telemetry_gpu_unittests", |
656 "swarming": { | 656 "swarming": { |
657 "can_use_on_swarming_builders": true | 657 "can_use_on_swarming_builders": true |
658 } | 658 } |
659 }, | 659 }, |
660 { | 660 { |
661 "isolate_name": "telemetry_perf_unittests", | 661 "isolate_name": "telemetry_perf_unittests", |
662 "name": "telemetry_perf_unittests" | 662 "name": "telemetry_perf_unittests", |
| 663 "swarming": { |
| 664 "can_use_on_swarming_builders": true |
| 665 } |
663 } | 666 } |
664 ], | 667 ], |
665 "scripts": [ | 668 "scripts": [ |
666 { | 669 { |
667 "name": "checkdeps", | 670 "name": "checkdeps", |
668 "script": "checkdeps.py" | 671 "script": "checkdeps.py" |
669 }, | 672 }, |
670 { | 673 { |
671 "name": "checklicenses", | 674 "name": "checklicenses", |
672 "script": "checklicenses.py" | 675 "script": "checklicenses.py" |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1021 "isolated_scripts": [ | 1024 "isolated_scripts": [ |
1022 { | 1025 { |
1023 "isolate_name": "telemetry_gpu_unittests", | 1026 "isolate_name": "telemetry_gpu_unittests", |
1024 "name": "telemetry_gpu_unittests", | 1027 "name": "telemetry_gpu_unittests", |
1025 "swarming": { | 1028 "swarming": { |
1026 "can_use_on_swarming_builders": true | 1029 "can_use_on_swarming_builders": true |
1027 } | 1030 } |
1028 }, | 1031 }, |
1029 { | 1032 { |
1030 "isolate_name": "telemetry_perf_unittests", | 1033 "isolate_name": "telemetry_perf_unittests", |
1031 "name": "telemetry_perf_unittests" | 1034 "name": "telemetry_perf_unittests", |
| 1035 "swarming": { |
| 1036 "can_use_on_swarming_builders": true |
| 1037 } |
1032 } | 1038 } |
1033 ], | 1039 ], |
1034 "scripts": [ | 1040 "scripts": [ |
1035 { | 1041 { |
1036 "name": "telemetry_unittests", | 1042 "name": "telemetry_unittests", |
1037 "script": "telemetry_unittests.py" | 1043 "script": "telemetry_unittests.py" |
1038 }, | 1044 }, |
1039 { | 1045 { |
1040 "name": "nacl_integration", | 1046 "name": "nacl_integration", |
1041 "script": "nacl_integration.py" | 1047 "script": "nacl_integration.py" |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1362 } | 1368 } |
1363 ], | 1369 ], |
1364 "scripts": [ | 1370 "scripts": [ |
1365 { | 1371 { |
1366 "name": "nacl_integration", | 1372 "name": "nacl_integration", |
1367 "script": "nacl_integration.py" | 1373 "script": "nacl_integration.py" |
1368 } | 1374 } |
1369 ] | 1375 ] |
1370 } | 1376 } |
1371 } | 1377 } |
OLD | NEW |