Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was
"clever" but was causing build problems.



git-svn-id: http://skia.googlecode.com/svn/trunk@1604 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index fa2e179..1823b43 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -52,6 +52,7 @@
         '../tests/PathMeasureTest.cpp',
         '../tests/PathTest.cpp',
         '../tests/PDFPrimitivesTest.cpp',
+        '../tests/PointTest.cpp',
         '../tests/Reader32Test.cpp',
         '../tests/RefDictTest.cpp',
         '../tests/RegionTest.cpp',
@@ -69,7 +70,6 @@
       ],
       'dependencies': [
         'core.gyp:core',
-        'core.gyp:core_tests',
         'effects.gyp:effects',
         'experimental.gyp:experimental',
         'images.gyp:images',