blob: e85b72ee359890a4d4ed33d296c4eb6b34e20cc5 [file] [log] [blame]
scroggo3e562272015-03-25 10:22:41 -07001# Copyright 2015 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
robertphillips@google.come63296e2013-06-18 14:43:53 +00005# Include this gypi to include all 'gpu' files
bsalomon@google.com20806352012-08-23 12:55:01 +00006# The parent gyp/gypi file must define
7# 'skia_src_path' e.g. skia/trunk/src
8# 'skia_include_path' e.g. skia/trunk/include
9#
10# The skia build defines these in common_variables.gypi
11#
12{
13 'variables': {
robertphillips@google.come63296e2013-06-18 14:43:53 +000014 'skgpu_sources': [
cdaltonee0175f2015-06-12 08:21:26 -070015 '<(skia_include_path)/gpu/GrBlend.h',
cdalton74b8d322016-04-11 14:47:28 -070016 '<(skia_include_path)/gpu/GrBuffer.h',
17 '<(skia_include_path)/gpu/GrBufferAccess.h',
bsalomoneb1cb5c2015-05-22 08:01:09 -070018 '<(skia_include_path)/gpu/GrCaps.h',
joshualitt44701df2015-02-23 14:44:57 -080019 '<(skia_include_path)/gpu/GrClip.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000020 '<(skia_include_path)/gpu/GrColor.h',
brianosman54f30c12016-07-18 10:53:52 -070021 '<(skia_include_path)/gpu/GrColorSpaceXform.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000022 '<(skia_include_path)/gpu/GrConfig.h',
bsalomon682c2692015-05-22 14:01:46 -070023 '<(skia_include_path)/gpu/GrContextOptions.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000024 '<(skia_include_path)/gpu/GrContext.h',
bsalomon@google.comea1abfc2013-10-02 15:02:55 +000025 '<(skia_include_path)/gpu/GrCoordTransform.h',
robertphillipsea461502015-05-26 11:38:03 -070026 '<(skia_include_path)/gpu/GrDrawContext.h',
bsalomon6251d172014-10-15 10:50:36 -070027 '<(skia_include_path)/gpu/GrFragmentProcessor.h',
bsalomon6d3fe022014-07-25 08:35:45 -070028 '<(skia_include_path)/gpu/GrGpuResource.h',
egdaniel605dd0f2014-11-12 08:35:25 -080029 '<(skia_include_path)/gpu/GrInvariantOutput.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000030 '<(skia_include_path)/gpu/GrPaint.h',
joshualittb0a8a372014-09-23 09:50:21 -070031 '<(skia_include_path)/gpu/GrProcessor.h',
joshualittb0a8a372014-09-23 09:50:21 -070032 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
bsalomon95740982014-09-04 13:12:37 -070033 '<(skia_include_path)/gpu/GrProgramElement.h',
bsalomonf96ba022014-09-17 08:05:40 -070034 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000035 '<(skia_include_path)/gpu/GrRenderTarget.h',
bsalomon744998e2014-08-28 09:54:34 -070036 '<(skia_include_path)/gpu/GrResourceKey.h',
joshualitt69684282015-07-13 13:29:13 -070037 '<(skia_include_path)/gpu/GrShaderVar.h',
joshualitt3df1e212015-07-14 11:02:45 -070038 '<(skia_include_path)/gpu/GrSurface.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000039 '<(skia_include_path)/gpu/GrTexture.h',
bsalomonafa95e22015-10-12 10:39:46 -070040 '<(skia_include_path)/gpu/GrTextureParams.h',
bsalomond309e7a2015-04-30 14:18:54 -070041 '<(skia_include_path)/gpu/GrTextureProvider.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +000042 '<(skia_include_path)/gpu/GrTextureAccess.h',
joshualitt4eaf9ce2015-04-28 13:31:18 -070043 '<(skia_include_path)/gpu/GrTestUtils.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000044 '<(skia_include_path)/gpu/GrTypes.h',
bsalomone5286e02016-01-14 09:24:09 -080045 '<(skia_include_path)/gpu/GrTypesPriv.h',
egdaniel378092f2014-12-03 10:40:13 -080046 '<(skia_include_path)/gpu/GrXferProcessor.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000047
bsalomonc9c3e622015-04-02 11:12:09 -070048 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
egdanielb197b8f2015-02-17 07:34:43 -080049 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
egdaniel0063a9b2015-01-15 10:52:32 -080050 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
egdaniel8bf2bd32014-12-05 12:14:26 -080051 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
wangyix809e5af2015-09-09 12:58:32 -070052 '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h',
egdaniel8bf2bd32014-12-05 12:14:26 -080053
bsalomon062bd862016-03-31 10:22:20 -070054 '<(skia_include_path)/gpu/gl/GrGLAssembleInterface.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000055 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
bsalomon@google.com1744f972013-02-26 21:46:32 +000056 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000057 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
58 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
joshualittbab82ed2014-08-08 09:41:42 -070059 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
bsalomon2fc11d32015-10-19 09:03:23 -070060 '<(skia_include_path)/gpu/gl/GrGLTypes.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000061
joshualitt1de610a2016-01-06 08:26:09 -080062 # Private includes
joshualitt27a48dc2016-01-08 07:19:47 -080063 '<(skia_include_path)/private/GrAuditTrail.h',
csmartdaltona7f29642016-07-07 08:49:11 -070064 '<(skia_include_path)/private/GrInstancedPipelineInfo.h',
joshualitt1de610a2016-01-06 08:26:09 -080065 '<(skia_include_path)/private/GrSingleOwner.h',
robertphillips76948d42016-05-04 12:47:41 -070066 '<(skia_include_path)/private/GrRenderTargetProxy.h',
67 '<(skia_include_path)/private/GrSurfaceProxy.h',
68 '<(skia_include_path)/private/GrTextureProxy.h',
joshualitt1de610a2016-01-06 08:26:09 -080069
csmartdalton28341fa2016-08-17 10:00:21 -070070 '<(skia_src_path)/gpu/GrAppliedClip.h',
joshualitt27a48dc2016-01-08 07:19:47 -080071 '<(skia_src_path)/gpu/GrAuditTrail.cpp',
bsalomon6f7f2012015-03-16 14:00:52 -070072 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
bsalomon@google.com20806352012-08-23 12:55:01 +000073 '<(skia_src_path)/gpu/GrAllocator.h',
joshualitt5bf99f12015-03-13 11:47:42 -070074 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
75 '<(skia_src_path)/gpu/GrBatchAtlas.h',
bsalomon75398562015-08-17 12:55:38 -070076 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
77 '<(skia_src_path)/gpu/GrBatchFlushState.h',
joshualitt3f655f32015-04-29 10:01:22 -070078 '<(skia_src_path)/gpu/GrBatchTest.cpp',
79 '<(skia_src_path)/gpu/GrBatchTest.h',
bsalomonae4738f2015-09-15 15:33:27 -070080 '<(skia_src_path)/gpu/GrBlend.cpp',
robertphillipsccb1b572015-05-27 11:02:55 -070081 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
82 '<(skia_src_path)/gpu/GrBlurUtils.h',
csmartdalton485a1202016-07-13 10:16:32 -070083 '<(skia_src_path)/gpu/GrBuffer.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000084 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
85 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
bsalomondc47ff72015-05-26 12:16:59 -070086 '<(skia_src_path)/gpu/GrCaps.cpp',
joshualitt44701df2015-02-23 14:44:57 -080087 '<(skia_src_path)/gpu/GrClip.cpp',
csmartdaltonc6f411e2016-08-05 22:32:12 -070088 '<(skia_src_path)/gpu/GrClipStackClip.h',
89 '<(skia_src_path)/gpu/GrClipStackClip.cpp',
brianosman54f30c12016-07-18 10:53:52 -070090 '<(skia_src_path)/gpu/GrColorSpaceXform.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +000091 '<(skia_src_path)/gpu/GrContext.cpp',
robertphillips4fd74ae2016-08-03 14:26:53 -070092 '<(skia_src_path)/gpu/GrContextPriv.h',
bsalomon17168df2014-12-09 09:00:49 -080093 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
joshualitt4973d9d2014-11-08 09:24:25 -080094 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
95 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
robertphillipsea461502015-05-26 11:38:03 -070096 '<(skia_src_path)/gpu/GrDrawContext.cpp',
robertphillips391395d2016-03-02 09:26:36 -080097 '<(skia_src_path)/gpu/GrDrawContextPriv.h',
joshualitt96880d92016-02-16 10:36:53 -080098 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp',
99 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h',
robertphillips3dc6ae52015-10-20 09:54:32 -0700100 '<(skia_src_path)/gpu/GrDrawingManager.cpp',
101 '<(skia_src_path)/gpu/GrDrawingManager.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000102 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
103 '<(skia_src_path)/gpu/GrDrawTarget.h',
bsalomonbf877302015-09-22 09:06:13 -0700104 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp',
joshualitt02bcd9d2014-11-19 08:24:09 -0800105 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
djsollen0b17d6c2014-11-13 12:52:35 -0800106 '<(skia_src_path)/gpu/GrGlyph.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000107 '<(skia_src_path)/gpu/GrGpu.cpp',
108 '<(skia_src_path)/gpu/GrGpu.h',
bsalomon453cf402014-11-11 14:15:57 -0800109 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
egdaniel9cb63402016-06-23 08:37:05 -0700110 '<(skia_src_path)/gpu/GrGpuCommandBuffer.cpp',
egdaniel066df7c2016-06-08 14:02:27 -0700111 '<(skia_src_path)/gpu/GrGpuCommandBuffer.h',
bsalomon3582d3e2015-02-13 14:20:05 -0800112 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
bsalomon6d3fe022014-07-25 08:35:45 -0700113 '<(skia_src_path)/gpu/GrGpuResource.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000114 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
egdaniel384181c2015-03-26 09:09:41 -0700115 '<(skia_src_path)/gpu/GrGpuFactory.h',
bsalomonc55271f2015-11-09 11:55:57 -0800116 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp',
117 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h',
egdaniel605dd0f2014-11-12 08:35:25 -0800118 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000119 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
120 '<(skia_src_path)/gpu/GrMemoryPool.h',
egdaniel0e1853c2016-03-17 11:35:45 -0700121 '<(skia_src_path)/gpu/GrMesh.h',
joshualitt2419b362015-07-13 09:29:42 -0700122 '<(skia_src_path)/gpu/GrNonAtomicRef.h',
commit-bot@chromium.org81312832013-03-22 18:34:09 +0000123 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
jvanverth@google.combfe2b9d2013-09-06 16:57:29 +0000124 '<(skia_src_path)/gpu/GrOvalRenderer.h',
commit-bot@chromium.org42dacab2013-07-13 17:24:24 +0000125 '<(skia_src_path)/gpu/GrPaint.cpp',
robertphillips@google.com7fa18762012-09-11 13:02:31 +0000126 '<(skia_src_path)/gpu/GrPath.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000127 '<(skia_src_path)/gpu/GrPath.h',
joshualitt8072caa2015-02-12 14:20:52 -0800128 '<(skia_src_path)/gpu/GrPathProcessor.cpp',
129 '<(skia_src_path)/gpu/GrPathProcessor.h',
cdalton855d83f2014-09-18 13:51:53 -0700130 '<(skia_src_path)/gpu/GrPathRange.cpp',
cdaltonb85a0aa2014-07-21 15:32:44 -0700131 '<(skia_src_path)/gpu/GrPathRange.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000132 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
robertphillips68737822015-10-29 12:12:21 -0700133 '<(skia_src_path)/gpu/GrPathRendererChain.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000134 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
135 '<(skia_src_path)/gpu/GrPathRenderer.h',
cdalton855d83f2014-09-18 13:51:53 -0700136 '<(skia_src_path)/gpu/GrPathRendering.cpp',
kkinnunenccdaa042014-08-20 01:36:23 -0700137 '<(skia_src_path)/gpu/GrPathRendering.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000138 '<(skia_src_path)/gpu/GrPathUtils.cpp',
139 '<(skia_src_path)/gpu/GrPathUtils.h',
bsalomonae59b772014-11-19 08:23:49 -0800140 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
egdaniel8dd688b2015-01-22 10:16:09 -0800141 '<(skia_src_path)/gpu/GrPipeline.cpp',
142 '<(skia_src_path)/gpu/GrPipeline.h',
143 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
144 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
joshualitt8072caa2015-02-12 14:20:52 -0800145 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
146 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
joshualitt79f8fae2014-10-28 17:59:26 -0700147 '<(skia_src_path)/gpu/GrProgramDesc.h',
bsalomon95740982014-09-04 13:12:37 -0700148 '<(skia_src_path)/gpu/GrProgramElement.cpp',
joshualittb0a8a372014-09-23 09:50:21 -0700149 '<(skia_src_path)/gpu/GrProcessor.cpp',
bsalomonae4738f2015-09-15 15:33:27 -0700150 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
egdanielb6cbc382014-11-13 11:00:34 -0800151 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
152 '<(skia_src_path)/gpu/GrProcOptInfo.h',
bsalomonf96ba022014-09-17 08:05:40 -0700153 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
joshualittae5b2c62015-08-19 08:48:41 -0700154 '<(skia_src_path)/gpu/GrQuad.h',
reed98e75382015-12-26 18:20:00 -0800155 '<(skia_src_path)/gpu/GrRect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000156 '<(skia_src_path)/gpu/GrRectanizer.h',
commit-bot@chromium.orgad854bf2014-05-29 18:46:38 +0000157 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
158 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
commit-bot@chromium.org09846a02013-10-02 17:37:59 +0000159 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
commit-bot@chromium.orgad854bf2014-05-29 18:46:38 +0000160 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000161 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
bsalomon6bc1b5f2015-02-23 09:06:38 -0800162 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
robertphillips76948d42016-05-04 12:47:41 -0700163 '<(skia_src_path)/gpu/GrRenderTargetProxy.cpp',
bsalomon@google.com170bd792012-12-05 22:26:11 +0000164 '<(skia_src_path)/gpu/GrReducedClip.cpp',
165 '<(skia_src_path)/gpu/GrReducedClip.h',
bsalomon0ea80f42015-02-11 10:49:59 -0800166 '<(skia_src_path)/gpu/GrResourceCache.cpp',
167 '<(skia_src_path)/gpu/GrResourceCache.h',
egdaniel167ab912016-05-09 11:03:48 -0700168 '<(skia_src_path)/gpu/GrResourceHandle.h',
bsalomoned0bcad2015-05-04 10:36:42 -0700169 '<(skia_src_path)/gpu/GrResourceProvider.cpp',
170 '<(skia_src_path)/gpu/GrResourceProvider.h',
bsalomon47cc7692016-04-26 12:56:00 -0700171 '<(skia_src_path)/gpu/GrShape.cpp',
172 '<(skia_src_path)/gpu/GrShape.h',
egdaniel8dc7c3a2015-04-16 11:22:42 -0700173 '<(skia_src_path)/gpu/GrStencilAttachment.cpp',
174 '<(skia_src_path)/gpu/GrStencilAttachment.h',
cdalton93a379b2016-05-11 13:58:08 -0700175 '<(skia_src_path)/gpu/GrStencilSettings.cpp',
176 '<(skia_src_path)/gpu/GrStencilSettings.h',
bsalomon47cc7692016-04-26 12:56:00 -0700177 '<(skia_src_path)/gpu/GrStyle.cpp',
178 '<(skia_src_path)/gpu/GrStyle.h',
ethannicholase9709e82016-01-07 13:34:16 -0800179 '<(skia_src_path)/gpu/GrTessellator.cpp',
180 '<(skia_src_path)/gpu/GrTessellator.h',
commit-bot@chromium.org2a05de02014-03-25 15:17:32 +0000181 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
182 '<(skia_src_path)/gpu/GrTraceMarker.h',
183 '<(skia_src_path)/gpu/GrTracing.h',
joshualitt4eaf9ce2015-04-28 13:31:18 -0700184 '<(skia_src_path)/gpu/GrTestUtils.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000185 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
186 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
187 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
188 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
bsalomonafbf2d62014-09-30 12:18:44 -0700189 '<(skia_src_path)/gpu/GrSurfacePriv.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000190 '<(skia_src_path)/gpu/GrSurface.cpp',
robertphillips76948d42016-05-04 12:47:41 -0700191 '<(skia_src_path)/gpu/GrSurfaceProxy.cpp',
bsalomon7f9b2e42016-01-12 13:29:26 -0800192 '<(skia_src_path)/gpu/GrSwizzle.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000193 '<(skia_src_path)/gpu/GrTexture.cpp',
bsalomon045802d2015-10-20 07:58:01 -0700194 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
195 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
robertphillips4f16e632016-05-03 12:56:04 -0700196 '<(skia_src_path)/gpu/GrTexturePriv.h',
robertphillips76948d42016-05-04 12:47:41 -0700197 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
198 '<(skia_src_path)/gpu/GrTextureProxy.cpp',
bsalomonf267c1e2016-02-01 13:16:14 -0800199 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp',
200 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h',
bsalomon@google.com047696c2012-09-11 13:29:29 +0000201 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
cdalton6819df32014-10-15 13:43:48 -0700202 '<(skia_src_path)/gpu/GrTRecorder.h',
cdalton93a379b2016-05-11 13:58:08 -0700203 '<(skia_src_path)/gpu/GrUserStencilSettings.h',
csmartdalton28341fa2016-08-17 10:00:21 -0700204 '<(skia_src_path)/gpu/GrWindowRectangles.h',
bsalomon50785a32015-02-06 07:02:37 -0800205 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
reed43fe6182015-09-08 08:37:36 -0700206 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
207 '<(skia_src_path)/gpu/GrYUVProvider.h',
208
joshualitt74417822015-08-07 11:42:16 -0700209 # Batches
joshualitt6335a722015-09-01 06:50:55 -0700210 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
211 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
212 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp',
213 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h',
214 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp',
215 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.h',
216 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.cpp',
217 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.h',
218 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.cpp',
219 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.h',
joshualitt9ff64252015-08-10 09:03:51 -0700220 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp',
221 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h',
222 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp',
223 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h',
dvonbeck09e12a62016-08-12 12:50:36 -0700224 '<(skia_src_path)/gpu/batches/GrAnalyticRectBatch.cpp',
225 '<(skia_src_path)/gpu/batches/GrAnalyticRectBatch.h',
joshualitta751c972015-11-20 13:37:32 -0800226 '<(skia_src_path)/gpu/batches/GrAtlasTextBatch.cpp',
227 '<(skia_src_path)/gpu/batches/GrAtlasTextBatch.h',
joshualitt74417822015-08-07 11:42:16 -0700228 '<(skia_src_path)/gpu/batches/GrBatch.cpp',
229 '<(skia_src_path)/gpu/batches/GrBatch.h',
bsalomon53469832015-08-18 09:20:09 -0700230 '<(skia_src_path)/gpu/batches/GrClearBatch.h',
robertphillips9199a9f2016-07-13 07:48:43 -0700231 '<(skia_src_path)/gpu/batches/GrClearStencilClipBatch.h',
bsalomon872062c2015-08-18 12:12:35 -0700232 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp',
233 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h',
joshualitt6335a722015-09-01 06:50:55 -0700234 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp',
235 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h',
joshualitt0cffb172015-09-02 08:42:16 -0700236 '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.cpp',
237 '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.h',
bsalomon53469832015-08-18 09:20:09 -0700238 '<(skia_src_path)/gpu/batches/GrDiscardBatch.h',
bsalomon16b99132015-08-13 14:55:50 -0700239 '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp',
240 '<(skia_src_path)/gpu/batches/GrDrawBatch.h',
jvanverth14b88032015-08-07 12:18:54 -0700241 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp',
242 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h',
bsalomon1fcc01c2015-09-09 09:48:06 -0700243 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp',
bsalomonadd79ef2015-08-19 13:26:49 -0700244 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h',
joshualitt2771b562015-08-07 12:46:26 -0700245 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp',
246 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
ethannicholas6536ae52016-05-02 12:16:49 -0700247 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.cpp',
248 '<(skia_src_path)/gpu/batches/GrMSAAPathRenderer.h',
joshualittbcf33d52015-08-26 08:10:35 -0700249 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h',
250 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
robertphillips01a19502016-07-06 09:58:57 -0700251 '<(skia_src_path)/gpu/batches/GrNonAAFillRectPerspectiveBatch.cpp',
joshualitt3566d442015-09-18 07:12:55 -0700252 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp',
253 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h',
joshualitt33a5fce2015-11-18 13:28:51 -0800254 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp',
255 '<(skia_src_path)/gpu/batches/GrNinePatch.h',
ethannicholas22793252016-01-30 09:59:10 -0800256 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp',
257 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h',
joshualittecd1a692015-08-10 10:08:26 -0700258 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
259 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
joshualitt6335a722015-09-01 06:50:55 -0700260 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
261 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
bsalomona44919e2015-08-18 13:28:19 -0700262 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h',
joshualitt6335a722015-09-01 06:50:55 -0700263 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp',
264 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h',
bsalomon16b99132015-08-13 14:55:50 -0700265 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
266 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000267
268 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
bsalomon@google.coma04e8e82012-08-27 12:53:13 +0000269 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
270 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
bsalomonc9c3e622015-04-02 11:12:09 -0700271 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
egdaniel87509242014-12-17 13:37:13 -0800272 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
egdaniel0063a9b2015-01-15 10:52:32 -0800273 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp',
commit-bot@chromium.org07e1c3f2013-08-22 20:41:15 +0000274 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp',
275 '<(skia_src_path)/gpu/effects/GrBezierEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000276 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
277 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
commit-bot@chromium.orgc3fe5492014-01-30 18:15:51 +0000278 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp',
279 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h',
humper@google.com3aad3b02013-09-04 19:23:53 +0000280 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp',
281 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h',
egdaniel309e3462014-12-09 10:35:58 -0800282 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.cpp',
283 '<(skia_src_path)/gpu/effects/GrBitmapTextGeoProc.h',
commit-bot@chromium.org628ed0b2014-05-19 14:32:49 +0000284 '<(skia_src_path)/gpu/effects/GrDashingEffect.cpp',
285 '<(skia_src_path)/gpu/effects/GrDashingEffect.h',
egdaniel080e6732014-12-22 07:35:52 -0800286 '<(skia_src_path)/gpu/effects/GrDisableColorXP.cpp',
egdaniel3936ce42014-12-22 11:20:57 -0800287 '<(skia_src_path)/gpu/effects/GrDisableColorXP.h',
jvanverth8ed3b9a2015-04-09 08:00:49 -0700288 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.cpp',
289 '<(skia_src_path)/gpu/effects/GrDistanceFieldGeoProc.h',
krajcevskif461a8f2014-06-19 14:14:06 -0700290 '<(skia_src_path)/gpu/effects/GrDitherEffect.cpp',
291 '<(skia_src_path)/gpu/effects/GrDitherEffect.h',
brianosman2d1ee792016-05-05 12:24:31 -0700292 '<(skia_src_path)/gpu/effects/GrGammaEffect.cpp',
293 '<(skia_src_path)/gpu/effects/GrGammaEffect.h',
joshualittac977922014-07-22 09:52:11 -0700294 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.cpp',
295 '<(skia_src_path)/gpu/effects/GrMatrixConvolutionEffect.h',
commit-bot@chromium.org3eedb802014-03-28 15:58:31 +0000296 '<(skia_src_path)/gpu/effects/GrOvalEffect.cpp',
297 '<(skia_src_path)/gpu/effects/GrOvalEffect.h',
egdaniel378092f2014-12-03 10:40:13 -0800298 '<(skia_src_path)/gpu/effects/GrPorterDuffXferProcessor.cpp',
commit-bot@chromium.orgc2f78242014-02-19 15:18:05 +0000299 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp',
300 '<(skia_src_path)/gpu/effects/GrRRectEffect.h',
bsalomon@google.com68b58c92013-01-17 16:50:08 +0000301 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
302 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000303 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000304 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
commit-bot@chromium.org907fbd52013-12-09 17:03:02 +0000305 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
bsalomon@google.comee9fb432013-12-09 18:48:51 +0000306 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
commit-bot@chromium.orgff6ea262013-03-12 12:26:08 +0000307 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
308 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
wangyix809e5af2015-09-09 12:58:32 -0700309 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
bsalomonf267c1e2016-02-01 13:16:14 -0800310 '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp',
311 '<(skia_src_path)/gpu/effects/GrYUVEffect.h',
skia.committer@gmail.com91274b92013-03-13 07:01:04 +0000312
csmartdaltona7f29642016-07-07 08:49:11 -0700313 '<(skia_src_path)/gpu/instanced/InstancedRendering.cpp',
314 '<(skia_src_path)/gpu/instanced/InstancedRendering.h',
315 '<(skia_src_path)/gpu/instanced/InstancedRenderingTypes.h',
316 '<(skia_src_path)/gpu/instanced/InstanceProcessor.cpp',
317 '<(skia_src_path)/gpu/instanced/InstanceProcessor.h',
318 '<(skia_src_path)/gpu/instanced/GLInstancedRendering.cpp',
319 '<(skia_src_path)/gpu/instanced/GLInstancedRendering.h',
320
joshualitte8042922015-12-11 06:11:21 -0800321 # text
322 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp',
joshualittddd22d82016-02-16 06:47:52 -0800323 '<(skia_src_path)/gpu/text/GrAtlasTextBlob_regenInBatch.cpp',
joshualitte8042922015-12-11 06:11:21 -0800324 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h',
325 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp',
326 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h',
327 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp',
328 '<(skia_src_path)/gpu/text/GrBatchFontCache.h',
329 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp',
330 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h',
joshualitte8042922015-12-11 06:11:21 -0800331 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp',
332 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h',
333 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp',
334 '<(skia_src_path)/gpu/text/GrTextBlobCache.h',
joshualitte8042922015-12-11 06:11:21 -0800335 '<(skia_src_path)/gpu/text/GrTextUtils.cpp',
336 '<(skia_src_path)/gpu/text/GrTextUtils.h',
337
commit-bot@chromium.org9add5dc2014-04-29 20:06:22 +0000338 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
cdalton397536c2016-03-25 12:15:03 -0700339 '<(skia_src_path)/gpu/gl/GrGLBuffer.cpp',
340 '<(skia_src_path)/gpu/gl/GrGLBuffer.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000341 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
342 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
robertphillips@google.com6177e692013-02-28 20:16:25 +0000343 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
344 '<(skia_src_path)/gpu/gl/GrGLContext.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000345 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
bsalomon3724e572016-03-30 18:56:19 -0700346 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000347 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
348 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
jvanverthcba99b82015-06-24 06:59:57 -0700349 '<(skia_src_path)/gpu/gl/GrGLGLSL.cpp',
350 '<(skia_src_path)/gpu/gl/GrGLGLSL.h',
jvanverth39edf762014-12-22 11:44:19 -0800351 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
352 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
egdaniel066df7c2016-06-08 14:02:27 -0700353 '<(skia_src_path)/gpu/gl/GrGLGpuCommandBuffer.h',
bsalomon29097f92014-12-16 08:13:53 -0800354 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
bsalomon@google.com1744f972013-02-26 21:46:32 +0000355 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000356 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
357 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
358 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
359 '<(skia_src_path)/gpu/gl/GrGLPath.h',
cdaltonb85a0aa2014-07-21 15:32:44 -0700360 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
361 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
cdaltonc7103a12014-08-11 14:05:05 -0700362 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
363 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000364 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
365 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
kkinnunen7510b222014-07-30 00:04:16 -0700366 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
367 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000368 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
369 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
egdaniel09aa1fc2016-04-20 07:09:46 -0700370 '<(skia_src_path)/gpu/gl/GrGLSampler.h',
egdaniel8dc7c3a2015-04-16 11:22:42 -0700371 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
372 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
bsalomonb5a94e32016-03-18 12:07:24 -0700373 '<(skia_src_path)/gpu/gl/GrGLTestInterface.cpp',
374 '<(skia_src_path)/gpu/gl/GrGLTestInterface.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000375 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
376 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
ericrk0a5fa482015-09-15 14:16:10 -0700377 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
bsalomon37dd3312014-11-03 08:47:23 -0800378 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
bsalomon@google.com20806352012-08-23 12:55:01 +0000379 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
380 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
egdaniel7ea439b2015-12-03 09:20:44 -0800381 '<(skia_src_path)/gpu/gl/GrGLUniformHandler.cpp',
382 '<(skia_src_path)/gpu/gl/GrGLUniformHandler.h',
egdaniel0eafe792015-11-20 14:01:22 -0800383 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.cpp',
384 '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.h',
bsalomon@google.com6918d482013-03-07 19:09:11 +0000385 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
386 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000387
joshualitt30ba4362014-08-21 20:18:45 -0700388 # Files for building GLSL shaders
joshualittdb0d3ca2014-10-07 12:42:26 -0700389 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
390 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
joshualitt30ba4362014-08-21 20:18:45 -0700391 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
392 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
joshualitt47bb3822014-10-07 16:43:25 -0700393 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
joshualitt30ba4362014-08-21 20:18:45 -0700394
jvanverthcba99b82015-06-24 06:59:57 -0700395 # GLSL
jvanverthcba99b82015-06-24 06:59:57 -0700396 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
397 '<(skia_src_path)/gpu/glsl/GrGLSL.h',
398 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
egdaniel64c47282015-11-13 06:54:19 -0800399 '<(skia_src_path)/gpu/glsl/GrGLSLBlend.cpp',
400 '<(skia_src_path)/gpu/glsl/GrGLSLBlend.h',
egdaniel0d3f0612015-10-21 10:45:48 -0700401 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
402 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
brianosman54f30c12016-07-18 10:53:52 -0700403 '<(skia_src_path)/gpu/glsl/GrGLSLColorSpaceXformHelper.h',
egdaniel64c47282015-11-13 06:54:19 -0800404 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.cpp',
405 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentProcessor.h',
egdaniel2d721d32015-11-11 13:06:05 -0800406 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp',
407 '<(skia_src_path)/gpu/glsl/GrGLSLFragmentShaderBuilder.h',
egdaniele659a582015-11-13 09:55:43 -0800408 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.cpp',
409 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryProcessor.h',
egdaniel2d721d32015-11-11 13:06:05 -0800410 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp',
411 '<(skia_src_path)/gpu/glsl/GrGLSLGeometryShaderBuilder.h',
egdaniele659a582015-11-13 09:55:43 -0800412 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.cpp',
413 '<(skia_src_path)/gpu/glsl/GrGLSLPrimitiveProcessor.h',
egdaniel7dc4bd02015-10-29 07:57:01 -0700414 '<(skia_src_path)/gpu/glsl/GrGLSLProcessorTypes.h',
egdaniel8dcdedc2015-11-11 06:27:20 -0800415 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.cpp',
416 '<(skia_src_path)/gpu/glsl/GrGLSLProgramBuilder.h',
egdaniel2829bb72016-02-03 09:52:51 -0800417 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.cpp',
egdaniel018fb622015-10-28 07:26:40 -0700418 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDataManager.h',
egdaniel0d9990f2016-07-29 07:36:52 -0700419 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDesc.cpp',
420 '<(skia_src_path)/gpu/glsl/GrGLSLProgramDesc.h',
cdalton3f6f76f2016-04-11 12:18:09 -0700421 '<(skia_src_path)/gpu/glsl/GrGLSLSampler.h',
egdaniel2d721d32015-11-11 13:06:05 -0800422 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.cpp',
423 '<(skia_src_path)/gpu/glsl/GrGLSLShaderBuilder.h',
egdaniel0d3f0612015-10-21 10:45:48 -0700424 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
egdaniel7ea439b2015-12-03 09:20:44 -0800425 '<(skia_src_path)/gpu/glsl/GrGLSLUniformHandler.h',
egdaniel64c47282015-11-13 06:54:19 -0800426 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.cpp',
427 '<(skia_src_path)/gpu/glsl/GrGLSLUtil.h',
egdaniel0eafe792015-11-20 14:01:22 -0800428 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.cpp',
429 '<(skia_src_path)/gpu/glsl/GrGLSLVarying.h',
egdaniel2d721d32015-11-11 13:06:05 -0800430 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.cpp',
431 '<(skia_src_path)/gpu/glsl/GrGLSLVertexShaderBuilder.h',
egdanielfa4cc8b2015-11-13 08:34:52 -0800432 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.cpp',
433 '<(skia_src_path)/gpu/glsl/GrGLSLXferProcessor.h',
jvanverthcba99b82015-06-24 06:59:57 -0700434
robertphillips@google.come63296e2013-06-18 14:43:53 +0000435 # Sk files
robertphillips@google.come63296e2013-06-18 14:43:53 +0000436 '<(skia_include_path)/gpu/SkGr.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000437
robertphillips@google.come63296e2013-06-18 14:43:53 +0000438 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
bsalomon38509712014-09-17 07:44:25 -0700439 '<(skia_src_path)/gpu/SkGpuDevice.h',
bsalomonc55271f2015-11-09 11:55:57 -0800440 '<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000441 '<(skia_src_path)/gpu/SkGr.cpp',
bsalomonf1b7a1d2015-09-28 06:26:28 -0700442 '<(skia_src_path)/gpu/SkGrPriv.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000443
bsalomoneaaaf0b2015-01-23 08:08:04 -0800444 '<(skia_src_path)/image/SkImage_Gpu.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000445 '<(skia_src_path)/image/SkImage_Gpu.cpp',
robertphillips7b9e8a42014-12-11 08:20:31 -0800446 '<(skia_src_path)/image/SkSurface_Gpu.h',
robertphillips@google.come63296e2013-06-18 14:43:53 +0000447 '<(skia_src_path)/image/SkSurface_Gpu.cpp',
bsalomon@google.com20806352012-08-23 12:55:01 +0000448 ],
bsalomon7499e692016-02-22 12:13:19 -0800449 'skgpu_vk_sources': [
jvanverth633b3562016-03-23 11:01:22 -0700450 '<(skia_include_path)/gpu/vk/GrVkBackendContext.h',
jvanverthe50f3e72016-03-28 07:03:06 -0700451 '<(skia_include_path)/gpu/vk/GrVkDefines.h',
bsalomon7499e692016-02-22 12:13:19 -0800452 '<(skia_include_path)/gpu/vk/GrVkInterface.h',
jvanverth633b3562016-03-23 11:01:22 -0700453 '<(skia_include_path)/gpu/vk/GrVkTypes.h',
454 '<(skia_src_path)/gpu/vk/GrVkBackendContext.cpp',
bsalomon7499e692016-02-22 12:13:19 -0800455 '<(skia_src_path)/gpu/vk/GrVkBuffer.cpp',
456 '<(skia_src_path)/gpu/vk/GrVkBuffer.h',
457 '<(skia_src_path)/gpu/vk/GrVkCaps.cpp',
458 '<(skia_src_path)/gpu/vk/GrVkCaps.h',
459 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.cpp',
460 '<(skia_src_path)/gpu/vk/GrVkCommandBuffer.h',
461 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.cpp',
462 '<(skia_src_path)/gpu/vk/GrVkDescriptorPool.h',
egdaniela95220d2016-07-21 11:50:37 -0700463 '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.cpp',
464 '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.h',
465 '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.cpp',
466 '<(skia_src_path)/gpu/vk/GrVkDescriptorSetManager.h',
jvanverthd2497f32016-03-18 12:39:05 -0700467 '<(skia_src_path)/gpu/vk/GrVkExtensions.cpp',
468 '<(skia_src_path)/gpu/vk/GrVkExtensions.h',
bsalomon7499e692016-02-22 12:13:19 -0800469 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.cpp',
470 '<(skia_src_path)/gpu/vk/GrVkFramebuffer.h',
egdaniel09aa1fc2016-04-20 07:09:46 -0700471 '<(skia_src_path)/gpu/vk/GrVkGLSLSampler.h',
bsalomon7499e692016-02-22 12:13:19 -0800472 '<(skia_src_path)/gpu/vk/GrVkGpu.cpp',
473 '<(skia_src_path)/gpu/vk/GrVkGpu.h',
egdaniel066df7c2016-06-08 14:02:27 -0700474 '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.cpp',
475 '<(skia_src_path)/gpu/vk/GrVkGpuCommandBuffer.h',
bsalomon7499e692016-02-22 12:13:19 -0800476 '<(skia_src_path)/gpu/vk/GrVkImage.cpp',
477 '<(skia_src_path)/gpu/vk/GrVkImage.h',
478 '<(skia_src_path)/gpu/vk/GrVkImageView.cpp',
479 '<(skia_src_path)/gpu/vk/GrVkImageView.h',
480 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.cpp',
481 '<(skia_src_path)/gpu/vk/GrVkIndexBuffer.h',
482 '<(skia_src_path)/gpu/vk/GrVkInterface.cpp',
483 '<(skia_src_path)/gpu/vk/GrVkMemory.cpp',
484 '<(skia_src_path)/gpu/vk/GrVkMemory.h',
485 '<(skia_src_path)/gpu/vk/GrVkPipeline.cpp',
486 '<(skia_src_path)/gpu/vk/GrVkPipeline.h',
egdaniel22281c12016-03-23 13:49:40 -0700487 '<(skia_src_path)/gpu/vk/GrVkPipelineState.cpp',
488 '<(skia_src_path)/gpu/vk/GrVkPipelineState.h',
489 '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.cpp',
490 '<(skia_src_path)/gpu/vk/GrVkPipelineStateBuilder.h',
491 '<(skia_src_path)/gpu/vk/GrVkPipelineStateCache.cpp',
492 '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.cpp',
493 '<(skia_src_path)/gpu/vk/GrVkPipelineStateDataManager.h',
bsalomon7499e692016-02-22 12:13:19 -0800494 '<(skia_src_path)/gpu/vk/GrVkRenderPass.cpp',
495 '<(skia_src_path)/gpu/vk/GrVkRenderPass.h',
496 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.cpp',
497 '<(skia_src_path)/gpu/vk/GrVkRenderTarget.h',
498 '<(skia_src_path)/gpu/vk/GrVkResource.h',
499 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.cpp',
500 '<(skia_src_path)/gpu/vk/GrVkResourceProvider.h',
jvanverth992ad362016-02-26 09:21:02 -0800501 '<(skia_src_path)/gpu/vk/GrVkSampler.cpp',
bsalomon7499e692016-02-22 12:13:19 -0800502 '<(skia_src_path)/gpu/vk/GrVkSampler.h',
503 '<(skia_src_path)/gpu/vk/GrVkStencilAttachment.cpp',
504 '<(skia_src_path)/gpu/vk/GrVkStencilAttachment.h',
505 '<(skia_src_path)/gpu/vk/GrVkTexture.cpp',
506 '<(skia_src_path)/gpu/vk/GrVkTexture.h',
507 '<(skia_src_path)/gpu/vk/GrVkTextureRenderTarget.cpp',
508 '<(skia_src_path)/gpu/vk/GrVkTextureRenderTarget.h',
509 '<(skia_src_path)/gpu/vk/GrVkTransferBuffer.cpp',
510 '<(skia_src_path)/gpu/vk/GrVkTransferBuffer.h',
511 '<(skia_src_path)/gpu/vk/GrVkUniformBuffer.cpp',
512 '<(skia_src_path)/gpu/vk/GrVkUniformBuffer.h',
513 '<(skia_src_path)/gpu/vk/GrVkUniformHandler.cpp',
514 '<(skia_src_path)/gpu/vk/GrVkUniformHandler.h',
515 '<(skia_src_path)/gpu/vk/GrVkUtil.cpp',
516 '<(skia_src_path)/gpu/vk/GrVkUtil.h',
jvanverth992ad362016-02-26 09:21:02 -0800517 '<(skia_src_path)/gpu/vk/GrVkVaryingHandler.cpp',
bsalomon7499e692016-02-22 12:13:19 -0800518 '<(skia_src_path)/gpu/vk/GrVkVaryingHandler.h',
519 '<(skia_src_path)/gpu/vk/GrVkVertexBuffer.cpp',
520 '<(skia_src_path)/gpu/vk/GrVkVertexBuffer.h',
521 ],
robertphillips@google.come63296e2013-06-18 14:43:53 +0000522 'skgpu_native_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000523 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
524 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
525 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
derekf29dda802014-10-01 10:52:52 -0700526 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
527 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
bsalomon@google.comcca3c8f2012-09-28 16:56:28 +0000528 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
bsalomon@google.comc58b1262012-10-01 19:06:57 +0000529 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
robertphillips6f70d432016-03-30 09:26:24 -0700530 ],
531 'skgpu_null_gl_sources': [
bsalomon@google.com20806352012-08-23 12:55:01 +0000532 ],
533 },
534}