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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 '<(skia_src_path)/gpu/GrGpu.h', | 80 '<(skia_src_path)/gpu/GrGpu.h', |
81 '<(skia_src_path)/gpu/GrGpuResource.cpp', | 81 '<(skia_src_path)/gpu/GrGpuResource.cpp', |
82 '<(skia_src_path)/gpu/GrGpuFactory.cpp', | 82 '<(skia_src_path)/gpu/GrGpuFactory.cpp', |
83 '<(skia_src_path)/gpu/GrIndexBuffer.h', | 83 '<(skia_src_path)/gpu/GrIndexBuffer.h', |
84 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', | 84 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', |
85 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', | 85 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', |
86 '<(skia_src_path)/gpu/GrLayerCache.cpp', | 86 '<(skia_src_path)/gpu/GrLayerCache.cpp', |
87 '<(skia_src_path)/gpu/GrLayerCache.h', | 87 '<(skia_src_path)/gpu/GrLayerCache.h', |
88 '<(skia_src_path)/gpu/GrMemoryPool.cpp', | 88 '<(skia_src_path)/gpu/GrMemoryPool.cpp', |
89 '<(skia_src_path)/gpu/GrMemoryPool.h', | 89 '<(skia_src_path)/gpu/GrMemoryPool.h', |
| 90 '<(skia_src_path)/gpu/GrOptDrawState.cpp', |
| 91 '<(skia_src_path)/gpu/GrOptDrawState.h', |
90 '<(skia_src_path)/gpu/GrOrderedSet.h', | 92 '<(skia_src_path)/gpu/GrOrderedSet.h', |
91 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', | 93 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', |
92 '<(skia_src_path)/gpu/GrOvalRenderer.h', | 94 '<(skia_src_path)/gpu/GrOvalRenderer.h', |
93 '<(skia_src_path)/gpu/GrPaint.cpp', | 95 '<(skia_src_path)/gpu/GrPaint.cpp', |
94 '<(skia_src_path)/gpu/GrPath.cpp', | 96 '<(skia_src_path)/gpu/GrPath.cpp', |
95 '<(skia_src_path)/gpu/GrPath.h', | 97 '<(skia_src_path)/gpu/GrPath.h', |
96 '<(skia_src_path)/gpu/GrPathRange.h', | 98 '<(skia_src_path)/gpu/GrPathRange.h', |
97 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', | 99 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', |
98 '<(skia_src_path)/gpu/GrPathRenderer.cpp', | 100 '<(skia_src_path)/gpu/GrPathRenderer.cpp', |
99 '<(skia_src_path)/gpu/GrPathRenderer.h', | 101 '<(skia_src_path)/gpu/GrPathRenderer.h', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 ], | 332 ], |
331 'skgpu_null_gl_sources': [ | 333 'skgpu_null_gl_sources': [ |
332 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 334 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
333 | 335 |
334 # Sk files | 336 # Sk files |
335 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 337 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
336 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 338 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
337 ], | 339 ], |
338 }, | 340 }, |
339 } | 341 } |
OLD | NEW |