| 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/GrAdvancedEquationXPFactory.h', |
| 41 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', | 42 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', |
| 42 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', | 43 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', |
| 43 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', | 44 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
| 44 | 45 |
| 45 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 46 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
| 46 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 47 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
| 47 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 48 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
| 48 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 49 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
| 49 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', | 50 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
| 50 | 51 |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 '<(skia_src_path)/gpu/GrFontCache.cpp', | 192 '<(skia_src_path)/gpu/GrFontCache.cpp', |
| 192 '<(skia_src_path)/gpu/GrFontCache.h', | 193 '<(skia_src_path)/gpu/GrFontCache.h', |
| 193 '<(skia_src_path)/gpu/GrTexture.cpp', | 194 '<(skia_src_path)/gpu/GrTexture.cpp', |
| 194 '<(skia_src_path)/gpu/GrTexturePriv.h', | 195 '<(skia_src_path)/gpu/GrTexturePriv.h', |
| 195 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 196 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
| 196 '<(skia_src_path)/gpu/GrTRecorder.h', | 197 '<(skia_src_path)/gpu/GrTRecorder.h', |
| 197 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 198 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
| 198 '<(skia_src_path)/gpu/GrXferProcessor.cpp', | 199 '<(skia_src_path)/gpu/GrXferProcessor.cpp', |
| 199 | 200 |
| 200 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 201 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
| 202 '<(skia_src_path)/gpu/effects/GrAdvancedEquationXPFactory.cpp', |
| 201 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 203 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
| 202 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 204 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
| 203 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', | 205 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', |
| 204 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', | 206 '<(skia_src_path)/gpu/effects/GrCustomXfermode.cpp', |
| 205 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', | 207 '<(skia_src_path)/gpu/effects/GrCustomXfermodePriv.h', |
| 206 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 208 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
| 207 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 209 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
| 208 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 210 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
| 209 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 211 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
| 210 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', | 212 '<(skia_src_path)/gpu/effects/GrConvexPolyEffect.cpp', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 395 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 394 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 396 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 395 ], | 397 ], |
| 396 'skgpu_null_gl_sources': [ | 398 'skgpu_null_gl_sources': [ |
| 397 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 399 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 398 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 400 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 399 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 401 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 400 ], | 402 ], |
| 401 }, | 403 }, |
| 402 } | 404 } |
| OLD | NEW |