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

Side by Side Diff: gyp/gpu.gypi

Issue 543623004: Removing vertex attrib indices (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: warning fixed Created 6 years, 3 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
« no previous file with comments | « gm/yuvtorgbeffect.cpp ('k') | include/gpu/GrDrawEffect.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 '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 13 matching lines...) Expand all
24 '<(skia_include_path)/gpu/GrGpuResource.h', 24 '<(skia_include_path)/gpu/GrGpuResource.h',
25 '<(skia_include_path)/gpu/GrPaint.h', 25 '<(skia_include_path)/gpu/GrPaint.h',
26 '<(skia_include_path)/gpu/GrPathRendererChain.h', 26 '<(skia_include_path)/gpu/GrPathRendererChain.h',
27 '<(skia_include_path)/gpu/GrProgramElement.h', 27 '<(skia_include_path)/gpu/GrProgramElement.h',
28 '<(skia_include_path)/gpu/GrProgramElementRef.h', 28 '<(skia_include_path)/gpu/GrProgramElementRef.h',
29 '<(skia_include_path)/gpu/GrProgramResource.h', 29 '<(skia_include_path)/gpu/GrProgramResource.h',
30 '<(skia_include_path)/gpu/GrRect.h', 30 '<(skia_include_path)/gpu/GrRect.h',
31 '<(skia_include_path)/gpu/GrRenderTarget.h', 31 '<(skia_include_path)/gpu/GrRenderTarget.h',
32 '<(skia_include_path)/gpu/GrResourceKey.h', 32 '<(skia_include_path)/gpu/GrResourceKey.h',
33 '<(skia_include_path)/gpu/GrSurface.h', 33 '<(skia_include_path)/gpu/GrSurface.h',
34 '<(skia_include_path)/gpu/GrShaderVar.h',
34 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', 35 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
35 '<(skia_include_path)/gpu/GrTexture.h', 36 '<(skia_include_path)/gpu/GrTexture.h',
36 '<(skia_include_path)/gpu/GrTextureAccess.h', 37 '<(skia_include_path)/gpu/GrTextureAccess.h',
37 '<(skia_include_path)/gpu/GrTypes.h', 38 '<(skia_include_path)/gpu/GrTypes.h',
38 '<(skia_include_path)/gpu/GrUserConfig.h', 39 '<(skia_include_path)/gpu/GrUserConfig.h',
39 40
40 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 41 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
41 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 42 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
42 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 43 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
43 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 44 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 201 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
201 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 202 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
202 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 203 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
203 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 204 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
204 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 205 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
205 '<(skia_src_path)/gpu/gl/GrGLContext.h', 206 '<(skia_src_path)/gpu/gl/GrGLContext.h',
206 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 207 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
207 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 208 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
208 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 209 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
209 '<(skia_src_path)/gpu/gl/GrGLEffect.h', 210 '<(skia_src_path)/gpu/gl/GrGLEffect.h',
210 '<(skia_src_path)/gpu/gl/GrGLVertexEffect.h', 211 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
211 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 212 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
212 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 213 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
213 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 214 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
214 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 215 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
215 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 216 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
216 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 217 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
217 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 218 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
218 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 219 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
219 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 220 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
220 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 221 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ], 344 ],
344 'skgpu_null_gl_sources': [ 345 'skgpu_null_gl_sources': [
345 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 346 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
346 347
347 # Sk files 348 # Sk files
348 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 349 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
349 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 350 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
350 ], 351 ],
351 }, 352 },
352 } 353 }
OLDNEW
« no previous file with comments | « gm/yuvtorgbeffect.cpp ('k') | include/gpu/GrDrawEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698