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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', | 195 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', |
196 '<(skia_src_path)/gpu/gl/GrGLIRect.h', | 196 '<(skia_src_path)/gpu/gl/GrGLIRect.h', |
197 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', | 197 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', |
198 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', | 198 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', |
199 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', | 199 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', |
200 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', | 200 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', |
201 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', | 201 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', |
202 '<(skia_src_path)/gpu/gl/GrGLPath.h', | 202 '<(skia_src_path)/gpu/gl/GrGLPath.h', |
203 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', | 203 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', |
204 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', | 204 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', |
| 205 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', |
| 206 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', |
205 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', | 207 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
206 '<(skia_src_path)/gpu/gl/GrGLProgram.h', | 208 '<(skia_src_path)/gpu/gl/GrGLProgram.h', |
207 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', | 209 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', |
208 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', | 210 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', |
209 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', | 211 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', |
210 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', | 212 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', |
211 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', | 213 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', |
212 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', | 214 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', |
213 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', | 215 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
214 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', | 216 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 ], | 311 ], |
310 'skgpu_null_gl_sources': [ | 312 'skgpu_null_gl_sources': [ |
311 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 313 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
312 | 314 |
313 # Sk files | 315 # Sk files |
314 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 316 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
315 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 317 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
316 ], | 318 ], |
317 }, | 319 }, |
318 } | 320 } |
OLD | NEW |