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

Side by Side Diff: tools/dm_flags.json

Issue 1785613010: Add SkImageGeneratorWIC (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Blacklist bad images Created 4 years, 9 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 | « src/ports/SkImageGeneratorWIC.cpp ('k') | tools/dm_flags.py » ('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 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "pdf", 7 "pdf",
8 "pdf_poppler", 8 "pdf_poppler",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 3267 matching lines...) Expand 10 before | Expand all | Expand 10 after
3278 "_", 3278 "_",
3279 "interlaced1.png", 3279 "interlaced1.png",
3280 "_", 3280 "_",
3281 "image", 3281 "image",
3282 "_", 3282 "_",
3283 "interlaced2.png", 3283 "interlaced2.png",
3284 "_", 3284 "_",
3285 "image", 3285 "image",
3286 "_", 3286 "_",
3287 "interlaced3.png", 3287 "interlaced3.png",
3288 "_",
3289 "image",
3290 "gen_platf",
3291 "rle8-height-negative.bmp",
3292 "_",
3293 "image",
3294 "gen_platf",
3295 "rle4-height-negative.bmp",
3296 "_",
3297 "image",
3298 "gen_platf",
3299 "pal8os2v2.bmp",
3300 "_",
3301 "image",
3302 "gen_platf",
3303 "pal8os2v2-16.bmp",
3304 "_",
3305 "image",
3306 "gen_platf",
3307 "rgba32abf.bmp",
3308 "_",
3309 "image",
3310 "gen_platf",
3311 "rgb24prof.bmp",
3312 "_",
3313 "image",
3314 "gen_platf",
3315 "rgb24lprof.bmp",
3316 "_",
3317 "image",
3318 "gen_platf",
3319 "8bpp-pixeldata-cropped.bmp",
3320 "_",
3321 "image",
3322 "gen_platf",
3323 "4bpp-pixeldata-cropped.bmp",
3324 "_",
3325 "image",
3326 "gen_platf",
3327 "32bpp-pixeldata-cropped.bmp",
3328 "_",
3329 "image",
3330 "gen_platf",
3331 "24bpp-pixeldata-cropped.bmp",
3288 "serialize-8888", 3332 "serialize-8888",
3289 "gm", 3333 "gm",
3290 "_", 3334 "_",
3291 "not_native32_bitmap_config", 3335 "not_native32_bitmap_config",
3292 "serialize-8888", 3336 "serialize-8888",
3293 "gm", 3337 "gm",
3294 "_", 3338 "_",
3295 "bleed_image", 3339 "bleed_image",
3296 "serialize-8888", 3340 "serialize-8888",
3297 "gm", 3341 "gm",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
3626 "_", 3670 "_",
3627 ".PEF", 3671 ".PEF",
3628 "_", 3672 "_",
3629 "image", 3673 "image",
3630 "_", 3674 "_",
3631 ".SRW", 3675 ".SRW",
3632 "--match", 3676 "--match",
3633 "~GLPrograms" 3677 "~GLPrograms"
3634 ] 3678 ]
3635 } 3679 }
OLDNEW
« no previous file with comments | « src/ports/SkImageGeneratorWIC.cpp ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698