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

Side by Side Diff: gyp/gpu.gypi

Issue 365853002: Rename GrGLUniformManager to GrGLProgramResourceManager (Closed) Base URL: https://skia.googlesource.com/skia.git@02-path-program-fragment
Patch Set: rebase Created 6 years, 4 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/effects/SkAlphaThresholdFilter.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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 201 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
202 '<(skia_src_path)/gpu/gl/GrGLPath.h', 202 '<(skia_src_path)/gpu/gl/GrGLPath.h',
203 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 203 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
204 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 204 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
205 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 205 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
206 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 206 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
207 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 207 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
208 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 208 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
209 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', 209 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp',
210 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', 210 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h',
211 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
212 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
211 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 213 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
212 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 214 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
213 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp', 215 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
214 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h', 216 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
215 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 217 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
216 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', 218 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
217 '<(skia_src_path)/gpu/gl/GrGLSL.h', 219 '<(skia_src_path)/gpu/gl/GrGLSL.h',
218 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', 220 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
219 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', 221 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
220 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', 222 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
221 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 223 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
222 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 224 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
223 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 225 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
224 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 226 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
225 '<(skia_src_path)/gpu/gl/GrGLUniformManager.cpp',
226 '<(skia_src_path)/gpu/gl/GrGLUniformManager.h',
227 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 227 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
228 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 228 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
229 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 229 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
230 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 230 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
231 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 231 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
232 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', 232 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
233 '<(skia_src_path)/gpu/gl/GrGpuGL.h', 233 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
234 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', 234 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
235 235
236 # Sk files 236 # Sk files
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 ], 309 ],
310 'skgpu_null_gl_sources': [ 310 'skgpu_null_gl_sources': [
311 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 311 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
312 312
313 # Sk files 313 # Sk files
314 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 314 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
315 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 315 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
316 ], 316 ],
317 }, 317 },
318 } 318 }
OLDNEW
« no previous file with comments | « no previous file | src/effects/SkAlphaThresholdFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698