aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-07 17:09:37 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-07 17:09:37 +0000
commit9c1f1ac5d399c73f5f331bdf7b392ea7f0c44daf (patch)
treeef55b84bceb9039ecd7ac7da54e3efac35d15e64 /gyp/gpu.gyp
parentaa99c9e85fb5b27e3373cf4fd72bf7e47b37a2ec (diff)
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
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r--gyp/gpu.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 31662abb9a..6f304d1cb0 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',