| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 '<(skia_src_path)/image/SkImage_Gpu.cpp', | 290 '<(skia_src_path)/image/SkImage_Gpu.cpp', |
| 291 '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 291 '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
| 292 | 292 |
| 293 '<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp' | 293 '<(skia_src_path)/gpu/gl/SkGLContextHelper.cpp' |
| 294 ], | 294 ], |
| 295 'skgpu_native_gl_sources': [ | 295 'skgpu_native_gl_sources': [ |
| 296 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', | 296 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 297 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', | 297 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', |
| 298 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 298 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
| 299 '<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp', | 299 '<(skia_src_path)/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp', |
| 300 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | |
| 301 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 300 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
| 302 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 301 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
| 303 | 302 |
| 304 # Sk files | 303 # Sk files |
| 305 '<(skia_include_path)/gpu/gl/SkNativeGLContext.h', | 304 '<(skia_include_path)/gpu/gl/SkNativeGLContext.h', |
| 306 '<(skia_src_path)/gpu/gl/mac/SkNativeGLContext_mac.cpp', | 305 '<(skia_src_path)/gpu/gl/mac/SkNativeGLContext_mac.cpp', |
| 307 '<(skia_src_path)/gpu/gl/nacl/SkNativeGLContext_nacl.cpp', | 306 '<(skia_src_path)/gpu/gl/nacl/SkNativeGLContext_nacl.cpp', |
| 308 '<(skia_src_path)/gpu/gl/win/SkNativeGLContext_win.cpp', | 307 '<(skia_src_path)/gpu/gl/win/SkNativeGLContext_win.cpp', |
| 309 '<(skia_src_path)/gpu/gl/unix/SkNativeGLContext_unix.cpp', | 308 '<(skia_src_path)/gpu/gl/unix/SkNativeGLContext_unix.cpp', |
| 310 '<(skia_src_path)/gpu/gl/egl/SkNativeGLContext_egl.cpp', | 309 '<(skia_src_path)/gpu/gl/android/SkNativeGLContext_android.cpp', |
| 311 '<(skia_src_path)/gpu/gl/iOS/SkNativeGLContext_iOS.mm', | 310 '<(skia_src_path)/gpu/gl/iOS/SkNativeGLContext_iOS.mm', |
| 312 ], | 311 ], |
| 313 'skgpu_mesa_gl_sources': [ | 312 'skgpu_mesa_gl_sources': [ |
| 314 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', | 313 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', |
| 315 | 314 |
| 316 # Sk files | 315 # Sk files |
| 317 '<(skia_include_path)/gpu/gl/SkMesaGLContext.h', | 316 '<(skia_include_path)/gpu/gl/SkMesaGLContext.h', |
| 318 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', | 317 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', |
| 319 ], | 318 ], |
| 320 'skgpu_angle_gl_sources': [ | 319 'skgpu_angle_gl_sources': [ |
| (...skipping 30 matching lines...) Expand all Loading... |
| 351 ], | 350 ], |
| 352 'skgpu_null_gl_sources': [ | 351 'skgpu_null_gl_sources': [ |
| 353 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 352 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
| 354 | 353 |
| 355 # Sk files | 354 # Sk files |
| 356 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 355 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
| 357 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 356 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
| 358 ], | 357 ], |
| 359 }, | 358 }, |
| 360 } | 359 } |
| OLD | NEW |