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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', | 133 '<(skia_src_path)/gpu/effects/GrBezierEffect.h', |
134 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', | 134 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', |
135 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', | 135 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h', |
136 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', | 136 '<(skia_src_path)/gpu/effects/GrBicubicEffect.cpp', |
137 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', | 137 '<(skia_src_path)/gpu/effects/GrBicubicEffect.h', |
138 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', | 138 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.cpp', |
139 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', | 139 '<(skia_src_path)/gpu/effects/GrCustomCoordsTextureEffect.h', |
140 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', | 140 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp', |
141 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', | 141 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h', |
142 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', | 142 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', |
143 '<(skia_src_path)/gpu/effects/GrSingleTexture.h', | 143 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', |
144 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', | 144 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', |
145 '<(skia_src_path)/gpu/effects/GrTextureDomainEffect.h', | 145 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', |
146 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', | 146 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', |
147 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', | 147 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', |
148 | 148 |
149 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', | 149 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', |
150 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', | 150 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', |
151 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', | 151 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', |
152 '<(skia_src_path)/gpu/gl/GrGLCaps.h', | 152 '<(skia_src_path)/gpu/gl/GrGLCaps.h', |
153 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', | 153 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', |
154 '<(skia_src_path)/gpu/gl/GrGLContext.h', | 154 '<(skia_src_path)/gpu/gl/GrGLContext.h', |
155 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', | 155 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 ], | 274 ], |
275 'skgpu_null_gl_sources': [ | 275 'skgpu_null_gl_sources': [ |
276 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 276 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
277 | 277 |
278 # Sk files | 278 # Sk files |
279 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', | 279 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', |
280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
281 ], | 281 ], |
282 }, | 282 }, |
283 } | 283 } |
OLD | NEW |