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

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

Issue 2297743002: Process DisplaySnapshots in PlatformScreen. (Closed)
Patch Set: Add comment. 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
« no previous file with comments | « services/ui/ws/display_manager.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 { 162 {
163 "swarming": { 163 "swarming": {
164 "can_use_on_swarming_builders": true 164 "can_use_on_swarming_builders": true
165 }, 165 },
166 "test": "device_unittests" 166 "test": "device_unittests"
167 }, 167 },
168 { 168 {
169 "swarming": { 169 "swarming": {
170 "can_use_on_swarming_builders": true 170 "can_use_on_swarming_builders": true
171 }, 171 },
172 "test": "display_service_unittests"
173 },
174 {
175 "swarming": {
176 "can_use_on_swarming_builders": true
177 },
172 "test": "display_unittests" 178 "test": "display_unittests"
173 }, 179 },
174 { 180 {
175 "swarming": { 181 "swarming": {
176 "can_use_on_swarming_builders": true 182 "can_use_on_swarming_builders": true
177 }, 183 },
178 "test": "events_unittests" 184 "test": "events_unittests"
179 }, 185 },
180 { 186 {
181 "swarming": { 187 "swarming": {
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 }, 1087 },
1082 { 1088 {
1083 "swarming": { 1089 "swarming": {
1084 "can_use_on_swarming_builders": true 1090 "can_use_on_swarming_builders": true
1085 }, 1091 },
1086 "test": "wm_unittests" 1092 "test": "wm_unittests"
1087 } 1093 }
1088 ] 1094 ]
1089 } 1095 }
1090 } 1096 }
OLDNEW
« no previous file with comments | « services/ui/ws/display_manager.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698