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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', | 151 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', |
152 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', | 152 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', |
153 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', | 153 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', |
154 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', | 154 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', |
155 '<(skia_src_path)/gpu/GrStencilBuffer.h', | 155 '<(skia_src_path)/gpu/GrStencilBuffer.h', |
156 '<(skia_src_path)/gpu/GrStrokeInfo.h', | 156 '<(skia_src_path)/gpu/GrStrokeInfo.h', |
157 '<(skia_src_path)/gpu/GrTBSearch.h', | 157 '<(skia_src_path)/gpu/GrTBSearch.h', |
158 '<(skia_src_path)/gpu/GrTraceMarker.cpp', | 158 '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
159 '<(skia_src_path)/gpu/GrTraceMarker.h', | 159 '<(skia_src_path)/gpu/GrTraceMarker.h', |
160 '<(skia_src_path)/gpu/GrTracing.h', | 160 '<(skia_src_path)/gpu/GrTracing.h', |
| 161 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp', |
| 162 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h', |
161 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 163 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
162 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 164 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
163 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 165 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
164 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', | 166 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
165 '<(skia_src_path)/gpu/GrSurfacePriv.h', | 167 '<(skia_src_path)/gpu/GrSurfacePriv.h', |
166 '<(skia_src_path)/gpu/GrSurface.cpp', | 168 '<(skia_src_path)/gpu/GrSurface.cpp', |
167 '<(skia_src_path)/gpu/GrTemplates.h', | 169 '<(skia_src_path)/gpu/GrTemplates.h', |
168 '<(skia_src_path)/gpu/GrTextContext.cpp', | 170 '<(skia_src_path)/gpu/GrTextContext.cpp', |
169 '<(skia_src_path)/gpu/GrTextContext.h', | 171 '<(skia_src_path)/gpu/GrTextContext.h', |
170 '<(skia_src_path)/gpu/GrFontCache.cpp', | 172 '<(skia_src_path)/gpu/GrFontCache.cpp', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 ], | 368 ], |
367 'skgpu_null_gl_sources': [ | 369 'skgpu_null_gl_sources': [ |
368 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 370 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
369 | 371 |
370 # Sk files | 372 # Sk files |
371 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 373 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
372 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', | 374 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', |
373 ], | 375 ], |
374 }, | 376 }, |
375 } | 377 } |
OLD | NEW |