| 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',
|
|
|