| 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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 { | 645 { |
| 646 "swarming": { | 646 "swarming": { |
| 647 "can_use_on_swarming_builders": true | 647 "can_use_on_swarming_builders": true |
| 648 }, | 648 }, |
| 649 "test": "wm_unittests" | 649 "test": "wm_unittests" |
| 650 } | 650 } |
| 651 ], | 651 ], |
| 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": { |
| 657 "can_use_on_swarming_builders": true |
| 658 } |
| 656 }, | 659 }, |
| 657 { | 660 { |
| 658 "isolate_name": "telemetry_perf_unittests", | 661 "isolate_name": "telemetry_perf_unittests", |
| 659 "name": "telemetry_perf_unittests" | 662 "name": "telemetry_perf_unittests" |
| 660 } | 663 } |
| 661 ], | 664 ], |
| 662 "scripts": [ | 665 "scripts": [ |
| 663 { | 666 { |
| 664 "name": "checkdeps", | 667 "name": "checkdeps", |
| 665 "script": "checkdeps.py" | 668 "script": "checkdeps.py" |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1011 { | 1014 { |
| 1012 "swarming": { | 1015 "swarming": { |
| 1013 "can_use_on_swarming_builders": true | 1016 "can_use_on_swarming_builders": true |
| 1014 }, | 1017 }, |
| 1015 "test": "wm_unittests" | 1018 "test": "wm_unittests" |
| 1016 } | 1019 } |
| 1017 ], | 1020 ], |
| 1018 "isolated_scripts": [ | 1021 "isolated_scripts": [ |
| 1019 { | 1022 { |
| 1020 "isolate_name": "telemetry_gpu_unittests", | 1023 "isolate_name": "telemetry_gpu_unittests", |
| 1021 "name": "telemetry_gpu_unittests" | 1024 "name": "telemetry_gpu_unittests", |
| 1025 "swarming": { |
| 1026 "can_use_on_swarming_builders": true |
| 1027 } |
| 1022 }, | 1028 }, |
| 1023 { | 1029 { |
| 1024 "isolate_name": "telemetry_perf_unittests", | 1030 "isolate_name": "telemetry_perf_unittests", |
| 1025 "name": "telemetry_perf_unittests" | 1031 "name": "telemetry_perf_unittests" |
| 1026 } | 1032 } |
| 1027 ], | 1033 ], |
| 1028 "scripts": [ | 1034 "scripts": [ |
| 1029 { | 1035 { |
| 1030 "name": "telemetry_unittests", | 1036 "name": "telemetry_unittests", |
| 1031 "script": "telemetry_unittests.py" | 1037 "script": "telemetry_unittests.py" |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1356 } | 1362 } |
| 1357 ], | 1363 ], |
| 1358 "scripts": [ | 1364 "scripts": [ |
| 1359 { | 1365 { |
| 1360 "name": "nacl_integration", | 1366 "name": "nacl_integration", |
| 1361 "script": "nacl_integration.py" | 1367 "script": "nacl_integration.py" |
| 1362 } | 1368 } |
| 1363 ] | 1369 ] |
| 1364 } | 1370 } |
| 1365 } | 1371 } |
| OLD | NEW |