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

Side by Side Diff: gyp/gpu.gypi

Issue 824753002: Rename GrGpuGL -> GrGLGpu (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address nit 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/GrGpuFactory.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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 220 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
221 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 221 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
222 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 222 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
223 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 223 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
224 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 224 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
225 '<(skia_src_path)/gpu/gl/GrGLContext.h', 225 '<(skia_src_path)/gpu/gl/GrGLContext.h',
226 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 226 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
227 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 227 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
228 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 228 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
229 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h', 229 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
230 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
231 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
230 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 232 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
231 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 233 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
232 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 234 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
233 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 235 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
234 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 236 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
235 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 237 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
236 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 238 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
237 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 239 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
238 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 240 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
239 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 241 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
(...skipping 21 matching lines...) Expand all
261 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 263 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
262 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 264 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
263 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 265 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
264 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 266 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
265 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 267 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
266 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 268 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
267 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 269 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
268 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 270 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
269 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 271 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
270 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 272 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
271 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
272 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
273 273
274 # Files for building GLSL shaders 274 # Files for building GLSL shaders
275 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp', 275 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.cpp',
276 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h', 276 '<(skia_src_path)/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h',
277 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.cpp', 277 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.cpp',
278 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.h', 278 '<(skia_src_path)/gpu/gl/builders/GrGLNvprProgramBuilder.h',
279 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp', 279 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
280 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h', 280 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
281 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp', 281 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
282 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h', 282 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 ], 367 ],
368 'skgpu_null_gl_sources': [ 368 'skgpu_null_gl_sources': [
369 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 369 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
370 370
371 # Sk files 371 # Sk files
372 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 372 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
373 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 373 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
374 ], 374 ],
375 }, 375 },
376 } 376 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrGpuFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698