summaryrefslogtreecommitdiff
path: root/pixman_test.gyp
diff options
context:
space:
mode:
authordjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 20:09:47 +0000
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 20:09:47 +0000
commitd07b4b787bb4cf3bd3c8ffe0caeceb755a6feb71 (patch)
treedb7454922c5c6d58c79eea83c8f24484d141e633 /pixman_test.gyp
parent81adca913fa0ea905d997c8d18fbc9528dde1655 (diff)
downloadgyp-d07b4b787bb4cf3bd3c8ffe0caeceb755a6feb71.tar.gz
prepare skia for shared library build on android
R=borenet@google.com, djsollen@google.com Committed: https://code.google.com/p/skia/source/detail?r=9378 Review URL: https://codereview.chromium.org/15855006 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@9379 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'pixman_test.gyp')
-rw-r--r--pixman_test.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/pixman_test.gyp b/pixman_test.gyp
index a571dd7..64c5a9c 100644
--- a/pixman_test.gyp
+++ b/pixman_test.gyp
@@ -118,8 +118,10 @@
'../../../pixman/pixman/pixman.h',
],
'dependencies': [
- 'skia_lib.gyp:skia_lib',
+ 'skia_base_libs.gyp:skia_base_libs',
+ 'effects.gyp:effects',
'experimental.gyp:experimental',
+ 'images.gyp:images',
'pdf.gyp:pdf',
'views.gyp:views',
'xml.gyp:xml',