diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 15:21:11 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 15:21:11 +0000 |
commit | e69dc145f633aa2b92b37876ada2475752951de9 (patch) | |
tree | 0a63ed9bc01e28d51780ffc8273a8795645bf986 /skia | |
parent | fb6d07ff3fa1a39cbddf72f4e519a39279c02517 (diff) | |
download | chromium_src-e69dc145f633aa2b92b37876ada2475752951de9.zip chromium_src-e69dc145f633aa2b92b37876ada2475752951de9.tar.gz chromium_src-e69dc145f633aa2b92b37876ada2475752951de9.tar.bz2 |
Roll DEPS for Skia 364:376. The bad news is, this breaks 1854 layout tests on Linux, and 1883 layout tests on Windows, due to Skia r366.
The good news is, these are minor pixel differences, and will be rebaselined once the new Skia version has passed the slow bots (purify, valgrind, reliability).
Since I have to rebaseline these tests anyway, I'm also turning off SK_USE_OLD_255_TO_256 in this CL, a stopgap measure I put to avoid rebaselining a bunch of tests due to an upstream change.
BUG=9993
TEST=How green was my valley (of layout builders)?
Review URL: http://codereview.chromium.org/260013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index a5d2b6e..0d4fb91 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -190,6 +190,7 @@ '../third_party/skia/src/core/SkBlitBWMaskTemplate.h', '../third_party/skia/src/core/SkBlitRow.h', '../third_party/skia/src/core/SkBlitRow_D16.cpp', + '../third_party/skia/src/core/SkBlitRow_D32.cpp', '../third_party/skia/src/core/SkBlitRow_D4444.cpp', '../third_party/skia/src/core/SkBlitter.cpp', '../third_party/skia/src/core/SkBlitter_4444.cpp', |