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

Side by Side Diff: gyp/gpu.gypi

Issue 1417123002: Move GrGLShaderVar to GrGLSL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix gyp Created 5 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 | « bench/GLVertexAttributesBench.cpp ('k') | src/effects/SkBlurMaskFilter.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'gpu' files 5 # Include this gypi to include all 'gpu' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h', 325 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h',
326 '<(skia_src_path)/gpu/gl/GrGLProcessor.h', 326 '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
327 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 327 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
328 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 328 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 329 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
330 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 330 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
331 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 331 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
332 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 332 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
333 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 333 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
334 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 334 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
335 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
336 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp', 335 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
337 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', 336 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
338 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 337 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
339 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 338 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
340 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', 339 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
341 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 340 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
342 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 341 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
343 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 342 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
344 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 343 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
345 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 344 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
(...skipping 11 matching lines...) Expand all
357 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h', 356 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
358 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp', 357 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
359 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', 358 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
360 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h', 359 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', 360 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
362 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h', 361 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', 362 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
364 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h', 363 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
365 364
366 # GLSL 365 # GLSL
367 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
368 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
369 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp', 366 '<(skia_src_path)/gpu/glsl/GrGLSL.cpp',
370 '<(skia_src_path)/gpu/glsl/GrGLSL.h', 367 '<(skia_src_path)/gpu/glsl/GrGLSL.h',
371 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h', 368 '<(skia_src_path)/gpu/glsl/GrGLSL_impl.h',
369 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.cpp',
370 '<(skia_src_path)/gpu/glsl/GrGLSLCaps.h',
371 '<(skia_src_path)/gpu/glsl/GrGLSLShaderVar.h',
372 372
373 # Sk files 373 # Sk files
374 '<(skia_include_path)/gpu/SkGr.h', 374 '<(skia_include_path)/gpu/SkGr.h',
375 '<(skia_include_path)/gpu/SkGrPixelRef.h', 375 '<(skia_include_path)/gpu/SkGrPixelRef.h',
376 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 376 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
377 377
378 '<(skia_include_path)/gpu/gl/SkGLContext.h', 378 '<(skia_include_path)/gpu/gl/SkGLContext.h',
379 379
380 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 380 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
381 '<(skia_src_path)/gpu/SkGpuDevice.h', 381 '<(skia_src_path)/gpu/SkGpuDevice.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
452 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 452 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
453 ], 453 ],
454 'skgpu_null_gl_sources': [ 454 'skgpu_null_gl_sources': [
455 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 455 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
456 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 456 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
457 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 457 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
458 ], 458 ],
459 }, 459 },
460 } 460 }
OLDNEW
« no previous file with comments | « bench/GLVertexAttributesBench.cpp ('k') | src/effects/SkBlurMaskFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698