diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 18:51:45 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 18:51:45 +0000 |
commit | a6cdf1a2564ad51cd027cd881825fddd7cef8aca (patch) | |
tree | 3413153e328798e6bb579ea43bde5e06b6c486b5 /skia/skia.gyp | |
parent | 17bc408b20642ff10d7bd5916897f31cf75c13f6 (diff) | |
download | chromium_src-a6cdf1a2564ad51cd027cd881825fddd7cef8aca.zip chromium_src-a6cdf1a2564ad51cd027cd881825fddd7cef8aca.tar.gz chromium_src-a6cdf1a2564ad51cd027cd881825fddd7cef8aca.tar.bz2 |
Remove defines from skia.gyp (they have been moved into WebKit)
This is a second upload of https://codereview.chromium.org/11786010/
Review URL: https://codereview.chromium.org/11783098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 393fba6..f31324b 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -227,13 +227,6 @@ # it ever gets used the processes that use it need to call # SkGraphics::Init(). 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0', - - # Temporarily keep old int-srcrect behavior, until we determine if - # the few failures are a bug or not. - 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', - 'SK_IGNORE_QUAD_STROKE_FIX', - 'SK_IGNORE_TRANS_CLAMP_FIX', - 'SK_IGNORE_FAST_SCALEMATRIX_INVERT', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |