| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "prefix": "color_space", | 3 "prefix": "color_space", |
| 4 "base": "fast/canvas/color-space", | 4 "base": "fast/canvas/color-space", |
| 5 "args": ["--enable-color-correct-rendering", | 5 "args": ["--enable-color-correct-rendering", |
| 6 "--enable-true-color-rendering"] | 6 "--enable-true-color-rendering"] |
| 7 }, | 7 }, |
| 8 { | 8 { |
| 9 "prefix": "gpu", | 9 "prefix": "gpu", |
| 10 "base": "fast/canvas", | 10 "base": "fast/canvas", |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 }, | 468 }, |
| 469 { | 469 { |
| 470 "prefix": "new-remote-playback-pipeline", | 470 "prefix": "new-remote-playback-pipeline", |
| 471 "base": "media/remoteplayback", | 471 "base": "media/remoteplayback", |
| 472 "args": ["--enable-features=NewRemotePlaybackPipeline"] | 472 "args": ["--enable-features=NewRemotePlaybackPipeline"] |
| 473 }, | 473 }, |
| 474 { | 474 { |
| 475 "prefix": "new-remote-playback-pipeline", | 475 "prefix": "new-remote-playback-pipeline", |
| 476 "base": "media/controls", | 476 "base": "media/controls", |
| 477 "args": ["--enable-features=NewRemotePlaybackPipeline"] | 477 "args": ["--enable-features=NewRemotePlaybackPipeline"] |
| 478 }, |
| 479 { |
| 480 "prefix": "high-contrast-mode", |
| 481 "base": "paint/high-contrast-mode", |
| 482 "args": ["--blink-settings=highContrastMode=3"] |
| 478 } | 483 } |
| 479 ] | 484 ] |
| OLD | NEW |