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

Side by Side Diff: gyp/gpu.gypi

Issue 576543005: Breaking out full program and frag only (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « no previous file | src/gpu/GrAAConvexPathRenderer.cpp » ('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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 250 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
251 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 251 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
252 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', 252 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
253 '<(skia_src_path)/gpu/gl/GrGpuGL.h', 253 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
254 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', 254 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
255 255
256 # Files for building GLSL shaders 256 # Files for building GLSL shaders
257 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', 257 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
258 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', 258 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
259 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', 259 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
260 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp',
261 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.h',
262 '<(skia_src_path)/gpu/gl/builders/GrGLFullProgramBuilder.cpp',
263 '<(skia_src_path)/gpu/gl/builders/GrGLFullProgramBuilder.h',
260 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 264 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
261 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 265 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
262 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 266 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
263 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 267 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
264 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', 268 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
265 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', 269 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
266 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', 270 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
267 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', 271 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
268 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', 272 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
269 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', 273 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ], 348 ],
345 'skgpu_null_gl_sources': [ 349 'skgpu_null_gl_sources': [
346 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 350 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
347 351
348 # Sk files 352 # Sk files
349 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 353 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
350 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 354 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
351 ], 355 ],
352 }, 356 },
353 } 357 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAAConvexPathRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698