From 37c5a815d8ea33247968212ef4cc83394ceee1bc Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 3 Oct 2014 13:23:30 -0700 Subject: 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 --- gyp/core.gypi | 1 - gyp/tests.gypi | 1 - 2 files changed, 2 deletions(-) (limited to 'gyp') 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', -- cgit v1.2.3