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

Side by Side Diff: gyp/gpu.gypi

Issue 1083133002: Rename GrStencilBuffer to GrStencilAttachment (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Align data member Created 5 years, 8 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/GrRenderTarget.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 # 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '<(skia_src_path)/gpu/GrReducedClip.cpp', 166 '<(skia_src_path)/gpu/GrReducedClip.cpp',
167 '<(skia_src_path)/gpu/GrReducedClip.h', 167 '<(skia_src_path)/gpu/GrReducedClip.h',
168 '<(skia_src_path)/gpu/GrResourceCache.cpp', 168 '<(skia_src_path)/gpu/GrResourceCache.cpp',
169 '<(skia_src_path)/gpu/GrResourceCache.h', 169 '<(skia_src_path)/gpu/GrResourceCache.h',
170 '<(skia_src_path)/gpu/GrStencil.cpp', 170 '<(skia_src_path)/gpu/GrStencil.cpp',
171 '<(skia_src_path)/gpu/GrStencil.h', 171 '<(skia_src_path)/gpu/GrStencil.h',
172 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', 172 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
173 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', 173 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
174 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', 174 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
175 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', 175 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
176 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', 176 '<(skia_src_path)/gpu/GrStencilAttachment.cpp',
177 '<(skia_src_path)/gpu/GrStencilBuffer.h', 177 '<(skia_src_path)/gpu/GrStencilAttachment.h',
178 '<(skia_src_path)/gpu/GrStrokeInfo.h', 178 '<(skia_src_path)/gpu/GrStrokeInfo.h',
179 '<(skia_src_path)/gpu/GrTargetCommands.cpp', 179 '<(skia_src_path)/gpu/GrTargetCommands.cpp',
180 '<(skia_src_path)/gpu/GrTargetCommands.h', 180 '<(skia_src_path)/gpu/GrTargetCommands.h',
181 '<(skia_src_path)/gpu/GrTBSearch.h', 181 '<(skia_src_path)/gpu/GrTBSearch.h',
182 '<(skia_src_path)/gpu/GrTraceMarker.cpp', 182 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
183 '<(skia_src_path)/gpu/GrTraceMarker.h', 183 '<(skia_src_path)/gpu/GrTraceMarker.h',
184 '<(skia_src_path)/gpu/GrTracing.h', 184 '<(skia_src_path)/gpu/GrTracing.h',
185 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp', 185 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp',
186 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h', 186 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h',
187 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 187 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 288 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
289 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 289 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
290 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 290 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
291 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 291 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
292 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 292 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
293 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 293 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
294 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 294 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
295 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', 295 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
296 '<(skia_src_path)/gpu/gl/GrGLSL.h', 296 '<(skia_src_path)/gpu/gl/GrGLSL.h',
297 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', 297 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
298 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', 298 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.cpp',
299 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', 299 '<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h',
300 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 300 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
301 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 301 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
302 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', 302 '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
303 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 303 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
304 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 304 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
305 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 305 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
306 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 306 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
307 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 307 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
308 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 308 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
309 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 309 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
401 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 401 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
402 ], 402 ],
403 'skgpu_null_gl_sources': [ 403 'skgpu_null_gl_sources': [
404 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 404 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
405 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 405 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
406 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 406 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
407 ], 407 ],
408 }, 408 },
409 } 409 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrRenderTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698