aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-14 15:11:59 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-14 15:11:59 +0000
commit6bf38b59c9de1cd35cd091cf8766117f4e1f66a0 (patch)
tree586fb0cb56795200f273f79eb29c858e8fbe8588 /gyp
parent7bc13a62609149f0b535c2f3ff7210eb834d8b36 (diff)
Move GL-specific include files to their own subdirectory, to better
coexist alongside D3D backend. Requires gyp change. http://codereview.appspot.com/5665045/ git-svn-id: http://skia.googlecode.com/svn/trunk@3185 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gyp16
1 files changed, 8 insertions, 8 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 37cc4c0d5c..39e0ee9cd6 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -106,10 +106,10 @@
'../include/gpu/SkGr.h',
'../include/gpu/SkGrTexturePixelRef.h',
- '../include/gpu/SkGLContext.h',
- '../include/gpu/SkMesaGLContext.h',
- '../include/gpu/SkNativeGLContext.h',
- '../include/gpu/SkNullGLContext.h',
+ '../include/gpu/gl/SkGLContext.h',
+ '../include/gpu/gl/SkMesaGLContext.h',
+ '../include/gpu/gl/SkNativeGLContext.h',
+ '../include/gpu/gl/SkNullGLContext.h',
'../src/gpu/GrPrintf_skia.cpp',
'../src/gpu/SkGpuCanvas.cpp',
@@ -182,10 +182,10 @@
'../include/gpu/GrTypes.h',
'../include/gpu/GrUserConfig.h',
- '../include/gpu/GrGLConfig.h',
- '../include/gpu/GrGLConfig_chrome.h',
- '../include/gpu/GrGLDefines.h',
- '../include/gpu/GrGLInterface.h',
+ '../include/gpu/gl/GrGLConfig.h',
+ '../include/gpu/gl/GrGLConfig_chrome.h',
+ '../include/gpu/gl/GrGLDefines.h',
+ '../include/gpu/gl/GrGLInterface.h',
'../src/gpu/GrAAHairLinePathRenderer.cpp',
'../src/gpu/GrAAHairLinePathRenderer.h',