diff options
author | reed <reed@google.com> | 2014-10-03 13:23:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-03 13:23:31 -0700 |
commit | 37c5a815d8ea33247968212ef4cc83394ceee1bc (patch) | |
tree | 549847a55767b6deea8428b66068e82b43af13c0 /gyp | |
parent | 9e96aa07dbf1210fd35ae8e0c54d4d9822544e89 (diff) |
Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap"
This reverts commit 92561a0b99ad6c08ab7a11dd1872f028199392e9.
crasher in question:
https://code.google.com/p/chromium/issues/detail?id=420178
Review URL: https://codereview.chromium.org/617613003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 1 | ||||
-rw-r--r-- | gyp/tests.gypi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index 7c419ed4b4..fb10f32192 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -42,7 +42,6 @@ '<(skia_src_path)/core/SkBlitter_RGB16.cpp', '<(skia_src_path)/core/SkBlitter_Sprite.cpp', '<(skia_src_path)/core/SkBuffer.cpp', - '<(skia_src_path)/core/SkCachedData.cpp', '<(skia_src_path)/core/SkCanvas.cpp', '<(skia_src_path)/core/SkChunkAlloc.cpp', '<(skia_src_path)/core/SkClipStack.cpp', diff --git a/gyp/tests.gypi b/gyp/tests.gypi index db87f3f7a4..1d38c488e0 100644 --- a/gyp/tests.gypi +++ b/gyp/tests.gypi @@ -58,7 +58,6 @@ '../tests/BlendTest.cpp', '../tests/BlitRowTest.cpp', '../tests/BlurTest.cpp', - '../tests/CachedDataTest.cpp', '../tests/CachedDecodingPixelRefTest.cpp', '../tests/CanvasStateHelpers.cpp', '../tests/CanvasStateTest.cpp', |