| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_shell_apk", | 4 "chrome_shell_apk", |
| 5 "mandoline:all" | 5 "mandoline:all" |
| 6 ], | 6 ], |
| 7 "gtest_tests": [ | 7 "gtest_tests": [ |
| 8 { | 8 { |
| 9 "test": "html_viewer_unittests" | 9 "test": "html_viewer_unittests" |
| 10 }, | 10 }, |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "name": "telemetry_perf_unittests", | 80 "name": "telemetry_perf_unittests", |
| 81 "script": "telemetry_perf_unittests.py" | 81 "script": "telemetry_perf_unittests.py" |
| 82 } | 82 } |
| 83 ] | 83 ] |
| 84 }, | 84 }, |
| 85 "Cast Linux": { | 85 "Cast Linux": { |
| 86 "gtest_tests": [ | 86 "gtest_tests": [ |
| 87 { | 87 { |
| 88 "swarming": { |
| 89 "can_use_on_swarming_builders": true |
| 90 }, |
| 88 "test": "base_unittests" | 91 "test": "base_unittests" |
| 89 }, | 92 }, |
| 90 { | 93 { |
| 91 "test": "cacheinvalidation_unittests" | 94 "test": "cacheinvalidation_unittests" |
| 92 }, | 95 }, |
| 93 { | 96 { |
| 94 "test": "cast_base_unittests" | 97 "test": "cast_base_unittests" |
| 95 }, | 98 }, |
| 96 { | 99 { |
| 97 "test": "cast_media_unittests" | 100 "test": "cast_media_unittests" |
| (...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 } | 1163 } |
| 1161 ], | 1164 ], |
| 1162 "scripts": [ | 1165 "scripts": [ |
| 1163 { | 1166 { |
| 1164 "name": "nacl_integration", | 1167 "name": "nacl_integration", |
| 1165 "script": "nacl_integration.py" | 1168 "script": "nacl_integration.py" |
| 1166 } | 1169 } |
| 1167 ] | 1170 ] |
| 1168 } | 1171 } |
| 1169 } | 1172 } |
| OLD | NEW |