| 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', | |
| 207 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', | 205 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', |
| 208 '<(skia_src_path)/gpu/gl/GrGLProgram.h', | 206 '<(skia_src_path)/gpu/gl/GrGLProgram.h', |
| 209 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', | 207 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', |
| 210 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', | 208 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', |
| 211 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', | 209 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', |
| 212 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', | 210 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', |
| 213 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', | 211 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', |
| 214 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', | 212 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', |
| 215 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', | 213 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', |
| 216 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', | 214 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 ], | 309 ], |
| 312 'skgpu_null_gl_sources': [ | 310 'skgpu_null_gl_sources': [ |
| 313 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 311 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 314 | 312 |
| 315 # Sk files | 313 # Sk files |
| 316 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 314 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 317 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 315 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 318 ], | 316 ], |
| 319 }, | 317 }, |
| 320 } | 318 } |
| OLD | NEW |