| OLD | NEW |
| 1 { | 1 { |
| 2 "Mac GN": { | 2 "Mac GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "gn_all" | 4 "gn_all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 } | 9 } |
| 10 ] | 10 ] |
| (...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1177 "isolated_scripts": [ | 1177 "isolated_scripts": [ |
| 1178 { | 1178 { |
| 1179 "isolate_name": "telemetry_gpu_unittests", | 1179 "isolate_name": "telemetry_gpu_unittests", |
| 1180 "name": "telemetry_gpu_unittests", | 1180 "name": "telemetry_gpu_unittests", |
| 1181 "swarming": { | 1181 "swarming": { |
| 1182 "can_use_on_swarming_builders": true | 1182 "can_use_on_swarming_builders": true |
| 1183 } | 1183 } |
| 1184 }, | 1184 }, |
| 1185 { | 1185 { |
| 1186 "isolate_name": "telemetry_perf_unittests", | 1186 "isolate_name": "telemetry_perf_unittests", |
| 1187 "name": "telemetry_perf_unittests" | 1187 "name": "telemetry_perf_unittests", |
| 1188 "swarming": { |
| 1189 "can_use_on_swarming_builders": true |
| 1190 } |
| 1188 } | 1191 } |
| 1189 ], | 1192 ], |
| 1190 "scripts": [ | 1193 "scripts": [ |
| 1191 { | 1194 { |
| 1192 "name": "telemetry_unittests", | 1195 "name": "telemetry_unittests", |
| 1193 "script": "telemetry_unittests.py" | 1196 "script": "telemetry_unittests.py" |
| 1194 }, | 1197 }, |
| 1195 { | 1198 { |
| 1196 "name": "nacl_integration", | 1199 "name": "nacl_integration", |
| 1197 "script": "nacl_integration.py" | 1200 "script": "nacl_integration.py" |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1479 "name": "telemetry_perf_unittests", | 1482 "name": "telemetry_perf_unittests", |
| 1480 "script": "telemetry_perf_unittests.py" | 1483 "script": "telemetry_perf_unittests.py" |
| 1481 }, | 1484 }, |
| 1482 { | 1485 { |
| 1483 "name": "nacl_integration", | 1486 "name": "nacl_integration", |
| 1484 "script": "nacl_integration.py" | 1487 "script": "nacl_integration.py" |
| 1485 } | 1488 } |
| 1486 ] | 1489 ] |
| 1487 } | 1490 } |
| 1488 } | 1491 } |
| OLD | NEW |