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

Side by Side Diff: gyp/gpu.gypi

Issue 635533005: Revert of Cleanup of shader building system (Closed) Base URL: https://skia.googlesource.com/skia.git@solo_gp
Patch Set: Created 6 years, 2 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 | include/gpu/GrPaint.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 '<(skia_src_path)/gpu/gl/GrGLPath.h', 225 '<(skia_src_path)/gpu/gl/GrGLPath.h',
226 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 226 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
227 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 227 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
228 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 228 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
229 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 229 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
230 '<(skia_src_path)/gpu/gl/GrGLProcessor.h', 230 '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
231 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 231 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
232 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 232 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
233 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 233 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
234 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 234 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
235 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp',
236 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h',
235 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 237 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
236 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 238 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
237 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 239 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
238 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 240 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
239 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 241 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
240 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', 242 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
241 '<(skia_src_path)/gpu/gl/GrGLSL.h', 243 '<(skia_src_path)/gpu/gl/GrGLSL.h',
242 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', 244 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
243 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', 245 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
244 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', 246 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
245 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 247 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
246 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 248 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
247 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 249 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
248 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 250 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
249 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 251 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
250 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 252 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
251 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 253 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
252 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 254 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
253 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 255 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
254 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', 256 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
255 '<(skia_src_path)/gpu/gl/GrGpuGL.h', 257 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
256 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', 258 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
257 259
258 # Files for building GLSL shaders 260 # Files for building GLSL shaders
259 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp', 261 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
260 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h', 262 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
261 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.cpp', 263 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
262 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.h', 264 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp',
265 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.h',
266 '<(skia_src_path)/gpu/gl/builders/GrGLFullProgramBuilder.cpp',
267 '<(skia_src_path)/gpu/gl/builders/GrGLFullProgramBuilder.h',
263 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 268 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
264 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 269 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
265 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
266 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
267 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp', 270 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
268 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 271 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
269 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
270 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', 272 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
271 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', 273 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
272 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', 274 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
273 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', 275 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
274 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', 276 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
275 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', 277 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
276 278
277 # Sk files 279 # Sk files
278 '<(skia_include_path)/gpu/SkGr.h', 280 '<(skia_include_path)/gpu/SkGr.h',
279 '<(skia_include_path)/gpu/SkGrPixelRef.h', 281 '<(skia_include_path)/gpu/SkGrPixelRef.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 ], 353 ],
352 'skgpu_null_gl_sources': [ 354 'skgpu_null_gl_sources': [
353 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 355 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
354 356
355 # Sk files 357 # Sk files
356 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 358 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
357 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 359 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
358 ], 360 ],
359 }, 361 },
360 } 362 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698