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