| 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/GrDrawAtlasBatch.cpp', | 225 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', |
| 226 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', | 226 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', |
| 227 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', | 227 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.cpp', |
| 228 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', | 228 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', |
| 229 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', | 229 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', |
| 230 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', | 230 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', |
| 231 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', | 231 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', |
| 232 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', | 232 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', |
| 233 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', | 233 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.cpp', |
| 234 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', | 234 '<(skia_src_path)/gpu/batches/GrNonAAStrokeRectBatch.h', |
| 235 '<(skia_src_path)/gpu/batches/GrNinePatch.cpp', |
| 236 '<(skia_src_path)/gpu/batches/GrNinePatch.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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 458 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 457 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 459 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 458 ], | 460 ], |
| 459 'skgpu_null_gl_sources': [ | 461 'skgpu_null_gl_sources': [ |
| 460 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 462 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 461 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 463 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 462 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 464 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 463 ], | 465 ], |
| 464 }, | 466 }, |
| 465 } | 467 } |
| OLD | NEW |