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 |
(...skipping 20 matching lines...) Expand all Loading... |
31 '<(skia_include_path)/gpu/GrRenderTarget.h', | 31 '<(skia_include_path)/gpu/GrRenderTarget.h', |
32 '<(skia_include_path)/gpu/GrResourceKey.h', | 32 '<(skia_include_path)/gpu/GrResourceKey.h', |
33 '<(skia_include_path)/gpu/GrSurface.h', | 33 '<(skia_include_path)/gpu/GrSurface.h', |
34 '<(skia_include_path)/gpu/GrShaderVar.h', | 34 '<(skia_include_path)/gpu/GrShaderVar.h', |
35 '<(skia_include_path)/gpu/GrTexture.h', | 35 '<(skia_include_path)/gpu/GrTexture.h', |
36 '<(skia_include_path)/gpu/GrTextureAccess.h', | 36 '<(skia_include_path)/gpu/GrTextureAccess.h', |
37 '<(skia_include_path)/gpu/GrTypes.h', | 37 '<(skia_include_path)/gpu/GrTypes.h', |
38 '<(skia_include_path)/gpu/GrUserConfig.h', | 38 '<(skia_include_path)/gpu/GrUserConfig.h', |
39 '<(skia_include_path)/gpu/GrXferProcessor.h', | 39 '<(skia_include_path)/gpu/GrXferProcessor.h', |
40 | 40 |
41 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h', | |
42 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', | 41 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', |
43 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', | 42 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', |
44 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', | 43 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
45 | 44 |
46 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 45 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
47 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 46 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
48 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 47 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
49 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 48 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
50 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', | 49 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
51 | 50 |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 '<(skia_src_path)/gpu/GrTexture.cpp', | 193 '<(skia_src_path)/gpu/GrTexture.cpp', |
195 '<(skia_src_path)/gpu/GrTexturePriv.h', | 194 '<(skia_src_path)/gpu/GrTexturePriv.h', |
196 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 195 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
197 '<(skia_src_path)/gpu/GrTRecorder.h', | 196 '<(skia_src_path)/gpu/GrTRecorder.h', |
198 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 197 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
199 '<(skia_src_path)/gpu/GrXferProcessor.cpp', | 198 '<(skia_src_path)/gpu/GrXferProcessor.cpp', |
200 | 199 |
201 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 200 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
202 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 201 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
203 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 202 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
204 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', | |
205 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', | 203 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', |
206 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', | 204 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', |
207 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', | 205 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', |
208 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 206 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
209 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 207 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
210 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 208 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
211 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 209 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
212 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 210 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
213 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', | 211 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.h', |
214 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 212 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 393 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
396 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 394 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
397 ], | 395 ], |
398 'skgpu_null_gl_sources': [ | 396 'skgpu_null_gl_sources': [ |
399 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 397 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
400 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 398 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
401 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 399 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
402 ], | 400 ], |
403 }, | 401 }, |
404 } | 402 } |
OLD | NEW |