OLD | NEW |
1 # Include this gypi to include all 'gr' and 'skgr' files | 1 # Include this gypi to include all 'gr' and 'skgr' 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 'gr_sources': [ | 10 'gr_sources': [ |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', | 207 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.h', |
208 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', | 208 '<(skia_src_path)/gpu/gl/debug/GrTextureUnitObj.cpp', |
209 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', | 209 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.h', |
210 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', | 210 '<(skia_src_path)/gpu/gl/debug/GrFrameBufferObj.cpp', |
211 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', | 211 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.h', |
212 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', | 212 '<(skia_src_path)/gpu/gl/debug/GrShaderObj.cpp', |
213 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', | 213 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.h', |
214 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', | 214 '<(skia_src_path)/gpu/gl/debug/GrProgramObj.cpp', |
215 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', | 215 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.h', |
216 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', | 216 '<(skia_src_path)/gpu/gl/debug/GrDebugGL.cpp', |
| 217 '<(skia_src_path)/gpu/gl/debug/GrVetexArrayObj.h', |
217 ], | 218 ], |
218 'gr_null_gl_sources': [ | 219 'gr_null_gl_sources': [ |
219 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', | 220 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', |
220 ], | 221 ], |
221 | 222 |
222 'skgr_sources': [ | 223 'skgr_sources': [ |
223 '<(skia_include_path)/gpu/SkGpuDevice.h', | 224 '<(skia_include_path)/gpu/SkGpuDevice.h', |
224 '<(skia_include_path)/gpu/SkGr.h', | 225 '<(skia_include_path)/gpu/SkGr.h', |
225 '<(skia_include_path)/gpu/SkGrPixelRef.h', | 226 '<(skia_include_path)/gpu/SkGrPixelRef.h', |
226 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', | 227 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', | 265 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', |
265 ], | 266 ], |
266 }, | 267 }, |
267 } | 268 } |
268 | 269 |
269 # Local Variables: | 270 # Local Variables: |
270 # tab-width:2 | 271 # tab-width:2 |
271 # indent-tabs-mode:nil | 272 # indent-tabs-mode:nil |
272 # End: | 273 # End: |
273 # vim: set expandtab tabstop=2 shiftwidth=2: | 274 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |