Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
Review URL: http://codereview.appspot.com/5250070/



git-svn-id: http://skia.googlecode.com/svn/trunk@2471 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 93b1149..c5c3ff6 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -10,7 +10,7 @@
       'type': 'executable',
       'include_dirs' : [
         '../src/core',
-        '../gpu/src',
+        '../src/gpu',
       ],
       'sources': [
         '../tests/BitmapCopyTest.cpp',