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

Unified Diff: gyp/core.gypi

Issue 103033002: Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: cleanup test Created 7 years 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 | « gyp/SampleApp.gyp ('k') | gyp/gm.gyp » ('j') | src/core/SkDiscardableMemory.h » ('J')
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 9edb2ce61670933edac5edf841ecee3ccd1a73f9..a378bda063d27c1575532ec45301afde703ea559 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -72,6 +72,7 @@
'<(skia_src_path)/core/SkDevice.cpp',
'<(skia_src_path)/core/SkDeviceLooper.cpp',
'<(skia_src_path)/core/SkDeviceProfile.cpp',
+ '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp',
'<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp',
'<(skia_src_path)/core/SkDither.cpp',
'<(skia_src_path)/core/SkDraw.cpp',
@@ -309,19 +310,6 @@
'<(skia_include_path)/core/SkXfermode.h',
# Lazy decoding:
- '<(skia_include_path)/lazy/SkBitmapFactory.h',
- '<(skia_include_path)/lazy/SkImageCache.h',
- '<(skia_include_path)/lazy/SkLruImageCache.h',
- '<(skia_include_path)/lazy/SkPurgeableImageCache.h',
-
- '<(skia_src_path)/lazy/SkBitmapFactory.cpp',
- '<(skia_src_path)/lazy/SkLazyPixelRef.h',
- '<(skia_src_path)/lazy/SkLazyPixelRef.cpp',
- '<(skia_src_path)/lazy/SkLruImageCache.cpp',
- '<(skia_src_path)/lazy/SkPurgeableMemoryBlock.h',
- '<(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',
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/gm.gyp » ('j') | src/core/SkDiscardableMemory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698