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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 '<(skia_include_path)/gpu/gl/GrGLAssembleInterface.h', | 53 '<(skia_include_path)/gpu/gl/GrGLAssembleInterface.h', |
54 '<(skia_include_path)/gpu/gl/GrGLConfig.h', | 54 '<(skia_include_path)/gpu/gl/GrGLConfig.h', |
55 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', | 55 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', |
56 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', | 56 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', |
57 '<(skia_include_path)/gpu/gl/GrGLInterface.h', | 57 '<(skia_include_path)/gpu/gl/GrGLInterface.h', |
58 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', | 58 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', |
59 '<(skia_include_path)/gpu/gl/GrGLTypes.h', | 59 '<(skia_include_path)/gpu/gl/GrGLTypes.h', |
60 | 60 |
61 # Private includes | 61 # Private includes |
62 '<(skia_include_path)/private/GrAuditTrail.h', | 62 '<(skia_include_path)/private/GrAuditTrail.h', |
| 63 '<(skia_include_path)/private/GrInstancedPipelineInfo.h', |
63 '<(skia_include_path)/private/GrSingleOwner.h', | 64 '<(skia_include_path)/private/GrSingleOwner.h', |
64 '<(skia_include_path)/private/GrRenderTargetProxy.h', | 65 '<(skia_include_path)/private/GrRenderTargetProxy.h', |
65 '<(skia_include_path)/private/GrSurfaceProxy.h', | 66 '<(skia_include_path)/private/GrSurfaceProxy.h', |
66 '<(skia_include_path)/private/GrTextureProxy.h', | 67 '<(skia_include_path)/private/GrTextureProxy.h', |
67 | 68 |
68 '<(skia_src_path)/gpu/GrAuditTrail.cpp', | 69 '<(skia_src_path)/gpu/GrAuditTrail.cpp', |
69 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', | 70 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', |
70 '<(skia_src_path)/gpu/GrAllocator.h', | 71 '<(skia_src_path)/gpu/GrAllocator.h', |
71 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', | 72 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', |
72 '<(skia_src_path)/gpu/GrBatchAtlas.h', | 73 '<(skia_src_path)/gpu/GrBatchAtlas.h', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 301 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
301 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', | 302 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
302 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', | 303 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
303 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', | 304 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
304 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | 305 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
305 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | 306 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
306 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', | 307 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', |
307 '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp', | 308 '<(skia_src_path)/gpu/effects/GrYUVEffect.cpp', |
308 '<(skia_src_path)/gpu/effects/GrYUVEffect.h', | 309 '<(skia_src_path)/gpu/effects/GrYUVEffect.h', |
309 | 310 |
| 311 '<(skia_src_path)/gpu/instanced/InstancedRendering.cpp', |
| 312 '<(skia_src_path)/gpu/instanced/InstancedRendering.h', |
| 313 '<(skia_src_path)/gpu/instanced/InstancedRenderingTypes.h', |
| 314 '<(skia_src_path)/gpu/instanced/InstanceProcessor.cpp', |
| 315 '<(skia_src_path)/gpu/instanced/InstanceProcessor.h', |
| 316 '<(skia_src_path)/gpu/instanced/GLInstancedRendering.cpp', |
| 317 '<(skia_src_path)/gpu/instanced/GLInstancedRendering.h', |
| 318 |
310 # text | 319 # text |
311 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp', | 320 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp', |
312 '<(skia_src_path)/gpu/text/GrAtlasTextBlob_regenInBatch.cpp', | 321 '<(skia_src_path)/gpu/text/GrAtlasTextBlob_regenInBatch.cpp', |
313 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h', | 322 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h', |
314 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp', | 323 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp', |
315 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h', | 324 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h', |
316 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp', | 325 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp', |
317 '<(skia_src_path)/gpu/text/GrBatchFontCache.h', | 326 '<(skia_src_path)/gpu/text/GrBatchFontCache.h', |
318 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp', | 327 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp', |
319 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h', | 328 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', | 524 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', |
516 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 525 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
517 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', | 526 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', |
518 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', | 527 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
519 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', | 528 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', |
520 ], | 529 ], |
521 'skgpu_null_gl_sources': [ | 530 'skgpu_null_gl_sources': [ |
522 ], | 531 ], |
523 }, | 532 }, |
524 } | 533 } |
OLD | NEW |