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

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

Issue 2254303002: Move GLImageOzoneNativePixmap tests to src/ui/ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try as console 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
« no previous file with comments | « no previous file | 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 { 283 {
284 "swarming": { 284 "swarming": {
285 "can_use_on_swarming_builders": true 285 "can_use_on_swarming_builders": true
286 }, 286 },
287 "test": "net_unittests" 287 "test": "net_unittests"
288 }, 288 },
289 { 289 {
290 "swarming": { 290 "swarming": {
291 "can_use_on_swarming_builders": true 291 "can_use_on_swarming_builders": true
292 }, 292 },
293 "test": "ozone_gl_unittests"
294 },
295 {
296 "swarming": {
297 "can_use_on_swarming_builders": true
298 },
293 "test": "ozone_unittests" 299 "test": "ozone_unittests"
294 }, 300 },
295 { 301 {
296 "swarming": { 302 "swarming": {
297 "can_use_on_swarming_builders": true 303 "can_use_on_swarming_builders": true
298 }, 304 },
299 "test": "ppapi_unittests" 305 "test": "ppapi_unittests"
300 }, 306 },
301 { 307 {
302 "swarming": { 308 "swarming": {
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 }, 1063 },
1058 { 1064 {
1059 "swarming": { 1065 "swarming": {
1060 "can_use_on_swarming_builders": true 1066 "can_use_on_swarming_builders": true
1061 }, 1067 },
1062 "test": "wm_unittests" 1068 "test": "wm_unittests"
1063 } 1069 }
1064 ] 1070 ]
1065 } 1071 }
1066 } 1072 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698