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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', | 225 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', |
226 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', | 226 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', |
227 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', | 227 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', |
228 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', | 228 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', |
229 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', | 229 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', |
230 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', | 230 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', |
231 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', | 231 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', |
232 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', | 232 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', |
233 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', | 233 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', |
234 '<(skia_src_path)/gpu/batches/GrNinePatch.h', | 234 '<(skia_src_path)/gpu/batches/GrNinePatch.h', |
| 235 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.cpp', |
| 236 '<(skia_src_path)/gpu/batches/GrPLSPathRenderer.h', |
235 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', | 237 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', |
236 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', | 238 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', |
237 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', | 239 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp', |
238 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', | 240 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h', |
239 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h', | 241 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h', |
240 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp', | 242 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp', |
241 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h', | 243 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h', |
242 '<(skia_src_path)/gpu/batches/GrTInstanceBatch.h', | 244 '<(skia_src_path)/gpu/batches/GrTInstanceBatch.h', |
243 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', | 245 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', |
244 '<(skia_src_path)/gpu/batches/GrVertexBatch.h', | 246 '<(skia_src_path)/gpu/batches/GrVertexBatch.h', |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 489 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
488 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 490 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
489 ], | 491 ], |
490 'skgpu_null_gl_sources': [ | 492 'skgpu_null_gl_sources': [ |
491 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 493 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
492 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 494 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
493 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 495 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
494 ], | 496 ], |
495 }, | 497 }, |
496 } | 498 } |
OLD | NEW |