Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: gyp/core.gypi

Issue 54203006: Break up SkLazyPixelRef functionally into class hierarchy. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: last change Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/core/SkBitmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index b96a2ec7ee0dc9bd2b6093e10fd2254785159951..3000c70f19b29417119a12568ea6283990567c48 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -322,6 +322,11 @@
'<(skia_src_path)/lazy/SkPurgeableMemoryBlock_common.cpp',
'<(skia_src_path)/lazy/SkPurgeableImageCache.cpp',
+ '<(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',
« no previous file with comments | « no previous file | include/core/SkBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698