| 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 30 matching lines...) Expand all Loading... |
| 41 '<(skia_include_path)/gpu/GrTextureAccess.h', | 41 '<(skia_include_path)/gpu/GrTextureAccess.h', |
| 42 '<(skia_include_path)/gpu/GrTestUtils.h', | 42 '<(skia_include_path)/gpu/GrTestUtils.h', |
| 43 '<(skia_include_path)/gpu/GrTypes.h', | 43 '<(skia_include_path)/gpu/GrTypes.h', |
| 44 '<(skia_include_path)/gpu/GrXferProcessor.h', | 44 '<(skia_include_path)/gpu/GrXferProcessor.h', |
| 45 | 45 |
| 46 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h', | 46 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h', |
| 47 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', | 47 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', |
| 48 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', | 48 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', |
| 49 '<(skia_include_path)/gpu/effects/GrExtractAlphaFragmentProcessor.h', | 49 '<(skia_include_path)/gpu/effects/GrExtractAlphaFragmentProcessor.h', |
| 50 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', | 50 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', |
| 51 '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h', |
| 51 | 52 |
| 52 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 53 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
| 53 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 54 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
| 54 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 55 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
| 55 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 56 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
| 56 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', | 57 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
| 57 | 58 |
| 58 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', | 59 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', |
| 59 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', | 60 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', |
| 60 '<(skia_src_path)/gpu/GrAllocator.h', | 61 '<(skia_src_path)/gpu/GrAllocator.h', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', | 281 '<(skia_src_path)/gpu/effects/GrRRectEffect.cpp', |
| 281 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', | 282 '<(skia_src_path)/gpu/effects/GrRRectEffect.h', |
| 282 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 283 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
| 283 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 284 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
| 284 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 285 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
| 285 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 286 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
| 286 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', | 287 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
| 287 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', | 288 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
| 288 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | 289 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
| 289 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | 290 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
| 291 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', |
| 290 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp', | 292 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp', |
| 291 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h', | 293 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h', |
| 292 | 294 |
| 293 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', | 295 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', |
| 294 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', | 296 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', |
| 295 '<(skia_src_path)/gpu/gl/GrGLBlend.cpp', | 297 '<(skia_src_path)/gpu/gl/GrGLBlend.cpp', |
| 296 '<(skia_src_path)/gpu/gl/GrGLBlend.h', | 298 '<(skia_src_path)/gpu/gl/GrGLBlend.h', |
| 297 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', | 299 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
| 298 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', | 300 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', |
| 299 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', | 301 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 466 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 465 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 467 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 466 ], | 468 ], |
| 467 'skgpu_null_gl_sources': [ | 469 'skgpu_null_gl_sources': [ |
| 468 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 470 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 469 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 471 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 470 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 472 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 471 ], | 473 ], |
| 472 }, | 474 }, |
| 473 } | 475 } |
| OLD | NEW |