OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # Include this gypi to include all 'gpu' files | 5 # Include this gypi to include all 'gpu' files |
6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
9 # | 9 # |
10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 '<(skia_include_path)/gpu/SkGr.h', | 372 '<(skia_include_path)/gpu/SkGr.h', |
373 '<(skia_include_path)/gpu/SkGrPixelRef.h', | 373 '<(skia_include_path)/gpu/SkGrPixelRef.h', |
374 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', | 374 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', |
375 | 375 |
376 '<(skia_include_path)/gpu/gl/SkGLContext.h', | 376 '<(skia_include_path)/gpu/gl/SkGLContext.h', |
377 | 377 |
378 '<(skia_src_path)/gpu/SkGpuDevice.cpp', | 378 '<(skia_src_path)/gpu/SkGpuDevice.cpp', |
379 '<(skia_src_path)/gpu/SkGpuDevice.h', | 379 '<(skia_src_path)/gpu/SkGpuDevice.h', |
380 '<(skia_src_path)/gpu/SkGr.cpp', | 380 '<(skia_src_path)/gpu/SkGr.cpp', |
381 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', | 381 '<(skia_src_path)/gpu/SkGrPixelRef.cpp', |
| 382 '<(skia_src_path)/gpu/SkGrPriv.h', |
382 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', | 383 '<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp', |
383 | 384 |
384 '<(skia_src_path)/image/SkImage_Gpu.h', | 385 '<(skia_src_path)/image/SkImage_Gpu.h', |
385 '<(skia_src_path)/image/SkImage_Gpu.cpp', | 386 '<(skia_src_path)/image/SkImage_Gpu.cpp', |
386 '<(skia_src_path)/image/SkSurface_Gpu.h', | 387 '<(skia_src_path)/image/SkSurface_Gpu.h', |
387 '<(skia_src_path)/image/SkSurface_Gpu.cpp', | 388 '<(skia_src_path)/image/SkSurface_Gpu.cpp', |
388 | 389 |
389 '<(skia_src_path)/gpu/gl/SkGLContext.cpp' | 390 '<(skia_src_path)/gpu/gl/SkGLContext.cpp' |
390 ], | 391 ], |
391 'skgpu_native_gl_sources': [ | 392 'skgpu_native_gl_sources': [ |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', | 449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', |
449 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', | 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', |
450 ], | 451 ], |
451 'skgpu_null_gl_sources': [ | 452 'skgpu_null_gl_sources': [ |
452 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 453 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
453 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 454 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
454 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 455 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
455 ], | 456 ], |
456 }, | 457 }, |
457 } | 458 } |
OLD | NEW |