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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 '<(skia_src_path)/gpu/GrStencilBuffer.h', | 142 '<(skia_src_path)/gpu/GrStencilBuffer.h', |
143 '<(skia_src_path)/gpu/GrStrokeInfo.h', | 143 '<(skia_src_path)/gpu/GrStrokeInfo.h', |
144 '<(skia_src_path)/gpu/GrTBSearch.h', | 144 '<(skia_src_path)/gpu/GrTBSearch.h', |
145 '<(skia_src_path)/gpu/GrTraceMarker.cpp', | 145 '<(skia_src_path)/gpu/GrTraceMarker.cpp', |
146 '<(skia_src_path)/gpu/GrTraceMarker.h', | 146 '<(skia_src_path)/gpu/GrTraceMarker.h', |
147 '<(skia_src_path)/gpu/GrTracing.h', | 147 '<(skia_src_path)/gpu/GrTracing.h', |
148 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', | 148 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', |
149 '<(skia_src_path)/gpu/GrSWMaskHelper.h', | 149 '<(skia_src_path)/gpu/GrSWMaskHelper.h', |
150 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', | 150 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', |
151 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', | 151 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', |
| 152 '<(skia_src_path)/gpu/GrSurfacePriv.h', |
152 '<(skia_src_path)/gpu/GrSurface.cpp', | 153 '<(skia_src_path)/gpu/GrSurface.cpp', |
153 '<(skia_src_path)/gpu/GrTemplates.h', | 154 '<(skia_src_path)/gpu/GrTemplates.h', |
154 '<(skia_src_path)/gpu/GrTextContext.cpp', | 155 '<(skia_src_path)/gpu/GrTextContext.cpp', |
155 '<(skia_src_path)/gpu/GrTextContext.h', | 156 '<(skia_src_path)/gpu/GrTextContext.h', |
156 '<(skia_src_path)/gpu/GrTextStrike.cpp', | 157 '<(skia_src_path)/gpu/GrTextStrike.cpp', |
157 '<(skia_src_path)/gpu/GrTextStrike.h', | 158 '<(skia_src_path)/gpu/GrTextStrike.h', |
158 '<(skia_src_path)/gpu/GrTextStrike_impl.h', | 159 '<(skia_src_path)/gpu/GrTextStrike_impl.h', |
159 '<(skia_src_path)/gpu/GrTexture.cpp', | 160 '<(skia_src_path)/gpu/GrTexture.cpp', |
| 161 '<(skia_src_path)/gpu/GrTexturePriv.h', |
160 '<(skia_src_path)/gpu/GrTextureAccess.cpp', | 162 '<(skia_src_path)/gpu/GrTextureAccess.cpp', |
161 '<(skia_src_path)/gpu/GrVertexBuffer.h', | 163 '<(skia_src_path)/gpu/GrVertexBuffer.h', |
162 | 164 |
163 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', | 165 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', |
164 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', | 166 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', |
165 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', | 167 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', |
166 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', | 168 '<(skia_src_path)/gpu/effects/GrBezierEffect.cpp', |
167 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 169 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
168 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 170 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
169 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 171 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 ], | 350 ], |
349 'skgpu_null_gl_sources': [ | 351 'skgpu_null_gl_sources': [ |
350 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 352 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
351 | 353 |
352 # Sk files | 354 # Sk files |
353 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 355 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
354 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 356 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
355 ], | 357 ], |
356 }, | 358 }, |
357 } | 359 } |
OLD | NEW |