| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', | 293 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', |
| 294 | 294 |
| 295 '<(skia_include_path)/gpu/gl/SkGLContext.h', | 295 '<(skia_include_path)/gpu/gl/SkGLContext.h', |
| 296 | 296 |
| 297 '<(skia_src_path)/gpu/SkGpuDevice.cpp', | 297 '<(skia_src_path)/gpu/SkGpuDevice.cpp', |
| 298 '<(skia_src_path)/gpu/SkGpuDevice.h', | 298 '<(skia_src_path)/gpu/SkGpuDevice.h', |
| 299 '<(skia_src_path)/gpu/SkGr.cpp', | 299 '<(skia_src_path)/gpu/SkGr.cpp', |
| 300 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', | 300 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', |
| 301 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', | 301 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', |
| 302 | 302 |
| 303 '<(skia_src_path)/image/SkImage_Gpu.h', |
| 303 '<(skia_src_path)/image/SkImage_Gpu.cpp', | 304 '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 304 '<(skia_src_path)/image/SkSurface_Gpu.h', | 305 '<(skia_src_path)/image/SkSurface_Gpu.h', |
| 305 '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 306 '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 306 | 307 |
| 307 '<(skia_src_path)/gpu/gl/SkGLContext.cpp' | 308 '<(skia_src_path)/gpu/gl/SkGLContext.cpp' |
| 308 ], | 309 ], |
| 309 'skgpu_native_gl_sources': [ | 310 'skgpu_native_gl_sources': [ |
| 310 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', | 311 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 311 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', | 312 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', |
| 312 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 313 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 ], | 365 ], |
| 365 'skgpu_null_gl_sources': [ | 366 'skgpu_null_gl_sources': [ |
| 366 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 367 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 367 | 368 |
| 368 # Sk files | 369 # Sk files |
| 369 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 370 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 370 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', | 371 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
| 371 ], | 372 ], |
| 372 }, | 373 }, |
| 373 } | 374 } |
| OLD | NEW |