Move function decls and macros out of public headers that are meant for internal use.



git-svn-id: http://skia.googlecode.com/svn/trunk@3849 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 31662ab..6f304d1 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -91,6 +91,7 @@
         '../include/core',
         '../src/core',
         '../include/gpu',
+        '../src/gpu',
       ],
       'dependencies': [
         'libtess.gyp:libtess',
@@ -301,6 +302,7 @@
         '../src/gpu/gl/GrGLTexture.cpp',
         '../src/gpu/gl/GrGLTexture.h',
         '../src/gpu/gl/GrGLUtil.cpp',
+        '../src/gpu/gl/GrGLUtil.h',
         '../src/gpu/gl/GrGLVertexBuffer.cpp',
         '../src/gpu/gl/GrGLVertexBuffer.h',
         '../src/gpu/gl/GrGpuGL.cpp',