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

Side by Side Diff: gyp/gpu.gypi

Issue 920863002: A simple change to move a bunch of stuff out of Gr*Geometry.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: clang fix Created 5 years, 10 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/gpu/GrDrawTarget.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '<(skia_src_path)/gpu/GrLayerHoister.h', 104 '<(skia_src_path)/gpu/GrLayerHoister.h',
105 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 105 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
106 '<(skia_src_path)/gpu/GrMemoryPool.h', 106 '<(skia_src_path)/gpu/GrMemoryPool.h',
107 '<(skia_src_path)/gpu/GrMurmur3HashKey.h', 107 '<(skia_src_path)/gpu/GrMurmur3HashKey.h',
108 '<(skia_src_path)/gpu/GrOrderedSet.h', 108 '<(skia_src_path)/gpu/GrOrderedSet.h',
109 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 109 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
110 '<(skia_src_path)/gpu/GrOvalRenderer.h', 110 '<(skia_src_path)/gpu/GrOvalRenderer.h',
111 '<(skia_src_path)/gpu/GrPaint.cpp', 111 '<(skia_src_path)/gpu/GrPaint.cpp',
112 '<(skia_src_path)/gpu/GrPath.cpp', 112 '<(skia_src_path)/gpu/GrPath.cpp',
113 '<(skia_src_path)/gpu/GrPath.h', 113 '<(skia_src_path)/gpu/GrPath.h',
114 '<(skia_src_path)/gpu/GrPathProcessor.cpp',
115 '<(skia_src_path)/gpu/GrPathProcessor.h',
114 '<(skia_src_path)/gpu/GrPathRange.cpp', 116 '<(skia_src_path)/gpu/GrPathRange.cpp',
115 '<(skia_src_path)/gpu/GrPathRange.h', 117 '<(skia_src_path)/gpu/GrPathRange.h',
116 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 118 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
117 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 119 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
118 '<(skia_src_path)/gpu/GrPathRenderer.h', 120 '<(skia_src_path)/gpu/GrPathRenderer.h',
119 '<(skia_src_path)/gpu/GrPathRendering.cpp', 121 '<(skia_src_path)/gpu/GrPathRendering.cpp',
120 '<(skia_src_path)/gpu/GrPathRendering.h', 122 '<(skia_src_path)/gpu/GrPathRendering.h',
121 '<(skia_src_path)/gpu/GrPathUtils.cpp', 123 '<(skia_src_path)/gpu/GrPathUtils.cpp',
122 '<(skia_src_path)/gpu/GrPathUtils.h', 124 '<(skia_src_path)/gpu/GrPathUtils.h',
123 '<(skia_src_path)/gpu/GrPendingProgramElement.h', 125 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
124 '<(skia_src_path)/gpu/GrPendingFragmentStage.h', 126 '<(skia_src_path)/gpu/GrPendingFragmentStage.h',
125 '<(skia_src_path)/gpu/GrPipeline.cpp', 127 '<(skia_src_path)/gpu/GrPipeline.cpp',
126 '<(skia_src_path)/gpu/GrPipeline.h', 128 '<(skia_src_path)/gpu/GrPipeline.h',
127 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', 129 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
128 '<(skia_src_path)/gpu/GrPipelineBuilder.h', 130 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
131 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
132 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
129 '<(skia_src_path)/gpu/GrProgramDesc.h', 133 '<(skia_src_path)/gpu/GrProgramDesc.h',
130 '<(skia_src_path)/gpu/GrProgramElement.cpp', 134 '<(skia_src_path)/gpu/GrProgramElement.cpp',
131 '<(skia_src_path)/gpu/GrProcessor.cpp', 135 '<(skia_src_path)/gpu/GrProcessor.cpp',
132 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 136 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
133 '<(skia_src_path)/gpu/GrProcOptInfo.h', 137 '<(skia_src_path)/gpu/GrProcOptInfo.h',
134 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 138 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
135 '<(skia_src_path)/gpu/GrPlotMgr.h', 139 '<(skia_src_path)/gpu/GrPlotMgr.h',
136 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 140 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
137 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 141 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
138 '<(skia_src_path)/gpu/GrRectanizer.h', 142 '<(skia_src_path)/gpu/GrRectanizer.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 228 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
225 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 229 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
226 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 230 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
227 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 231 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
228 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 232 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
229 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 233 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
230 '<(skia_src_path)/gpu/gl/GrGLContext.h', 234 '<(skia_src_path)/gpu/gl/GrGLContext.h',
231 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 235 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
232 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 236 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
233 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 237 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
238 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.cpp',
234 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h', 239 '<(skia_src_path)/gpu/gl/GrGLGeometryProcessor.h',
235 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp', 240 '<(skia_src_path)/gpu/gl/GrGLGpu.cpp',
236 '<(skia_src_path)/gpu/gl/GrGLGpu.h', 241 '<(skia_src_path)/gpu/gl/GrGLGpu.h',
237 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp', 242 '<(skia_src_path)/gpu/gl/GrGLGpuProgramCache.cpp',
238 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp', 243 '<(skia_src_path)/gpu/gl/GrGLExtensions.cpp',
239 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 244 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
240 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 245 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
241 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 246 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
242 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 247 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
243 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 248 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
244 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 249 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
245 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 250 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
246 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 251 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
247 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 252 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
248 '<(skia_src_path)/gpu/gl/GrGLPath.h', 253 '<(skia_src_path)/gpu/gl/GrGLPath.h',
254 '<(skia_src_path)/gpu/gl/GrGLPathProcessor.cpp',
255 '<(skia_src_path)/gpu/gl/GrGLPathProcessor.h',
249 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 256 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
250 '<(skia_src_path)/gpu/gl/GrGLPathRange.h', 257 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
251 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp', 258 '<(skia_src_path)/gpu/gl/GrGLPathRendering.cpp',
252 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h', 259 '<(skia_src_path)/gpu/gl/GrGLPathRendering.h',
260 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.cpp',
261 '<(skia_src_path)/gpu/gl/GrGLPrimitiveProcessor.h',
253 '<(skia_src_path)/gpu/gl/GrGLProcessor.h', 262 '<(skia_src_path)/gpu/gl/GrGLProcessor.h',
254 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 263 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
255 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 264 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
256 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 265 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
257 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 266 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
258 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp', 267 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.cpp',
259 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h', 268 '<(skia_src_path)/gpu/gl/GrGLProgramDataManager.h',
260 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 269 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
261 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 270 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
262 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h', 271 '<(skia_src_path)/gpu/gl/GrGLShaderVar.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 378 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
370 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 379 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
371 ], 380 ],
372 'skgpu_null_gl_sources': [ 381 'skgpu_null_gl_sources': [
373 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 382 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
374 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 383 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
375 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 384 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
376 ], 385 ],
377 }, 386 },
378 } 387 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrDrawTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698