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