Add gpu.gypi to ease skia->chrome rolls

http://codereview.appspot.com/6486043/


git-svn-id: http://skia.googlecode.com/svn/trunk@5250 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 11e1b69..58a8ade 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -110,6 +110,9 @@
     {
       'target_name': 'skgr',
       'type': 'static_library',
+      'includes': [
+        'gpu.gypi',
+      ],
       'include_dirs': [
         '../include/config',
         '../include/core',
@@ -124,42 +127,12 @@
         'angle.gyp:*',
       ],
       'sources': [
-        '../include/gpu/SkGpuCanvas.h',
-        '../include/gpu/SkGpuDevice.h',
-        '../include/gpu/SkGr.h',
-        '../include/gpu/SkGrPixelRef.h',
-        '../include/gpu/SkGrTexturePixelRef.h',
-
-        '../include/gpu/gl/SkGLContext.h',
-        '../include/gpu/gl/SkMesaGLContext.h',
-        '../include/gpu/gl/SkANGLEGLContext.h',
-        '../include/gpu/gl/SkNativeGLContext.h',
-        '../include/gpu/gl/SkNullGLContext.h',
-        '../include/gpu/gl/SkDebugGLContext.h',
-
-        '../src/gpu/SkGpuCanvas.cpp',
-        '../src/gpu/SkGpuDevice.cpp',
-        '../src/gpu/SkGr.cpp',
-        '../src/gpu/SkGrFontScaler.cpp',
-        '../src/gpu/SkGrPixelRef.cpp',
-        '../src/gpu/SkGrTexturePixelRef.cpp',
-
-        '../src/gpu/gl/SkGLContext.cpp',
-        '../src/gpu/gl/SkNullGLContext.cpp',
-
-        '../src/gpu/gl/debug/SkDebugGLContext.cpp',
-
-        '../src/gpu/gl/mac/SkNativeGLContext_mac.cpp',
-
-        '../src/gpu/gl/win/SkNativeGLContext_win.cpp',
-
-        '../src/gpu/gl/unix/SkNativeGLContext_unix.cpp',
-
-        '../src/gpu/gl/mesa/SkMesaGLContext.cpp',
-        '../src/gpu/gl/angle/SkANGLEGLContext.cpp',
-        '../src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
-
-        '../src/gpu/android/SkNativeGLContext_android.cpp',
+        '<@(skgr_sources)',
+        '<@(skgr_native_gl_sources)',
+        '<@(skgr_angle_gl_sources)',
+        '<@(skgr_mesa_gl_sources)',
+        '<@(skgr_debug_gl_sources)',
+        '<@(skgr_null_gl_sources)',
       ],
       'conditions': [
         [ 'not skia_mesa', {
@@ -184,7 +157,10 @@
     {
       'target_name': 'gr',
       'type': 'static_library',
-      'include_dirs': [
+      'includes': [
+        'gpu.gypi',
+      ],
+     'include_dirs': [
         '../include/core',
         '../include/config',
         '../include/gpu',
@@ -198,200 +174,12 @@
         'angle.gyp:*',
       ],
       'sources': [
-        '../include/gpu/GrAARectRenderer.h',
-        '../include/gpu/GrCacheID.h',
-        '../include/gpu/GrClipData.h',
-        '../include/gpu/GrColor.h',
-        '../include/gpu/GrConfig.h',
-        '../include/gpu/GrContext.h',
-        '../include/gpu/GrContextFactory.h',
-        '../include/gpu/GrCustomStage.h',
-        '../include/gpu/GrCustomStageUnitTest.h',
-        '../include/gpu/GrFontScaler.h',
-        '../include/gpu/GrGlyph.h',
-        '../include/gpu/GrInstanceCounter.h',
-        '../include/gpu/GrKey.h',
-        '../include/gpu/GrMatrix.h',
-        '../include/gpu/GrNoncopyable.h',
-        '../include/gpu/GrPaint.h',
-        '../include/gpu/GrPoint.h',
-        '../include/gpu/GrProgramStageFactory.h',
-        '../include/gpu/GrRect.h',
-        '../include/gpu/GrRefCnt.h',
-        '../include/gpu/GrRenderTarget.h',
-        '../include/gpu/GrResource.h',
-        '../include/gpu/GrSamplerState.h',
-        '../include/gpu/GrScalar.h',
-        '../include/gpu/GrSurface.h',
-        '../include/gpu/GrTextContext.h',
-        '../include/gpu/GrTexture.h',
-        '../include/gpu/GrTypes.h',
-        '../include/gpu/GrUserConfig.h',
-
-        '../include/gpu/gl/GrGLConfig.h',
-        '../include/gpu/gl/GrGLConfig_chrome.h',
-        '../include/gpu/gl/GrGLFunctions.h',
-        '../include/gpu/gl/GrGLInterface.h',
-
-        '../src/gpu/GrAAHairLinePathRenderer.cpp',
-        '../src/gpu/GrAAHairLinePathRenderer.h',
-        '../src/gpu/GrAAConvexPathRenderer.cpp',
-        '../src/gpu/GrAAConvexPathRenderer.h',
-        '../src/gpu/GrAARectRenderer.cpp',
-        '../src/gpu/GrAddPathRenderers_default.cpp',
-        '../src/gpu/GrAllocator.h',
-        '../src/gpu/GrAllocPool.h',
-        '../src/gpu/GrAllocPool.cpp',
-        '../src/gpu/GrAtlas.cpp',
-        '../src/gpu/GrAtlas.h',
-        '../src/gpu/GrBinHashKey.h',
-        '../src/gpu/GrBufferAllocPool.cpp',
-        '../src/gpu/GrBufferAllocPool.h',
-        '../src/gpu/GrCacheID.cpp',
-        '../src/gpu/GrClipData.cpp',
-        '../src/gpu/GrContext.cpp',
-        '../src/gpu/GrCustomStage.cpp',
-        '../src/gpu/GrDefaultPathRenderer.cpp',
-        '../src/gpu/GrDefaultPathRenderer.h',
-        '../src/gpu/GrDrawState.h',
-        '../src/gpu/GrDrawTarget.cpp',
-        '../src/gpu/GrDrawTarget.h',
-        '../src/gpu/GrGeometryBuffer.h',
-        '../src/gpu/GrClipMaskManager.h',
-        '../src/gpu/GrClipMaskManager.cpp',
-        '../src/gpu/GrGpu.cpp',
-        '../src/gpu/GrGpu.h',
-        '../src/gpu/GrGpuFactory.cpp',
-        '../src/gpu/GrGpuVertex.h',
-        '../src/gpu/GrIndexBuffer.h',
-        '../src/gpu/GrInOrderDrawBuffer.cpp',
-        '../src/gpu/GrInOrderDrawBuffer.h',
-        '../src/gpu/GrMatrix.cpp',
-        '../src/gpu/GrMemory.cpp',
-        '../src/gpu/GrMemoryPool.cpp',
-        '../src/gpu/GrMemoryPool.h',
-        '../src/gpu/GrPath.h',
-        '../src/gpu/GrPathRendererChain.cpp',
-        '../src/gpu/GrPathRendererChain.h',
-        '../src/gpu/GrPathRenderer.cpp',
-        '../src/gpu/GrPathRenderer.h',
-        '../src/gpu/GrPathUtils.cpp',
-        '../src/gpu/GrPathUtils.h',
-        '../src/gpu/GrPlotMgr.h',
-        '../src/gpu/GrRandom.h',
-        '../src/gpu/GrRectanizer.cpp',
-        '../src/gpu/GrRectanizer.h',
-        '../src/gpu/GrRedBlackTree.h',
-        '../src/gpu/GrRenderTarget.cpp',
-        '../src/gpu/GrResource.cpp',
-        '../src/gpu/GrResourceCache.cpp',
-        '../src/gpu/GrResourceCache.h',
-        '../src/gpu/GrStencil.cpp',
-        '../src/gpu/GrStencil.h',
-        '../src/gpu/GrStencilAndCoverPathRenderer.cpp',
-        '../src/gpu/GrStencilAndCoverPathRenderer.h',
-        '../src/gpu/GrStencilBuffer.cpp',
-        '../src/gpu/GrStencilBuffer.h',
-        '../src/gpu/GrTBSearch.h',
-        '../src/gpu/GrTDArray.h',
-        '../src/gpu/GrSWMaskHelper.cpp',
-        '../src/gpu/GrSWMaskHelper.h',
-        '../src/gpu/GrSoftwarePathRenderer.cpp',
-        '../src/gpu/GrSoftwarePathRenderer.h',
-        '../src/gpu/GrSurface.cpp',
-        '../src/gpu/GrTemplates.h',
-        '../src/gpu/GrTextContext.cpp',
-        '../src/gpu/GrTextStrike.cpp',
-        '../src/gpu/GrTextStrike.h',
-        '../src/gpu/GrTextStrike_impl.h',
-        '../src/gpu/GrTexture.cpp',
-        '../src/gpu/GrTHashCache.h',
-        '../src/gpu/GrTLList.h',
-        '../src/gpu/GrVertexBuffer.h',
-        '../src/gpu/gr_unittests.cpp',
-
-        '../src/gpu/effects/Gr1DKernelEffect.h',
-        '../src/gpu/effects/GrTextureStripAtlas.h',
-        '../src/gpu/effects/GrTextureStripAtlas.cpp',
-        '../src/gpu/effects/GrColorTableEffect.cpp',
-        '../src/gpu/effects/GrColorTableEffect.h',
-        '../src/gpu/effects/GrConvolutionEffect.cpp',
-        '../src/gpu/effects/GrConvolutionEffect.h',
-        '../src/gpu/effects/GrSingleTextureEffect.cpp',
-        '../src/gpu/effects/GrSingleTextureEffect.h',
-        '../src/gpu/effects/GrTextureDomainEffect.cpp',
-        '../src/gpu/effects/GrTextureDomainEffect.h',
-
-        '../src/gpu/gl/GrGLCaps.cpp',
-        '../src/gpu/gl/GrGLCaps.h',
-        '../src/gpu/gl/GrGLContextInfo.cpp',
-        '../src/gpu/gl/GrGLContextInfo.h',
-        '../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
-        '../src/gpu/gl/GrGLCreateNullInterface.cpp',
-        '../src/gpu/gl/GrGLDefaultInterface_none.cpp',
-        '../src/gpu/gl/GrGLDefaultInterface_native.cpp',
-        '../src/gpu/gl/GrGLDefines.h',
-        '../src/gpu/gl/GrGLIndexBuffer.cpp',
-        '../src/gpu/gl/GrGLIndexBuffer.h',
-        '../src/gpu/gl/GrGLInterface.cpp',
-        '../src/gpu/gl/GrGLIRect.h',
-        '../src/gpu/gl/GrGLPath.cpp',
-        '../src/gpu/gl/GrGLPath.h',
-        '../src/gpu/gl/GrGLProgram.cpp',
-        '../src/gpu/gl/GrGLProgram.h',
-        '../src/gpu/gl/GrGLProgramStage.cpp',
-        '../src/gpu/gl/GrGLProgramStage.h',
-        '../src/gpu/gl/GrGLRenderTarget.cpp',
-        '../src/gpu/gl/GrGLRenderTarget.h',
-        '../src/gpu/gl/GrGLShaderBuilder.cpp',
-        '../src/gpu/gl/GrGLShaderBuilder.h',
-        '../src/gpu/gl/GrGLShaderVar.h',
-        '../src/gpu/gl/GrGLSL.cpp',
-        '../src/gpu/gl/GrGLSL.h',
-        '../src/gpu/gl/GrGLStencilBuffer.cpp',
-        '../src/gpu/gl/GrGLStencilBuffer.h',
-        '../src/gpu/gl/GrGLTexture.cpp',
-        '../src/gpu/gl/GrGLTexture.h',
-        '../src/gpu/gl/GrGLUtil.cpp',
-        '../src/gpu/gl/GrGLUtil.h',
-        '../src/gpu/gl/GrGLUniformManager.cpp',
-        '../src/gpu/gl/GrGLUniformManager.h',
-        '../src/gpu/gl/GrGLUniformHandle.h',
-        '../src/gpu/gl/GrGLVertexBuffer.cpp',
-        '../src/gpu/gl/GrGLVertexBuffer.h',
-        '../src/gpu/gl/GrGpuGL.cpp',
-        '../src/gpu/gl/GrGpuGL.h',
-        '../src/gpu/gl/GrGpuGL_program.cpp',
-
-        '../src/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
-        '../src/gpu/gl/debug/GrFakeRefObj.h',
-        '../src/gpu/gl/debug/GrBufferObj.h',
-        '../src/gpu/gl/debug/GrBufferObj.cpp',
-        '../src/gpu/gl/debug/GrFBBindableObj.h',
-        '../src/gpu/gl/debug/GrRenderBufferObj.h',
-        '../src/gpu/gl/debug/GrTextureObj.h',
-        '../src/gpu/gl/debug/GrTextureObj.cpp',
-        '../src/gpu/gl/debug/GrTextureUnitObj.h',
-        '../src/gpu/gl/debug/GrTextureUnitObj.cpp',
-        '../src/gpu/gl/debug/GrFrameBufferObj.h',
-        '../src/gpu/gl/debug/GrFrameBufferObj.cpp',
-        '../src/gpu/gl/debug/GrShaderObj.h',
-        '../src/gpu/gl/debug/GrShaderObj.cpp',
-        '../src/gpu/gl/debug/GrProgramObj.h',
-        '../src/gpu/gl/debug/GrProgramObj.cpp',
-        '../src/gpu/gl/debug/GrDebugGL.h',
-        '../src/gpu/gl/debug/GrDebugGL.cpp',
-
-        '../src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
-
-        '../src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
-
-        '../src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp',
-
-        '../src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
-        '../src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
-
-        '../src/gpu/android/GrGLCreateNativeInterface_android.cpp',
+        '<@(gr_sources)',
+        '<@(gr_native_gl_sources)',
+        '<@(gr_angle_gl_sources)',  
+        '<@(gr_mesa_gl_sources)',
+        '<@(gr_debug_gl_sources)',
+        '<@(gr_null_gl_sources)',
       ],
       'defines': [
         'GR_IMPLEMENTATION=1',