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

Unified Diff: gyp/core.gypi

Issue 12645006: Create a platform-dependent object for accessing purgeable memory. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Build mac version on iOS as well. Created 7 years, 9 months 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 | gyp/ports.gyp » ('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 e6f917f131bf2e2698d2961ad14b9f936b700a3c..3c2be39c05fb5e673e2ec972f0c8c0aa31eda26a 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -294,6 +294,8 @@
'<(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',
],
}
« no previous file with comments | « no previous file | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698