aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/shapeops_tool.gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-03 12:10:19 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-03 12:10:19 +0000
commit52f0297aafc1e267fda6e612f168a9fe5bc62784 (patch)
treed25187b0663a80e6dce4a1e69831dff9727805c7 /gyp/shapeops_tool.gyp
parent2dd76d7668d8175ea1ab8f7ad27a1bfd5b917a84 (diff)
Prepare skia for shared library build on android
This reapplies revision 9378 after the buildbot has been updated. R=borenet@google.com, djsollen@google.com Review URL: https://codereview.chromium.org/15855006 git-svn-id: http://skia.googlecode.com/svn/trunk@9395 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/shapeops_tool.gyp')
-rw-r--r--gyp/shapeops_tool.gyp10
1 files changed, 1 insertions, 9 deletions
diff --git a/gyp/shapeops_tool.gyp b/gyp/shapeops_tool.gyp
index 3b1408a5ff..35caccb5ae 100644
--- a/gyp/shapeops_tool.gyp
+++ b/gyp/shapeops_tool.gyp
@@ -15,23 +15,15 @@
'../experimental/Intersection/AddTestOutput/main.cpp',
],
'dependencies': [
- 'core.gyp:core',
- 'effects.gyp:effects',
+ 'skia_lib.gyp:skia_lib',
'experimental.gyp:experimental',
- 'images.gyp:images',
- 'ports.gyp:ports',
'pdf.gyp:pdf',
- 'utils.gyp:utils',
],
'conditions': [
[ 'skia_gpu == 1', {
'include_dirs': [
'../src/gpu',
],
- 'dependencies': [
- 'gpu.gyp:gr',
- 'gpu.gyp:skgr',
- ],
}],
],
},