summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 13:52:04 +0000
committerreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 13:52:04 +0000
commite6e7db7f883ab88bc43a4f95033606eba9f1245f (patch)
tree4932032b37207f16d4adc90a468d87742df5f850 /skia/skia.gyp
parent5c6aa5046ec9a100b27b33013418f122461d21e5 (diff)
downloadchromium_src-e6e7db7f883ab88bc43a4f95033606eba9f1245f.zip
chromium_src-e6e7db7f883ab88bc43a4f95033606eba9f1245f.tar.gz
chromium_src-e6e7db7f883ab88bc43a4f95033606eba9f1245f.tar.bz2
move SK_DISABLE_DITHER_32BIT_GRADIENT from SkUserConfig.h to skia.gyp, so we can later rebaseline.
Review URL: https://codereview.chromium.org/11430002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index aa02390..8eb4b69 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -231,6 +231,9 @@
# Temporarily keep old int-srcrect behavior, until we determine if
# 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',
],
'sources!': [
'../third_party/skia/include/core/SkTypes.h',