diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index ea8cf99..0decae1 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -232,6 +232,10 @@ # the few failures are a bug or not. 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', + # Moved from SkUserConfig.h, so we can rebaseline when we remove this. + 'SK_DISABLE_DITHER_32BIT_GRADIENT', + + 'SK_DISABLE_DASHING_OPTIMIZATION', 'SK_DISABLE_SEPARABLE_MASK_BLUR', ], 'sources!': [ |