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

Side by Side Diff: gyp/gpu.gypi

Issue 855513004: Tessellating GPU path renderer. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove useless #includes 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 | « gyp/gmslides.gypi ('k') | gyp/tests.gypi » ('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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', 160 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
161 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', 161 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
162 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', 162 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
163 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', 163 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
164 '<(skia_src_path)/gpu/GrStencilBuffer.h', 164 '<(skia_src_path)/gpu/GrStencilBuffer.h',
165 '<(skia_src_path)/gpu/GrStrokeInfo.h', 165 '<(skia_src_path)/gpu/GrStrokeInfo.h',
166 '<(skia_src_path)/gpu/GrTBSearch.h', 166 '<(skia_src_path)/gpu/GrTBSearch.h',
167 '<(skia_src_path)/gpu/GrTraceMarker.cpp', 167 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
168 '<(skia_src_path)/gpu/GrTraceMarker.h', 168 '<(skia_src_path)/gpu/GrTraceMarker.h',
169 '<(skia_src_path)/gpu/GrTracing.h', 169 '<(skia_src_path)/gpu/GrTracing.h',
170 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp',
171 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h',
170 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 172 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
171 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 173 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
172 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 174 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
173 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 175 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
174 '<(skia_src_path)/gpu/GrSurfacePriv.h', 176 '<(skia_src_path)/gpu/GrSurfacePriv.h',
175 '<(skia_src_path)/gpu/GrSurface.cpp', 177 '<(skia_src_path)/gpu/GrSurface.cpp',
176 '<(skia_src_path)/gpu/GrTemplates.h', 178 '<(skia_src_path)/gpu/GrTemplates.h',
177 '<(skia_src_path)/gpu/GrTextContext.cpp', 179 '<(skia_src_path)/gpu/GrTextContext.cpp',
178 '<(skia_src_path)/gpu/GrTextContext.h', 180 '<(skia_src_path)/gpu/GrTextContext.h',
179 '<(skia_src_path)/gpu/GrFontCache.cpp', 181 '<(skia_src_path)/gpu/GrFontCache.cpp',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 383 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
382 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 384 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
383 ], 385 ],
384 'skgpu_null_gl_sources': [ 386 'skgpu_null_gl_sources': [
385 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 387 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
386 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 388 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
387 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 389 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
388 ], 390 ],
389 }, 391 },
390 } 392 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698