aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp1
-rw-r--r--gyp/ports.gyp8
2 files changed, 7 insertions, 2 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index c2d98f089a..c9ff391aba 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -233,6 +233,7 @@
'../include/core/SkUnPreMultiply.h',
'../include/core/SkUnitMapper.h',
'../include/core/SkUtils.h',
+ '../include/core/SkWeakRefCnt.h',
'../include/core/SkWriter32.h',
'../include/core/SkXfermode.h',
],
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 73dd59497d..8b29acb852 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -4,14 +4,18 @@
{
'target_name': 'ports',
'type': 'static_library',
+ 'dependencies': [
+ 'core.gyp:core',
+ 'sfnt.gyp:sfnt',
+ 'utils.gyp:utils',
+ ],
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/images',
'../include/effects',
'../include/ports',
'../include/xml',
'../src/core',
+ '../src/utils',
],
'sources': [
'../src/ports/SkDebug_stdio.cpp',