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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', | 329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', |
330 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', | 330 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', |
331 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', | 331 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', |
332 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', | 332 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
333 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', | 333 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
334 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', | 334 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', |
335 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', | 335 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', |
336 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', | 336 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', |
337 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', | 337 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', |
338 '<(skia_src_path)/gpu/gl/GrGLTexture.h', | 338 '<(skia_src_path)/gpu/gl/GrGLTexture.h', |
| 339 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', |
339 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', | 340 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', |
340 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', | 341 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', |
341 '<(skia_src_path)/gpu/gl/GrGLUtil.h', | 342 '<(skia_src_path)/gpu/gl/GrGLUtil.h', |
342 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', | 343 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', |
343 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', | 344 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', |
344 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', | 345 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', |
345 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', | 346 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', |
346 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp', | 347 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.cpp', |
347 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h', | 348 '<(skia_src_path)/gpu/gl/GrGLXferProcessor.h', |
348 | 349 |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
450 ], | 451 ], |
451 'skgpu_null_gl_sources': [ | 452 'skgpu_null_gl_sources': [ |
452 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 453 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
453 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 454 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
454 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 455 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
455 ], | 456 ], |
456 }, | 457 }, |
457 } | 458 } |
OLD | NEW |