| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Arm64 Builder (dbg)": { | 2 "Android Arm64 Builder (dbg)": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ] | 5 ] |
| 6 }, | 6 }, |
| 7 "Android Builder": { | 7 "Android Builder": { |
| 8 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
| 9 "cronet_test_instrumentation_apk", | 9 "cronet_test_instrumentation_apk", |
| 10 "system_webview_apk" | 10 "system_webview_apk" |
| (...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1461 "scripts": [ | 1461 "scripts": [ |
| 1462 { | 1462 { |
| 1463 "name": "webview_licenses", | 1463 "name": "webview_licenses", |
| 1464 "script": "webview_licenses.py" | 1464 "script": "webview_licenses.py" |
| 1465 } | 1465 } |
| 1466 ] | 1466 ] |
| 1467 }, | 1467 }, |
| 1468 "Blimp Linux (dbg)": { | 1468 "Blimp Linux (dbg)": { |
| 1469 "gtest_tests": [ | 1469 "gtest_tests": [ |
| 1470 { | 1470 { |
| 1471 "swarming": { |
| 1472 "can_use_on_swarming_builders": true |
| 1473 }, |
| 1471 "test": "blimp_browsertests" | 1474 "test": "blimp_browsertests" |
| 1472 }, | 1475 }, |
| 1473 { | 1476 { |
| 1474 "test": "blimp_unittests" | 1477 "test": "blimp_unittests" |
| 1475 } | 1478 } |
| 1476 ] | 1479 ] |
| 1477 }, | 1480 }, |
| 1478 "Cast Linux": { | 1481 "Cast Linux": { |
| 1479 "gtest_tests": [ | 1482 "gtest_tests": [ |
| 1480 { | 1483 { |
| (...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2931 "override_compile_targets": [ | 2934 "override_compile_targets": [ |
| 2932 "telemetry_unittests_run" | 2935 "telemetry_unittests_run" |
| 2933 ], | 2936 ], |
| 2934 "swarming": { | 2937 "swarming": { |
| 2935 "can_use_on_swarming_builders": true | 2938 "can_use_on_swarming_builders": true |
| 2936 } | 2939 } |
| 2937 } | 2940 } |
| 2938 ] | 2941 ] |
| 2939 } | 2942 } |
| 2940 } | 2943 } |
| OLD | NEW |