summaryrefslogtreecommitdiff
path: root/gputest.gyp
diff options
context:
space:
mode:
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-21 20:50:50 +0000
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-21 20:50:50 +0000
commitced3454aac14757f676f5f9731157fa461cb1bb8 (patch)
treea7d744685014675d638bdb4e42a330620723e8c6 /gputest.gyp
parenta5a0ca0b1a96b1140fd766f28d8d1d7d24ac998a (diff)
downloadgyp-ced3454aac14757f676f5f9731157fa461cb1bb8.tar.gz
Fix android doubly defined empty string due to static lib and shared lib thing.
git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@10868 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gputest.gyp')
-rw-r--r--gputest.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gputest.gyp b/gputest.gyp
index 23d1da3..c673f20 100644
--- a/gputest.gyp
+++ b/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',