Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1338)

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 2650903003: Revert of [devtools] Support different encodings for Page.CaptureScreenshot. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3107 matching lines...) Expand 10 before | Expand all | Expand 10 after
3118 { 3118 {
3119 "swarming": { 3119 "swarming": {
3120 "can_use_on_swarming_builders": true 3120 "can_use_on_swarming_builders": true
3121 }, 3121 },
3122 "test": "skia_unittests" 3122 "test": "skia_unittests"
3123 }, 3123 },
3124 { 3124 {
3125 "swarming": { 3125 "swarming": {
3126 "can_use_on_swarming_builders": true 3126 "can_use_on_swarming_builders": true
3127 }, 3127 },
3128 "test": "snapshot_unittests"
3129 },
3130 {
3131 "swarming": {
3132 "can_use_on_swarming_builders": true
3133 },
3134 "test": "sql_unittests" 3128 "test": "sql_unittests"
3135 }, 3129 },
3136 { 3130 {
3137 "swarming": { 3131 "swarming": {
3138 "can_use_on_swarming_builders": true 3132 "can_use_on_swarming_builders": true
3139 }, 3133 },
3140 "test": "storage_unittests" 3134 "test": "storage_unittests"
3141 }, 3135 },
3142 { 3136 {
3143 "swarming": { 3137 "swarming": {
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
3714 { 3708 {
3715 "swarming": { 3709 "swarming": {
3716 "can_use_on_swarming_builders": true 3710 "can_use_on_swarming_builders": true
3717 }, 3711 },
3718 "test": "skia_unittests" 3712 "test": "skia_unittests"
3719 }, 3713 },
3720 { 3714 {
3721 "swarming": { 3715 "swarming": {
3722 "can_use_on_swarming_builders": true 3716 "can_use_on_swarming_builders": true
3723 }, 3717 },
3724 "test": "snapshot_unittests"
3725 },
3726 {
3727 "swarming": {
3728 "can_use_on_swarming_builders": true
3729 },
3730 "test": "sql_unittests" 3718 "test": "sql_unittests"
3731 }, 3719 },
3732 { 3720 {
3733 "swarming": { 3721 "swarming": {
3734 "can_use_on_swarming_builders": true 3722 "can_use_on_swarming_builders": true
3735 }, 3723 },
3736 "test": "storage_unittests" 3724 "test": "storage_unittests"
3737 }, 3725 },
3738 { 3726 {
3739 "swarming": { 3727 "swarming": {
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 { 4095 {
4108 "swarming": { 4096 "swarming": {
4109 "can_use_on_swarming_builders": true 4097 "can_use_on_swarming_builders": true
4110 }, 4098 },
4111 "test": "skia_unittests" 4099 "test": "skia_unittests"
4112 }, 4100 },
4113 { 4101 {
4114 "swarming": { 4102 "swarming": {
4115 "can_use_on_swarming_builders": true 4103 "can_use_on_swarming_builders": true
4116 }, 4104 },
4117 "test": "snapshot_unittests"
4118 },
4119 {
4120 "swarming": {
4121 "can_use_on_swarming_builders": true
4122 },
4123 "test": "sql_unittests" 4105 "test": "sql_unittests"
4124 }, 4106 },
4125 { 4107 {
4126 "swarming": { 4108 "swarming": {
4127 "can_use_on_swarming_builders": true 4109 "can_use_on_swarming_builders": true
4128 }, 4110 },
4129 "test": "storage_unittests" 4111 "test": "storage_unittests"
4130 }, 4112 },
4131 { 4113 {
4132 "swarming": { 4114 "swarming": {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
4182 "override_compile_targets": [ 4164 "override_compile_targets": [
4183 "telemetry_unittests_run" 4165 "telemetry_unittests_run"
4184 ], 4166 ],
4185 "swarming": { 4167 "swarming": {
4186 "can_use_on_swarming_builders": true 4168 "can_use_on_swarming_builders": true
4187 } 4169 }
4188 } 4170 }
4189 ] 4171 ]
4190 } 4172 }
4191 } 4173 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698