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

Side by Side Diff: gyp/gpu.gypi

Issue 400713003: Add a GrPathRange class (Closed) Base URL: https://skia.googlesource.com/skia.git@clupload-ispath
Patch Set: Fix more windows trivial warningswq Created 6 years, 5 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/core/SkStrokeRec.h » ('j') | src/gpu/GrDrawTarget.h » ('J')
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 '<(skia_src_path)/gpu/GrLayerCache.cpp', 87 '<(skia_src_path)/gpu/GrLayerCache.cpp',
88 '<(skia_src_path)/gpu/GrLayerCache.h', 88 '<(skia_src_path)/gpu/GrLayerCache.h',
89 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 89 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
90 '<(skia_src_path)/gpu/GrMemoryPool.h', 90 '<(skia_src_path)/gpu/GrMemoryPool.h',
91 '<(skia_src_path)/gpu/GrOrderedSet.h', 91 '<(skia_src_path)/gpu/GrOrderedSet.h',
92 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 92 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
93 '<(skia_src_path)/gpu/GrOvalRenderer.h', 93 '<(skia_src_path)/gpu/GrOvalRenderer.h',
94 '<(skia_src_path)/gpu/GrPaint.cpp', 94 '<(skia_src_path)/gpu/GrPaint.cpp',
95 '<(skia_src_path)/gpu/GrPath.cpp', 95 '<(skia_src_path)/gpu/GrPath.cpp',
96 '<(skia_src_path)/gpu/GrPath.h', 96 '<(skia_src_path)/gpu/GrPath.h',
97 '<(skia_src_path)/gpu/GrPathRange.h',
97 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 98 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
98 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 99 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
99 '<(skia_src_path)/gpu/GrPathRenderer.h', 100 '<(skia_src_path)/gpu/GrPathRenderer.h',
100 '<(skia_src_path)/gpu/GrPathUtils.cpp', 101 '<(skia_src_path)/gpu/GrPathUtils.cpp',
101 '<(skia_src_path)/gpu/GrPathUtils.h', 102 '<(skia_src_path)/gpu/GrPathUtils.h',
102 '<(skia_src_path)/gpu/GrPictureUtils.h', 103 '<(skia_src_path)/gpu/GrPictureUtils.h',
103 '<(skia_src_path)/gpu/GrPictureUtils.cpp', 104 '<(skia_src_path)/gpu/GrPictureUtils.cpp',
104 '<(skia_src_path)/gpu/GrPlotMgr.h', 105 '<(skia_src_path)/gpu/GrPlotMgr.h',
105 '<(skia_src_path)/gpu/GrRectanizer.h', 106 '<(skia_src_path)/gpu/GrRectanizer.h',
106 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 107 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp', 194 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.cpp',
194 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h', 195 '<(skia_src_path)/gpu/gl/GrGLIndexBuffer.h',
195 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp', 196 '<(skia_src_path)/gpu/gl/GrGLInterface.cpp',
196 '<(skia_src_path)/gpu/gl/GrGLIRect.h', 197 '<(skia_src_path)/gpu/gl/GrGLIRect.h',
197 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp', 198 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
198 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h', 199 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
199 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp', 200 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.cpp',
200 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h', 201 '<(skia_src_path)/gpu/gl/GrGLNoOpInterface.h',
201 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 202 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
202 '<(skia_src_path)/gpu/gl/GrGLPath.h', 203 '<(skia_src_path)/gpu/gl/GrGLPath.h',
204 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp',
205 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
203 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp', 206 '<(skia_src_path)/gpu/gl/GrGLProgram.cpp',
204 '<(skia_src_path)/gpu/gl/GrGLProgram.h', 207 '<(skia_src_path)/gpu/gl/GrGLProgram.h',
205 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp', 208 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.cpp',
206 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h', 209 '<(skia_src_path)/gpu/gl/GrGLProgramDesc.h',
207 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp', 210 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.cpp',
208 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h', 211 '<(skia_src_path)/gpu/gl/GrGLProgramEffects.h',
209 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp', 212 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.cpp',
210 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h', 213 '<(skia_src_path)/gpu/gl/GrGLRenderTarget.h',
211 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp', 214 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.cpp',
212 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h', 215 '<(skia_src_path)/gpu/gl/GrGLShaderBuilder.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 310 ],
308 'skgpu_null_gl_sources': [ 311 'skgpu_null_gl_sources': [
309 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 312 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
310 313
311 # Sk files 314 # Sk files
312 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 315 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
313 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 316 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
314 ], 317 ],
315 }, 318 },
316 } 319 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkStrokeRec.h » ('j') | src/gpu/GrDrawTarget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698