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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', | 240 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
241 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', | 241 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
242 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', | 242 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', |
243 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', | 243 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', |
244 '<(skia_src_path)/gpu/gl/GrGLSL.h', | 244 '<(skia_src_path)/gpu/gl/GrGLSL.h', |
245 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', | 245 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', |
246 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', | 246 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', |
247 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', | 247 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', |
248 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', | 248 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', |
249 '<(skia_src_path)/gpu/gl/GrGLTexture.h', | 249 '<(skia_src_path)/gpu/gl/GrGLTexture.h', |
| 250 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', |
250 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', | 251 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', |
251 '<(skia_src_path)/gpu/gl/GrGLUtil.h', | 252 '<(skia_src_path)/gpu/gl/GrGLUtil.h', |
252 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', | 253 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', |
253 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', | 254 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', |
254 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', | 255 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', |
255 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', | 256 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', |
256 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', | 257 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', |
257 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', | 258 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', |
258 '<(skia_src_path)/gpu/gl/GrGpuGL.h', | 259 '<(skia_src_path)/gpu/gl/GrGpuGL.h', |
259 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', | 260 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 ], | 354 ], |
354 'skgpu_null_gl_sources': [ | 355 'skgpu_null_gl_sources': [ |
355 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 356 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
356 | 357 |
357 # Sk files | 358 # Sk files |
358 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 359 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
359 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 360 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
360 ], | 361 ], |
361 }, | 362 }, |
362 } | 363 } |
OLD | NEW |