| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', | 345 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |
| 346 | 346 |
| 347 # Sk files | 347 # Sk files |
| 348 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', | 348 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', |
| 349 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', | 349 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', |
| 350 ], | 350 ], |
| 351 'skgpu_angle_gl_sources': [ | 351 'skgpu_angle_gl_sources': [ |
| 352 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', | 352 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', |
| 353 | 353 |
| 354 # Sk files | 354 # Sk files |
| 355 '<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h', |
| 355 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', | 356 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp', |
| 356 '<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.h', | |
| 357 ], | 357 ], |
| 358 'skgpu_debug_gl_sources': [ | 358 'skgpu_debug_gl_sources': [ |
| 359 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', | 359 '<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
| 360 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', | 360 '<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h', |
| 361 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', | 361 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.h', |
| 362 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', | 362 '<(skia_src_path)/gpu/gl/debug/GrBufferObj.cpp', |
| 363 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', | 363 '<(skia_src_path)/gpu/gl/debug/GrFBBindableObj.h', |
| 364 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', | 364 '<(skia_src_path)/gpu/gl/debug/GrRenderBufferObj.h', |
| 365 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', | 365 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.h', |
| 366 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', | 366 '<(skia_src_path)/gpu/gl/debug/GrTextureObj.cpp', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 380 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 380 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
| 381 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 381 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
| 382 ], | 382 ], |
| 383 'skgpu_null_gl_sources': [ | 383 'skgpu_null_gl_sources': [ |
| 384 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 384 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 385 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 385 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 386 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 386 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 387 ], | 387 ], |
| 388 }, | 388 }, |
| 389 } | 389 } |
| OLD | NEW |