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

Side by Side Diff: gyp/gpu.gypi

Issue 807133002: Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cpp (Closed) Base URL: https://skia.googlesource.com/skia.git@glgpu
Patch Set: Created 6 years 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/gl/GrGLGpuProgramCache.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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 216 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
217 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 217 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
218 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 218 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
219 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 219 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
220 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 220 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
221 '<(skia_src_path)/gpu/gl/GrGLContext.h', 221 '<(skia_src_path)/gpu/gl/GrGLContext.h',
222 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 222 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
223 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 223 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
224 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 224 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
225 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h', 225 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
226 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
226 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 227 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
227 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 228 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
228 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 229 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
229 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 230 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
230 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 231 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
231 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 232 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
232 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 233 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
233 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 234 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
234 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 235 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
235 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 236 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
(...skipping 22 matching lines...) Expand all
258 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 259 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
259 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 260 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
260 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 261 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
261 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 262 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
262 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 263 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
263 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 264 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
264 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 265 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
265 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 266 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
266 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', 267 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
267 '<(skia_src_path)/gpu/gl/GrGpuGL.h', 268 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
268 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
269 269
270 # Files for building GLSL shaders 270 # Files for building GLSL shaders
271 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp', 271 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp',
272 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h', 272 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h',
273 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.cpp', 273 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.cpp',
274 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.h', 274 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.h',
275 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 275 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
276 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 276 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
277 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', 277 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
278 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', 278 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 ], 363 ],
364 'skgpu_null_gl_sources': [ 364 'skgpu_null_gl_sources': [
365 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 365 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
366 366
367 # Sk files 367 # Sk files
368 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 368 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
369 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 369 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
370 ], 370 ],
371 }, 371 },
372 } 372 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/gl/GrGLGpuProgramCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698