Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: gyp/gpu.gypi

Issue 12379025: Add support to GrGLInterface for vertex array objects (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | include/gpu/gl/GrGLFunctions.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « no previous file | include/gpu/gl/GrGLFunctions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698