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',