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