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 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1286 }, | 1286 }, |
1287 { | 1287 { |
1288 "test": "ui_junit_tests" | 1288 "test": "ui_junit_tests" |
1289 }, | 1289 }, |
1290 { | 1290 { |
1291 "test": "webapk_client_junit_tests" | 1291 "test": "webapk_client_junit_tests" |
1292 }, | 1292 }, |
1293 { | 1293 { |
1294 "test": "webapk_shell_apk_junit_tests" | 1294 "test": "webapk_shell_apk_junit_tests" |
1295 } | 1295 } |
1296 ], | |
1297 "scripts": [ | |
1298 { | |
1299 "name": "webview_licenses", | |
1300 "script": "webview_licenses.py" | |
1301 } | |
1302 ] | 1296 ] |
1303 }, | 1297 }, |
1304 "Android Tests (dbg)": { | 1298 "Android Tests (dbg)": { |
1305 "gtest_tests": [ | 1299 "gtest_tests": [ |
1306 { | 1300 { |
1307 "test": "android_webview_unittests" | 1301 "test": "android_webview_unittests" |
1308 }, | 1302 }, |
1309 { | 1303 { |
1310 "test": "base_unittests" | 1304 "test": "base_unittests" |
1311 }, | 1305 }, |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1450 }, | 1444 }, |
1451 { | 1445 { |
1452 "test": "net_junit_tests" | 1446 "test": "net_junit_tests" |
1453 }, | 1447 }, |
1454 { | 1448 { |
1455 "test": "ui_junit_tests" | 1449 "test": "ui_junit_tests" |
1456 }, | 1450 }, |
1457 { | 1451 { |
1458 "test": "webapk_client_junit_tests" | 1452 "test": "webapk_client_junit_tests" |
1459 } | 1453 } |
1460 ], | |
1461 "scripts": [ | |
1462 { | |
1463 "name": "webview_licenses", | |
1464 "script": "webview_licenses.py" | |
1465 } | |
1466 ] | 1454 ] |
1467 }, | 1455 }, |
1468 "Blimp Linux (dbg)": { | 1456 "Blimp Linux (dbg)": { |
1469 "gtest_tests": [ | 1457 "gtest_tests": [ |
1470 { | 1458 { |
1471 "swarming": { | 1459 "swarming": { |
1472 "can_use_on_swarming_builders": true | 1460 "can_use_on_swarming_builders": true |
1473 }, | 1461 }, |
1474 "test": "blimp_browsertests" | 1462 "test": "blimp_browsertests" |
1475 }, | 1463 }, |
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2932 "override_compile_targets": [ | 2920 "override_compile_targets": [ |
2933 "telemetry_unittests_run" | 2921 "telemetry_unittests_run" |
2934 ], | 2922 ], |
2935 "swarming": { | 2923 "swarming": { |
2936 "can_use_on_swarming_builders": true | 2924 "can_use_on_swarming_builders": true |
2937 } | 2925 } |
2938 } | 2926 } |
2939 ] | 2927 ] |
2940 } | 2928 } |
2941 } | 2929 } |
OLD | NEW |