OLD | NEW |
1 # Include this gypi to include all 'gpu' files | 1 # Include this gypi to include all 'gpu' files |
2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
5 # | 5 # |
6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
7 # | 7 # |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 'skgpu_sources': [ | 10 'skgpu_sources': [ |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', | 202 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', |
203 '<(skia_src_path)/gpu/gl/GrGLPath.h', | 203 '<(skia_src_path)/gpu/gl/GrGLPath.h', |
204 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', | 204 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', |
205 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', | 205 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', |
206 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', | 206 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
207 '<(skia_src_path)/gpu/gl/GrGLProgram.h', | 207 '<(skia_src_path)/gpu/gl/GrGLProgram.h', |
208 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', | 208 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', |
209 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', | 209 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', |
210 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', | 210 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', |
211 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', | 211 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', |
| 212 '<(skia_src_path)/gpu/gl/GrGLProgramResourceManager.cpp', |
| 213 '<(skia_src_path)/gpu/gl/GrGLProgramResourceManager.h', |
212 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', | 214 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
213 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', | 215 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
214 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp', | 216 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp', |
215 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h', | 217 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h', |
216 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', | 218 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', |
217 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', | 219 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', |
218 '<(skia_src_path)/gpu/gl/GrGLSL.h', | 220 '<(skia_src_path)/gpu/gl/GrGLSL.h', |
219 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', | 221 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', |
220 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', | 222 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', |
221 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', | 223 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', |
222 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', | 224 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', |
223 '<(skia_src_path)/gpu/gl/GrGLTexture.h', | 225 '<(skia_src_path)/gpu/gl/GrGLTexture.h', |
224 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', | 226 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', |
225 '<(skia_src_path)/gpu/gl/GrGLUtil.h', | 227 '<(skia_src_path)/gpu/gl/GrGLUtil.h', |
226 '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp', | |
227 '<(skia_src_path)/gpu/gl/GrGLUniformManager.h', | |
228 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', | 228 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', |
229 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', | 229 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', |
230 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', | 230 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', |
231 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', | 231 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', |
232 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', | 232 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', |
233 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', | 233 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', |
234 '<(skia_src_path)/gpu/gl/GrGpuGL.h', | 234 '<(skia_src_path)/gpu/gl/GrGpuGL.h', |
235 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', | 235 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', |
236 | 236 |
237 # Sk files | 237 # Sk files |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 ], | 310 ], |
311 'skgpu_null_gl_sources': [ | 311 'skgpu_null_gl_sources': [ |
312 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 312 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
313 | 313 |
314 # Sk files | 314 # Sk files |
315 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 315 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
316 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 316 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
317 ], | 317 ], |
318 }, | 318 }, |
319 } | 319 } |
OLD | NEW |