Chromium Code Reviews| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 66 '<(skia_src_path)/gpu/GrBlend.h', | 66 '<(skia_src_path)/gpu/GrBlend.h', |
| 67 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', | 67 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', |
| 68 '<(skia_src_path)/gpu/GrBufferAllocPool.h', | 68 '<(skia_src_path)/gpu/GrBufferAllocPool.h', |
| 69 '<(skia_src_path)/gpu/GrCacheID.cpp', | 69 '<(skia_src_path)/gpu/GrCacheID.cpp', |
| 70 '<(skia_src_path)/gpu/GrClipData.cpp', | 70 '<(skia_src_path)/gpu/GrClipData.cpp', |
| 71 '<(skia_src_path)/gpu/GrClipMaskCache.h', | 71 '<(skia_src_path)/gpu/GrClipMaskCache.h', |
| 72 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', | 72 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', |
| 73 '<(skia_src_path)/gpu/GrClipMaskManager.h', | 73 '<(skia_src_path)/gpu/GrClipMaskManager.h', |
| 74 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', | 74 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', |
| 75 '<(skia_src_path)/gpu/GrContext.cpp', | 75 '<(skia_src_path)/gpu/GrContext.cpp', |
| 76 '<(skia_src_path)/gpu/GrContextFactory.cpp', | |
|
bsalomon
2014/11/13 17:49:32
Kind of a bummer to bake this into the main librar
djsollen
2014/11/13 18:32:15
Done.
| |
| 76 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', | 77 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', |
| 77 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', | 78 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', |
| 78 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', | 79 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', |
| 79 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', | 80 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', |
| 80 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h', | 81 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h', |
| 81 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp', | 82 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp', |
| 82 '<(skia_src_path)/gpu/GrDrawState.cpp', | 83 '<(skia_src_path)/gpu/GrDrawState.cpp', |
| 83 '<(skia_src_path)/gpu/GrDrawState.h', | 84 '<(skia_src_path)/gpu/GrDrawState.h', |
| 84 '<(skia_src_path)/gpu/GrDrawTarget.cpp', | 85 '<(skia_src_path)/gpu/GrDrawTarget.cpp', |
| 85 '<(skia_src_path)/gpu/GrDrawTarget.h', | 86 '<(skia_src_path)/gpu/GrDrawTarget.h', |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 313 '<(skia_src_path)/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', | 314 '<(skia_src_path)/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', |
| 314 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp', | 315 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp', |
| 315 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', | 316 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
| 316 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp', | 317 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp', |
| 317 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm', | 318 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm', |
| 318 ], | 319 ], |
| 319 'skgpu_mesa_gl_sources': [ | 320 'skgpu_mesa_gl_sources': [ |
| 320 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', | 321 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |
| 321 | 322 |
| 322 # Sk files | 323 # Sk files |
| 323 '<(skia_include_path)/gpu/gl/SkMesaGLContext.h', | |
| 324 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', | 324 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', |
| 325 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', | |
| 325 ], | 326 ], |
| 326 'skgpu_angle_gl_sources': [ | 327 'skgpu_angle_gl_sources': [ |
| 327 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', | 328 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
| 328 | 329 |
| 329 # Sk files | 330 # Sk files |
| 330 '<(skia_include_path)/gpu/gl/SkANGLEGLContext.h', | |
| 331 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', | 331 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', |
| 332 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.h', | |
| 332 ], | 333 ], |
| 333 'skgpu_debug_gl_sources': [ | 334 'skgpu_debug_gl_sources': [ |
| 334 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', | 335 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
| 335 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', | 336 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', |
| 336 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', | 337 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', |
| 337 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', | 338 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', |
| 338 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', | 339 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', |
| 339 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', | 340 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', |
| 340 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', | 341 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', |
| 341 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', | 342 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', |
| 342 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', | 343 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', |
| 343 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', | 344 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', |
| 344 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', | 345 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', |
| 345 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', | 346 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', |
| 346 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', | 347 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', |
| 347 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', | 348 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', |
| 348 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', | 349 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', |
| 349 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', | 350 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', |
| 350 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', | 351 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', |
| 351 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', | 352 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', |
| 352 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', | 353 '<(skia_src_path)/gpu/gl/debug/GrVertexArrayObj.h', |
| 353 | 354 |
| 354 # Sk files | 355 # Sk files |
| 355 '<(skia_include_path)/gpu/gl/SkDebugGLContext.h', | |
| 356 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 356 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 357 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | |
| 357 ], | 358 ], |
| 358 'skgpu_null_gl_sources': [ | 359 'skgpu_null_gl_sources': [ |
| 359 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 360 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 360 | 361 |
| 361 # Sk files | 362 # Sk files |
| 362 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | |
| 363 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 363 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 364 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', | |
| 364 ], | 365 ], |
| 365 }, | 366 }, |
| 366 } | 367 } |
| OLD | NEW |