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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1318 }, | 1318 }, |
1319 { | 1319 { |
1320 "test": "ui_junit_tests" | 1320 "test": "ui_junit_tests" |
1321 }, | 1321 }, |
1322 { | 1322 { |
1323 "test": "webapk_client_junit_tests" | 1323 "test": "webapk_client_junit_tests" |
1324 }, | 1324 }, |
1325 { | 1325 { |
1326 "test": "webapk_shell_apk_junit_tests" | 1326 "test": "webapk_shell_apk_junit_tests" |
1327 } | 1327 } |
| 1328 ], |
| 1329 "scripts": [ |
| 1330 { |
| 1331 "name": "check_gn_headers", |
| 1332 "script": "check_gn_headers.py" |
| 1333 } |
1328 ] | 1334 ] |
1329 }, | 1335 }, |
1330 "Android Tests (dbg)": { | 1336 "Android Tests (dbg)": { |
1331 "gtest_tests": [ | 1337 "gtest_tests": [ |
1332 { | 1338 { |
1333 "override_compile_targets": [ | 1339 "override_compile_targets": [ |
1334 "android_webview_test_apk" | 1340 "android_webview_test_apk" |
1335 ], | 1341 ], |
1336 "override_isolate_target": "android_webview_test_apk", | 1342 "override_isolate_target": "android_webview_test_apk", |
1337 "swarming": { | 1343 "swarming": { |
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2625 }, | 2631 }, |
2626 { | 2632 { |
2627 "test": "ui_junit_tests" | 2633 "test": "ui_junit_tests" |
2628 }, | 2634 }, |
2629 { | 2635 { |
2630 "test": "webapk_client_junit_tests" | 2636 "test": "webapk_client_junit_tests" |
2631 }, | 2637 }, |
2632 { | 2638 { |
2633 "test": "webapk_shell_apk_junit_tests" | 2639 "test": "webapk_shell_apk_junit_tests" |
2634 } | 2640 } |
| 2641 ], |
| 2642 "scripts": [ |
| 2643 { |
| 2644 "name": "check_gn_headers", |
| 2645 "script": "check_gn_headers.py" |
| 2646 } |
2635 ] | 2647 ] |
2636 }, | 2648 }, |
2637 "Blimp Linux (dbg)": { | 2649 "Blimp Linux (dbg)": { |
2638 "gtest_tests": [ | 2650 "gtest_tests": [ |
2639 { | 2651 { |
2640 "swarming": { | 2652 "swarming": { |
2641 "can_use_on_swarming_builders": true | 2653 "can_use_on_swarming_builders": true |
2642 }, | 2654 }, |
2643 "test": "blimp_browsertests" | 2655 "test": "blimp_browsertests" |
2644 }, | 2656 }, |
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3453 "override_compile_targets": [ | 3465 "override_compile_targets": [ |
3454 "telemetry_unittests_run" | 3466 "telemetry_unittests_run" |
3455 ], | 3467 ], |
3456 "swarming": { | 3468 "swarming": { |
3457 "can_use_on_swarming_builders": true | 3469 "can_use_on_swarming_builders": true |
3458 } | 3470 } |
3459 } | 3471 } |
3460 ], | 3472 ], |
3461 "scripts": [ | 3473 "scripts": [ |
3462 { | 3474 { |
| 3475 "name": "check_gn_headers", |
| 3476 "script": "check_gn_headers.py" |
| 3477 }, |
| 3478 { |
3463 "name": "checkdeps", | 3479 "name": "checkdeps", |
3464 "script": "checkdeps.py" | 3480 "script": "checkdeps.py" |
3465 }, | 3481 }, |
3466 { | 3482 { |
3467 "name": "checkperms", | 3483 "name": "checkperms", |
3468 "script": "checkperms.py" | 3484 "script": "checkperms.py" |
3469 }, | 3485 }, |
3470 { | 3486 { |
3471 "name": "nacl_integration", | 3487 "name": "nacl_integration", |
3472 "script": "nacl_integration.py" | 3488 "script": "nacl_integration.py" |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4009 "override_compile_targets": [ | 4025 "override_compile_targets": [ |
4010 "telemetry_unittests_run" | 4026 "telemetry_unittests_run" |
4011 ], | 4027 ], |
4012 "swarming": { | 4028 "swarming": { |
4013 "can_use_on_swarming_builders": true | 4029 "can_use_on_swarming_builders": true |
4014 } | 4030 } |
4015 } | 4031 } |
4016 ], | 4032 ], |
4017 "scripts": [ | 4033 "scripts": [ |
4018 { | 4034 { |
| 4035 "name": "check_gn_headers", |
| 4036 "script": "check_gn_headers.py" |
| 4037 }, |
| 4038 { |
4019 "name": "nacl_integration", | 4039 "name": "nacl_integration", |
4020 "script": "nacl_integration.py" | 4040 "script": "nacl_integration.py" |
4021 } | 4041 } |
4022 ] | 4042 ] |
4023 }, | 4043 }, |
4024 "Linux Tests (dbg)(1)(32)": { | 4044 "Linux Tests (dbg)(1)(32)": { |
4025 "gtest_tests": [ | 4045 "gtest_tests": [ |
4026 { | 4046 { |
4027 "swarming": { | 4047 "swarming": { |
4028 "can_use_on_swarming_builders": true | 4048 "can_use_on_swarming_builders": true |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4376 "override_compile_targets": [ | 4396 "override_compile_targets": [ |
4377 "telemetry_unittests_run" | 4397 "telemetry_unittests_run" |
4378 ], | 4398 ], |
4379 "swarming": { | 4399 "swarming": { |
4380 "can_use_on_swarming_builders": true | 4400 "can_use_on_swarming_builders": true |
4381 } | 4401 } |
4382 } | 4402 } |
4383 ] | 4403 ] |
4384 } | 4404 } |
4385 } | 4405 } |
OLD | NEW |