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

Side by Side Diff: gyp/gpu.gypi

Issue 491673002: Initial refactor of shaderbuilder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « .gitignore ('k') | include/core/SkString.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 # 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/GrGLNameAllocator.cpp', 201 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
202 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 202 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
203 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 203 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
204 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 204 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
205 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 205 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
206 '<(skia_src_path)/gpu/gl/GrGLPath.h', 206 '<(skia_src_path)/gpu/gl/GrGLPath.h',
207 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 207 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
208 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 208 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
209 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 209 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
210 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 210 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
211 '<(skia_src_path)/gpu/gl/GrGLSLPrettyPrint.cpp',
212 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 211 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
213 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 212 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
214 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 213 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
215 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 214 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
216 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', 215 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp',
217 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', 216 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h',
218 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 217 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
219 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 218 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
220 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 219 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
221 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 220 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
222 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
223 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
224 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 221 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
225 '<(skia_src_path)/gpu/gl/GrGLSL.cpp', 222 '<(skia_src_path)/gpu/gl/GrGLSL.cpp',
226 '<(skia_src_path)/gpu/gl/GrGLSL.h', 223 '<(skia_src_path)/gpu/gl/GrGLSL.h',
227 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h', 224 '<(skia_src_path)/gpu/gl/GrGLSL_impl.h',
228 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp', 225 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.cpp',
229 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h', 226 '<(skia_src_path)/gpu/gl/GrGLStencilBuffer.h',
230 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp', 227 '<(skia_src_path)/gpu/gl/GrGLTexture.cpp',
231 '<(skia_src_path)/gpu/gl/GrGLTexture.h', 228 '<(skia_src_path)/gpu/gl/GrGLTexture.h',
232 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', 229 '<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
233 '<(skia_src_path)/gpu/gl/GrGLUtil.h', 230 '<(skia_src_path)/gpu/gl/GrGLUtil.h',
234 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h', 231 '<(skia_src_path)/gpu/gl/GrGLUniformHandle.h',
235 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp', 232 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
236 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h', 233 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
237 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp', 234 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.cpp',
238 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h', 235 '<(skia_src_path)/gpu/gl/GrGLVertexBuffer.h',
239 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp', 236 '<(skia_src_path)/gpu/gl/GrGpuGL.cpp',
240 '<(skia_src_path)/gpu/gl/GrGpuGL.h', 237 '<(skia_src_path)/gpu/gl/GrGpuGL.h',
241 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp', 238 '<(skia_src_path)/gpu/gl/GrGpuGL_program.cpp',
242 239
240 # Files for building GLSL shaders
241 '<(skia_src_path)/gpu/gl/builders/GrGLSLPrettyPrint.cpp',
242 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.cpp',
243 '<(skia_src_path)/gpu/gl/builders/GrGLShaderBuilder.h',
244 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.cpp',
245 '<(skia_src_path)/gpu/gl/builders/GrGLProgramBuilder.h',
246 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.cpp',
247 '<(skia_src_path)/gpu/gl/builders/GrGLShaderStringBuilder.h',
248 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.cpp',
249 '<(skia_src_path)/gpu/gl/builders/GrGLVertexShaderBuilder.h',
250 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp',
251 '<(skia_src_path)/gpu/gl/builders/GrGLFragmentShaderBuilder.h',
252 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp',
253 '<(skia_src_path)/gpu/gl/builders/GrGLGeometryShaderBuilder.h',
254
243 # Sk files 255 # Sk files
244 '<(skia_include_path)/gpu/SkGpuDevice.h', 256 '<(skia_include_path)/gpu/SkGpuDevice.h',
245 '<(skia_include_path)/gpu/SkGr.h', 257 '<(skia_include_path)/gpu/SkGr.h',
246 '<(skia_include_path)/gpu/SkGrPixelRef.h', 258 '<(skia_include_path)/gpu/SkGrPixelRef.h',
247 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h', 259 '<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
248 260
249 '<(skia_include_path)/gpu/gl/SkGLContextHelper.h', 261 '<(skia_include_path)/gpu/gl/SkGLContextHelper.h',
250 262
251 '<(skia_src_path)/gpu/SkGpuDevice.cpp', 263 '<(skia_src_path)/gpu/SkGpuDevice.cpp',
252 '<(skia_src_path)/gpu/SkGr.cpp', 264 '<(skia_src_path)/gpu/SkGr.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 ], 328 ],
317 'skgpu_null_gl_sources': [ 329 'skgpu_null_gl_sources': [
318 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 330 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
319 331
320 # Sk files 332 # Sk files
321 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 333 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
322 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 334 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
323 ], 335 ],
324 }, 336 },
325 } 337 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | include/core/SkString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698