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 3412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3423 ], | 3423 ], |
3424 "isolated_scripts": [ | 3424 "isolated_scripts": [ |
3425 { | 3425 { |
3426 "isolate_name": "devtools_closure_compile", | 3426 "isolate_name": "devtools_closure_compile", |
3427 "name": "devtools_closure_compile", | 3427 "name": "devtools_closure_compile", |
3428 "swarming": { | 3428 "swarming": { |
3429 "can_use_on_swarming_builders": true | 3429 "can_use_on_swarming_builders": true |
3430 } | 3430 } |
3431 }, | 3431 }, |
3432 { | 3432 { |
| 3433 "isolate_name": "devtools_eslint", |
| 3434 "name": "devtools_eslint", |
| 3435 "swarming": { |
| 3436 "can_use_on_swarming_builders": true |
| 3437 } |
| 3438 }, |
| 3439 { |
3433 "isolate_name": "telemetry_gpu_unittests", | 3440 "isolate_name": "telemetry_gpu_unittests", |
3434 "name": "telemetry_gpu_unittests", | 3441 "name": "telemetry_gpu_unittests", |
3435 "override_compile_targets": [ | 3442 "override_compile_targets": [ |
3436 "telemetry_gpu_unittests_run" | 3443 "telemetry_gpu_unittests_run" |
3437 ], | 3444 ], |
3438 "swarming": { | 3445 "swarming": { |
3439 "can_use_on_swarming_builders": true | 3446 "can_use_on_swarming_builders": true |
3440 } | 3447 } |
3441 }, | 3448 }, |
3442 { | 3449 { |
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4383 "override_compile_targets": [ | 4390 "override_compile_targets": [ |
4384 "telemetry_unittests_run" | 4391 "telemetry_unittests_run" |
4385 ], | 4392 ], |
4386 "swarming": { | 4393 "swarming": { |
4387 "can_use_on_swarming_builders": true | 4394 "can_use_on_swarming_builders": true |
4388 } | 4395 } |
4389 } | 4396 } |
4390 ] | 4397 ] |
4391 } | 4398 } |
4392 } | 4399 } |
OLD | NEW |