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

Side by Side Diff: tools/dm_flags.json

Issue 1738913002: Enable RAW codec for Windows (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Black RAW codec tests for Win32 bots 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 | « tests/CodexTest.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 "--matrix", 3 "--matrix",
4 "0", 4 "0",
5 "1", 5 "1",
6 "1", 6 "1",
7 "0", 7 "0",
8 "--config", 8 "--config",
9 "565", 9 "565",
10 "8888", 10 "8888",
(...skipping 3371 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 "_", 3382 "_",
3383 ".RW2", 3383 ".RW2",
3384 "_", 3384 "_",
3385 "image", 3385 "image",
3386 "_", 3386 "_",
3387 ".PEF", 3387 ".PEF",
3388 "_", 3388 "_",
3389 "image", 3389 "image",
3390 "_", 3390 "_",
3391 ".SRW", 3391 ".SRW",
3392 "_",
3393 "image",
3394 "_",
3395 ".arw",
3396 "_",
3397 "image",
3398 "_",
3399 ".cr2",
3400 "_",
3401 "image",
3402 "_",
3403 ".dng",
3404 "_",
3405 "image",
3406 "_",
3407 ".nef",
3408 "_",
3409 "image",
3410 "_",
3411 ".nrw",
3412 "_",
3413 "image",
3414 "_",
3415 ".orf",
3416 "_",
3417 "image",
3418 "_",
3419 ".raf",
3420 "_",
3421 "image",
3422 "_",
3423 ".rw2",
3424 "_",
3425 "image",
3426 "_",
3427 ".pef",
3428 "_",
3429 "image",
3430 "_",
3431 ".srw",
3432 "_",
3433 "image",
3434 "_",
3435 ".ARW",
3436 "_",
3437 "image",
3438 "_",
3439 ".CR2",
3440 "_",
3441 "image",
3442 "_",
3443 ".DNG",
3444 "_",
3445 "image",
3446 "_",
3447 ".NEF",
3448 "_",
3449 "image",
3450 "_",
3451 ".NRW",
3452 "_",
3453 "image",
3454 "_",
3455 ".ORF",
3456 "_",
3457 "image",
3458 "_",
3459 ".RAF",
3460 "_",
3461 "image",
3462 "_",
3463 ".RW2",
3464 "_",
3465 "image",
3466 "_",
3467 ".PEF",
3468 "_",
3469 "image",
3470 "_",
3471 ".SRW",
3392 "--match", 3472 "--match",
3393 "~GLPrograms" 3473 "~GLPrograms"
3394 ] 3474 ]
3395 } 3475 }
OLDNEW
« no previous file with comments | « tests/CodexTest.cpp ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698