| 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': [ |
| 11 '<(skia_include_path)/gpu/GrBackendProcessorFactory.h', | 11 '<(skia_include_path)/gpu/GrBackendProcessorFactory.h', |
| 12 '<(skia_include_path)/gpu/GrBinHashKey.h', | 12 '<(skia_include_path)/gpu/GrBinHashKey.h', |
| 13 '<(skia_include_path)/gpu/GrClipData.h', | 13 '<(skia_include_path)/gpu/GrClipData.h', |
| 14 '<(skia_include_path)/gpu/GrColor.h', | 14 '<(skia_include_path)/gpu/GrColor.h', |
| 15 '<(skia_include_path)/gpu/GrConfig.h', | 15 '<(skia_include_path)/gpu/GrConfig.h', |
| 16 '<(skia_include_path)/gpu/GrContext.h', | 16 '<(skia_include_path)/gpu/GrContext.h', |
| 17 '<(skia_include_path)/gpu/GrContextFactory.h', | |
| 18 '<(skia_include_path)/gpu/GrCoordTransform.h', | 17 '<(skia_include_path)/gpu/GrCoordTransform.h', |
| 19 '<(skia_include_path)/gpu/GrFontScaler.h', | 18 '<(skia_include_path)/gpu/GrFontScaler.h', |
| 20 '<(skia_include_path)/gpu/GrFragmentProcessor.h', | 19 '<(skia_include_path)/gpu/GrFragmentProcessor.h', |
| 21 '<(skia_include_path)/gpu/GrGlyph.h', | 20 '<(skia_include_path)/gpu/GrGlyph.h', |
| 22 '<(skia_include_path)/gpu/GrGpuResource.h', | 21 '<(skia_include_path)/gpu/GrGpuResource.h', |
| 23 '<(skia_include_path)/gpu/GrInvariantOutput.h', | 22 '<(skia_include_path)/gpu/GrInvariantOutput.h', |
| 24 '<(skia_include_path)/gpu/GrPaint.h', | 23 '<(skia_include_path)/gpu/GrPaint.h', |
| 25 '<(skia_include_path)/gpu/GrPathRendererChain.h', | 24 '<(skia_include_path)/gpu/GrPathRendererChain.h', |
| 26 '<(skia_include_path)/gpu/GrProcessor.h', | 25 '<(skia_include_path)/gpu/GrProcessor.h', |
| 27 '<(skia_include_path)/gpu/GrProcessorStage.h', | 26 '<(skia_include_path)/gpu/GrProcessorStage.h', |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 '<(skia_src_path)/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', | 312 '<(skia_src_path)/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', |
| 314 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp', | 313 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp', |
| 315 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', | 314 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
| 316 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp', | 315 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp', |
| 317 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm', | 316 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm', |
| 318 ], | 317 ], |
| 319 'skgpu_mesa_gl_sources': [ | 318 'skgpu_mesa_gl_sources': [ |
| 320 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', | 319 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |
| 321 | 320 |
| 322 # Sk files | 321 # Sk files |
| 323 '<(skia_include_path)/gpu/gl/SkMesaGLContext.h', | |
| 324 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', | 322 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', |
| 323 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', |
| 325 ], | 324 ], |
| 326 'skgpu_angle_gl_sources': [ | 325 'skgpu_angle_gl_sources': [ |
| 327 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', | 326 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
| 328 | 327 |
| 329 # Sk files | 328 # Sk files |
| 330 '<(skia_include_path)/gpu/gl/SkANGLEGLContext.h', | |
| 331 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', | 329 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', |
| 330 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.h', |
| 332 ], | 331 ], |
| 333 'skgpu_debug_gl_sources': [ | 332 'skgpu_debug_gl_sources': [ |
| 334 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', | 333 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
| 335 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', | 334 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', |
| 336 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', | 335 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', |
| 337 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', | 336 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', |
| 338 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', | 337 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', |
| 339 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', | 338 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', |
| 340 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', | 339 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', |
| 341 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', | 340 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', |
| 342 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', | 341 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', |
| 343 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', | 342 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', |
| 344 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', | 343 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', |
| 345 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', | 344 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', |
| 346 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', | 345 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', |
| 347 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', | 346 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', |
| 348 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', | 347 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', |
| 349 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', | 348 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', |
| 350 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', | 349 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', |
| 351 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', | 350 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', |
| 352 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', | 351 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', |
| 353 | 352 |
| 354 # Sk files | 353 # Sk files |
| 355 '<(skia_include_path)/gpu/gl/SkDebugGLContext.h', | |
| 356 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 354 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 355 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 357 ], | 356 ], |
| 358 'skgpu_null_gl_sources': [ | 357 'skgpu_null_gl_sources': [ |
| 359 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 358 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 360 | 359 |
| 361 # Sk files | 360 # Sk files |
| 362 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | |
| 363 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 361 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 362 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
| 364 ], | 363 ], |
| 365 }, | 364 }, |
| 366 } | 365 } |
| OLD | NEW |