From a02bc1519cf49afa31fb38bed097dd5014880d04 Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Wed, 16 May 2012 18:21:56 +0000 Subject: WeakRefCnt http://codereview.appspot.com/5649046/ git-svn-id: http://skia.googlecode.com/svn/trunk@3978 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/core.gyp | 1 + gyp/ports.gyp | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gyp') 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', -- cgit v1.2.3