aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-16 18:21:56 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-16 18:21:56 +0000
commita02bc1519cf49afa31fb38bed097dd5014880d04 (patch)
tree64d0638ce6c287317467d07bb5f7aeeb290d7940 /gyp
parentb2aacb6dc29f853e3f37fad208ad8fe8c8138a03 (diff)
WeakRefCnt
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',