| 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 { | 603 { |
| 604 "swarming": { | 604 "swarming": { |
| 605 "can_use_on_swarming_builders": true | 605 "can_use_on_swarming_builders": true |
| 606 }, | 606 }, |
| 607 "test": "wm_unittests" | 607 "test": "wm_unittests" |
| 608 } | 608 } |
| 609 ], | 609 ], |
| 610 "isolated_scripts": [ | 610 "isolated_scripts": [ |
| 611 { | 611 { |
| 612 "isolate_name": "telemetry_gpu_unittests", | 612 "isolate_name": "telemetry_gpu_unittests", |
| 613 "name": "telemetry_gpu_unittests" | 613 "name": "telemetry_gpu_unittests", |
| 614 "swarming": { |
| 615 "can_use_on_swarming_builders": true |
| 616 } |
| 614 }, | 617 }, |
| 615 { | 618 { |
| 616 "isolate_name": "telemetry_perf_unittests", | 619 "isolate_name": "telemetry_perf_unittests", |
| 617 "name": "telemetry_perf_unittests" | 620 "name": "telemetry_perf_unittests" |
| 618 } | 621 } |
| 619 ], | 622 ], |
| 620 "scripts": [ | 623 "scripts": [ |
| 621 { | 624 { |
| 622 "name": "checkdeps", | 625 "name": "checkdeps", |
| 623 "script": "checkdeps.py" | 626 "script": "checkdeps.py" |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 { | 972 { |
| 970 "swarming": { | 973 "swarming": { |
| 971 "can_use_on_swarming_builders": true | 974 "can_use_on_swarming_builders": true |
| 972 }, | 975 }, |
| 973 "test": "wm_unittests" | 976 "test": "wm_unittests" |
| 974 } | 977 } |
| 975 ], | 978 ], |
| 976 "isolated_scripts": [ | 979 "isolated_scripts": [ |
| 977 { | 980 { |
| 978 "isolate_name": "telemetry_gpu_unittests", | 981 "isolate_name": "telemetry_gpu_unittests", |
| 979 "name": "telemetry_gpu_unittests" | 982 "name": "telemetry_gpu_unittests", |
| 983 "swarming": { |
| 984 "can_use_on_swarming_builders": true |
| 985 } |
| 980 }, | 986 }, |
| 981 { | 987 { |
| 982 "isolate_name": "telemetry_perf_unittests", | 988 "isolate_name": "telemetry_perf_unittests", |
| 983 "name": "telemetry_perf_unittests" | 989 "name": "telemetry_perf_unittests" |
| 984 } | 990 } |
| 985 ], | 991 ], |
| 986 "scripts": [ | 992 "scripts": [ |
| 987 { | 993 { |
| 988 "name": "telemetry_unittests", | 994 "name": "telemetry_unittests", |
| 989 "script": "telemetry_unittests.py" | 995 "script": "telemetry_unittests.py" |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1314 } | 1320 } |
| 1315 ], | 1321 ], |
| 1316 "scripts": [ | 1322 "scripts": [ |
| 1317 { | 1323 { |
| 1318 "name": "nacl_integration", | 1324 "name": "nacl_integration", |
| 1319 "script": "nacl_integration.py" | 1325 "script": "nacl_integration.py" |
| 1320 } | 1326 } |
| 1321 ] | 1327 ] |
| 1322 } | 1328 } |
| 1323 } | 1329 } |
| OLD | NEW |