| commit | 7344385b70d693e49b0bb283892dd1fd482386be | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 21 20:50:50 2013 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 21 20:50:50 2013 +0000 |
| tree | a4d509f9a91530f6a0b2ec98cb941d3e820f8246 | |
| parent | 78a1078f17f4f0ae63415298517262a64f706af6 [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
diff --git a/gyp/gputest.gyp b/gyp/gputest.gyp index 23d1da3..c673f20 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',