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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 '<(skia_src_path)/gpu/GrClipMaskCache.h', | 75 '<(skia_src_path)/gpu/GrClipMaskCache.h', |
76 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', | 76 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', |
77 '<(skia_src_path)/gpu/GrClipMaskManager.h', | 77 '<(skia_src_path)/gpu/GrClipMaskManager.h', |
78 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', | 78 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', |
79 '<(skia_src_path)/gpu/GrGpu.cpp', | 79 '<(skia_src_path)/gpu/GrGpu.cpp', |
80 '<(skia_src_path)/gpu/GrGpu.h', | 80 '<(skia_src_path)/gpu/GrGpu.h', |
81 '<(skia_src_path)/gpu/GrGpuFactory.cpp', | 81 '<(skia_src_path)/gpu/GrGpuFactory.cpp', |
82 '<(skia_src_path)/gpu/GrIndexBuffer.h', | 82 '<(skia_src_path)/gpu/GrIndexBuffer.h', |
83 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', | 83 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', |
84 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', | 84 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', |
| 85 '<(skia_src_path)/gpu/GrLayerCache.cpp', |
| 86 '<(skia_src_path)/gpu/GrLayerCache.h', |
85 '<(skia_src_path)/gpu/GrMemoryPool.cpp', | 87 '<(skia_src_path)/gpu/GrMemoryPool.cpp', |
86 '<(skia_src_path)/gpu/GrMemoryPool.h', | 88 '<(skia_src_path)/gpu/GrMemoryPool.h', |
87 '<(skia_src_path)/gpu/GrOrderedSet.h', | 89 '<(skia_src_path)/gpu/GrOrderedSet.h', |
88 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', | 90 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', |
89 '<(skia_src_path)/gpu/GrOvalRenderer.h', | 91 '<(skia_src_path)/gpu/GrOvalRenderer.h', |
90 '<(skia_src_path)/gpu/GrPaint.cpp', | 92 '<(skia_src_path)/gpu/GrPaint.cpp', |
91 '<(skia_src_path)/gpu/GrPath.cpp', | 93 '<(skia_src_path)/gpu/GrPath.cpp', |
92 '<(skia_src_path)/gpu/GrPath.h', | 94 '<(skia_src_path)/gpu/GrPath.h', |
93 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', | 95 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', |
94 '<(skia_src_path)/gpu/GrPathRenderer.cpp', | 96 '<(skia_src_path)/gpu/GrPathRenderer.cpp', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 ], | 292 ], |
291 'skgpu_null_gl_sources': [ | 293 'skgpu_null_gl_sources': [ |
292 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 294 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
293 | 295 |
294 # Sk files | 296 # Sk files |
295 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 297 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
296 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 298 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
297 ], | 299 ], |
298 }, | 300 }, |
299 } | 301 } |
OLD | NEW |