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

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

Issue 2297743002: Process DisplaySnapshots in PlatformScreen. (Closed)
Patch Set: Fix test. Created 4 years, 3 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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 { 156 {
157 "swarming": { 157 "swarming": {
158 "can_use_on_swarming_builders": true 158 "can_use_on_swarming_builders": true
159 }, 159 },
160 "test": "device_unittests" 160 "test": "device_unittests"
161 }, 161 },
162 { 162 {
163 "swarming": { 163 "swarming": {
164 "can_use_on_swarming_builders": true 164 "can_use_on_swarming_builders": true
165 }, 165 },
166 "test": "display_service_unittests"
167 },
168 {
169 "swarming": {
170 "can_use_on_swarming_builders": true
171 },
166 "test": "display_unittests" 172 "test": "display_unittests"
167 }, 173 },
168 { 174 {
169 "swarming": { 175 "swarming": {
170 "can_use_on_swarming_builders": true 176 "can_use_on_swarming_builders": true
171 }, 177 },
172 "test": "events_unittests" 178 "test": "events_unittests"
173 }, 179 },
174 { 180 {
175 "swarming": { 181 "swarming": {
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 }, 1069 },
1064 { 1070 {
1065 "swarming": { 1071 "swarming": {
1066 "can_use_on_swarming_builders": true 1072 "can_use_on_swarming_builders": true
1067 }, 1073 },
1068 "test": "wm_unittests" 1074 "test": "wm_unittests"
1069 } 1075 }
1070 ] 1076 ]
1071 } 1077 }
1072 } 1078 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698