aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gputest.gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-21 20:50:50 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-21 20:50:50 +0000
commit7344385b70d693e49b0bb283892dd1fd482386be (patch)
treea4d509f9a91530f6a0b2ec98cb941d3e820f8246 /gyp/gputest.gyp
parent78a1078f17f4f0ae63415298517262a64f706af6 (diff)
Fix android doubly defined empty string due to static lib and shared lib thing.
git-svn-id: http://skia.googlecode.com/svn/trunk@10868 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/gputest.gyp')
-rw-r--r--gyp/gputest.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gyp/gputest.gyp b/gyp/gputest.gyp
index 23d1da3947..c673f2071c 100644
--- a/gyp/gputest.gyp
+++ b/gyp/gputest.gyp
@@ -6,8 +6,7 @@
'type': 'static_library',
'standalone_static_library': 1,
'dependencies': [
- 'core.gyp:core',
- 'gpu.gyp:skgpu',
+ 'skia_lib.gyp:skia_lib',
],
'include_dirs': [
'../include/gpu',