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

Unified Diff: gyp/ports.gyp

Issue 12433020: Improvements/additions to SkImageCache/SkLazyPixelRef. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Modified a comment. 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/tools.gyp » ('j') | include/lazy/SkImageCache.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/ports.gyp
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 827318d64f19793741cccf5db442d4eeabcc105a..d0d5b19d5d9d18606ba685dbe5f387a53aeef376 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -12,8 +12,9 @@
'utils.gyp:utils',
],
'include_dirs': [
- '../include/images',
'../include/effects',
+ '../include/images',
+ '../include/lazy',
'../include/ports',
'../include/xml',
'../src/core',
@@ -101,6 +102,8 @@
# '../src/ports/SkFontHost_FreeType_common.cpp',
# '../src/ports/SkFontHost_freetype_mac.cpp',
'../src/ports/SkThread_pthread.cpp',
+ '../include/ports/SkMacImageCache.h',
+ '../src/ports/SkMacImageCache.cpp',
],
'sources!': [
'../src/ports/SkFontHost_tables.cpp',
« no previous file with comments | « no previous file | gyp/tools.gyp » ('j') | include/lazy/SkImageCache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698