| 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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 "isolated_scripts": [ | 665 "isolated_scripts": [ |
| 666 { | 666 { |
| 667 "isolate_name": "telemetry_gpu_unittests", | 667 "isolate_name": "telemetry_gpu_unittests", |
| 668 "name": "telemetry_gpu_unittests", | 668 "name": "telemetry_gpu_unittests", |
| 669 "swarming": { | 669 "swarming": { |
| 670 "can_use_on_swarming_builders": true | 670 "can_use_on_swarming_builders": true |
| 671 } | 671 } |
| 672 }, | 672 }, |
| 673 { | 673 { |
| 674 "isolate_name": "telemetry_perf_unittests", | 674 "isolate_name": "telemetry_perf_unittests", |
| 675 "name": "telemetry_perf_unittests", | 675 "name": "telemetry_perf_unittests" |
| 676 "swarming": { | |
| 677 "can_use_on_swarming_builders": true | |
| 678 } | |
| 679 } | 676 } |
| 680 ], | 677 ], |
| 681 "scripts": [ | 678 "scripts": [ |
| 682 { | 679 { |
| 683 "name": "checkdeps", | 680 "name": "checkdeps", |
| 684 "script": "checkdeps.py" | 681 "script": "checkdeps.py" |
| 685 }, | 682 }, |
| 686 { | 683 { |
| 687 "name": "checklicenses", | 684 "name": "checklicenses", |
| 688 "script": "checklicenses.py" | 685 "script": "checklicenses.py" |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1037 "isolated_scripts": [ | 1034 "isolated_scripts": [ |
| 1038 { | 1035 { |
| 1039 "isolate_name": "telemetry_gpu_unittests", | 1036 "isolate_name": "telemetry_gpu_unittests", |
| 1040 "name": "telemetry_gpu_unittests", | 1037 "name": "telemetry_gpu_unittests", |
| 1041 "swarming": { | 1038 "swarming": { |
| 1042 "can_use_on_swarming_builders": true | 1039 "can_use_on_swarming_builders": true |
| 1043 } | 1040 } |
| 1044 }, | 1041 }, |
| 1045 { | 1042 { |
| 1046 "isolate_name": "telemetry_perf_unittests", | 1043 "isolate_name": "telemetry_perf_unittests", |
| 1047 "name": "telemetry_perf_unittests", | 1044 "name": "telemetry_perf_unittests" |
| 1048 "swarming": { | |
| 1049 "can_use_on_swarming_builders": true | |
| 1050 } | |
| 1051 } | 1045 } |
| 1052 ], | 1046 ], |
| 1053 "scripts": [ | 1047 "scripts": [ |
| 1054 { | 1048 { |
| 1055 "name": "telemetry_unittests", | 1049 "name": "telemetry_unittests", |
| 1056 "script": "telemetry_unittests.py" | 1050 "script": "telemetry_unittests.py" |
| 1057 }, | 1051 }, |
| 1058 { | 1052 { |
| 1059 "name": "nacl_integration", | 1053 "name": "nacl_integration", |
| 1060 "script": "nacl_integration.py" | 1054 "script": "nacl_integration.py" |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 } | 1375 } |
| 1382 ], | 1376 ], |
| 1383 "scripts": [ | 1377 "scripts": [ |
| 1384 { | 1378 { |
| 1385 "name": "nacl_integration", | 1379 "name": "nacl_integration", |
| 1386 "script": "nacl_integration.py" | 1380 "script": "nacl_integration.py" |
| 1387 } | 1381 } |
| 1388 ] | 1382 ] |
| 1389 } | 1383 } |
| 1390 } | 1384 } |
| OLD | NEW |