OLD | NEW |
---|---|
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # Include this gypi to include all 'gpu' files | 5 # Include this gypi to include all 'gpu' files |
6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
9 # | 9 # |
10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
11 # | 11 # |
12 { | 12 { |
13 'variables': { | 13 'variables': { |
14 'skgpu_sources': [ | 14 'skgpu_sources': [ |
15 '<(skia_include_path)/gpu/GrBlend.h', | 15 '<(skia_include_path)/gpu/GrBlend.h', |
16 '<(skia_include_path)/gpu/GrCaps.h', | 16 '<(skia_include_path)/gpu/GrCaps.h', |
17 '<(skia_include_path)/gpu/GrClip.h', | 17 '<(skia_include_path)/gpu/GrClip.h', |
18 '<(skia_include_path)/gpu/GrColor.h', | 18 '<(skia_include_path)/gpu/GrColor.h', |
19 '<(skia_include_path)/gpu/GrConfig.h', | 19 '<(skia_include_path)/gpu/GrConfig.h', |
20 '<(skia_include_path)/gpu/GrContextOptions.h', | 20 '<(skia_include_path)/gpu/GrContextOptions.h', |
21 '<(skia_include_path)/gpu/GrContext.h', | 21 '<(skia_include_path)/gpu/GrContext.h', |
22 '<(skia_include_path)/gpu/GrCoordTransform.h', | 22 '<(skia_include_path)/gpu/GrCoordTransform.h', |
23 '<(skia_include_path)/gpu/GrDrawContext.h', | 23 '<(skia_include_path)/gpu/GrDrawContext.h', |
24 '<(skia_include_path)/gpu/GrFragmentProcessor.h', | 24 '<(skia_include_path)/gpu/GrFragmentProcessor.h', |
robertphillips
2015/07/13 19:54:08
Delete GrFragmentStage.h ?
Add GrStagedProcessor ?
| |
25 '<(skia_include_path)/gpu/GrFragmentStage.h', | 25 '<(skia_include_path)/gpu/GrFragmentStage.h', |
26 '<(skia_include_path)/gpu/GrGpuResource.h', | 26 '<(skia_include_path)/gpu/GrGpuResource.h', |
27 '<(skia_include_path)/gpu/GrInvariantOutput.h', | 27 '<(skia_include_path)/gpu/GrInvariantOutput.h', |
28 '<(skia_include_path)/gpu/GrPaint.h', | 28 '<(skia_include_path)/gpu/GrPaint.h', |
29 '<(skia_include_path)/gpu/GrPathRendererChain.h', | 29 '<(skia_include_path)/gpu/GrPathRendererChain.h', |
30 '<(skia_include_path)/gpu/GrProcessor.h', | 30 '<(skia_include_path)/gpu/GrProcessor.h', |
31 '<(skia_include_path)/gpu/GrProcessorDataManager.h', | 31 '<(skia_include_path)/gpu/GrProcessorDataManager.h', |
32 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', | 32 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', |
33 '<(skia_include_path)/gpu/GrProgramElement.h', | 33 '<(skia_include_path)/gpu/GrProgramElement.h', |
34 '<(skia_include_path)/gpu/GrGpuResourceRef.h', | 34 '<(skia_include_path)/gpu/GrGpuResourceRef.h', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
147 '<(skia_src_path)/gpu/GrPathRange.cpp', | 147 '<(skia_src_path)/gpu/GrPathRange.cpp', |
148 '<(skia_src_path)/gpu/GrPathRange.h', | 148 '<(skia_src_path)/gpu/GrPathRange.h', |
149 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', | 149 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', |
150 '<(skia_src_path)/gpu/GrPathRenderer.cpp', | 150 '<(skia_src_path)/gpu/GrPathRenderer.cpp', |
151 '<(skia_src_path)/gpu/GrPathRenderer.h', | 151 '<(skia_src_path)/gpu/GrPathRenderer.h', |
152 '<(skia_src_path)/gpu/GrPathRendering.cpp', | 152 '<(skia_src_path)/gpu/GrPathRendering.cpp', |
153 '<(skia_src_path)/gpu/GrPathRendering.h', | 153 '<(skia_src_path)/gpu/GrPathRendering.h', |
154 '<(skia_src_path)/gpu/GrPathUtils.cpp', | 154 '<(skia_src_path)/gpu/GrPathUtils.cpp', |
155 '<(skia_src_path)/gpu/GrPathUtils.h', | 155 '<(skia_src_path)/gpu/GrPathUtils.h', |
156 '<(skia_src_path)/gpu/GrPendingProgramElement.h', | 156 '<(skia_src_path)/gpu/GrPendingProgramElement.h', |
157 '<(skia_src_path)/gpu/GrPendingFragmentStage.h', | |
158 '<(skia_src_path)/gpu/GrPipeline.cpp', | 157 '<(skia_src_path)/gpu/GrPipeline.cpp', |
159 '<(skia_src_path)/gpu/GrPipeline.h', | 158 '<(skia_src_path)/gpu/GrPipeline.h', |
160 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', | 159 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', |
161 '<(skia_src_path)/gpu/GrPipelineBuilder.h', | 160 '<(skia_src_path)/gpu/GrPipelineBuilder.h', |
162 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', | 161 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', |
163 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', | 162 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', |
164 '<(skia_src_path)/gpu/GrProgramDesc.h', | 163 '<(skia_src_path)/gpu/GrProgramDesc.h', |
165 '<(skia_src_path)/gpu/GrProgramElement.cpp', | 164 '<(skia_src_path)/gpu/GrProgramElement.cpp', |
166 '<(skia_src_path)/gpu/GrProcessor.cpp', | 165 '<(skia_src_path)/gpu/GrProcessor.cpp', |
167 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp', | 166 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 433 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
435 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
436 ], | 435 ], |
437 'skgpu_null_gl_sources': [ | 436 'skgpu_null_gl_sources': [ |
438 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 437 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
439 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 438 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
440 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 439 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
441 ], | 440 ], |
442 }, | 441 }, |
443 } | 442 } |
OLD | NEW |