aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary@google.com <halcanary@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-05 14:00:03 +0000
committerGravatar halcanary@google.com <halcanary@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-05 14:00:03 +0000
commit36d08c5c90c7607cd559769f7a9c2b3364eeba85 (patch)
tree12dc40a8c539ae664a9d0231403a9c38aa12bf4f /gyp
parent0e9297c7bd59bae61f4db139a916a2c2bb576405 (diff)
SkCachingPixelRef to use SkImageGenerator
- Remove SkLazyCachingPixelRef class. - Refactor unit tests. BUG= R=reed@google.com, scroggo@google.com Review URL: https://codereview.chromium.org/84083002 git-svn-id: http://skia.googlecode.com/svn/trunk@12505 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index b3f76ea4f4..4bb4d51488 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -322,8 +322,6 @@
'<(skia_src_path)/lazy/SkCachingPixelRef.cpp',
'<(skia_src_path)/lazy/SkCachingPixelRef.h',
- '<(skia_src_path)/lazy/SkLazyCachingPixelRef.cpp',
- '<(skia_src_path)/lazy/SkLazyCachingPixelRef.h',
# Path ops
'<(skia_include_path)/pathops/SkPathOps.h',