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

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: Update to ToT; remove kSkipTiled flag from GM Created 5 years, 11 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
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', 149 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
150 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', 150 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
151 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', 151 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
152 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', 152 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
153 '<(skia_src_path)/gpu/GrStencilBuffer.h', 153 '<(skia_src_path)/gpu/GrStencilBuffer.h',
154 '<(skia_src_path)/gpu/GrStrokeInfo.h', 154 '<(skia_src_path)/gpu/GrStrokeInfo.h',
155 '<(skia_src_path)/gpu/GrTBSearch.h', 155 '<(skia_src_path)/gpu/GrTBSearch.h',
156 '<(skia_src_path)/gpu/GrTraceMarker.cpp', 156 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
157 '<(skia_src_path)/gpu/GrTraceMarker.h', 157 '<(skia_src_path)/gpu/GrTraceMarker.h',
158 '<(skia_src_path)/gpu/GrTracing.h', 158 '<(skia_src_path)/gpu/GrTracing.h',
159 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp',
160 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h',
159 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 161 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
160 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 162 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
161 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 163 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
162 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 164 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
163 '<(skia_src_path)/gpu/GrSurfacePriv.h', 165 '<(skia_src_path)/gpu/GrSurfacePriv.h',
164 '<(skia_src_path)/gpu/GrSurface.cpp', 166 '<(skia_src_path)/gpu/GrSurface.cpp',
165 '<(skia_src_path)/gpu/GrTemplates.h', 167 '<(skia_src_path)/gpu/GrTemplates.h',
166 '<(skia_src_path)/gpu/GrTextContext.cpp', 168 '<(skia_src_path)/gpu/GrTextContext.cpp',
167 '<(skia_src_path)/gpu/GrTextContext.h', 169 '<(skia_src_path)/gpu/GrTextContext.h',
168 '<(skia_src_path)/gpu/GrFontCache.cpp', 170 '<(skia_src_path)/gpu/GrFontCache.cpp',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 ], 367 ],
366 'skgpu_null_gl_sources': [ 368 'skgpu_null_gl_sources': [
367 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 369 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
368 370
369 # Sk files 371 # Sk files
370 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 372 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
371 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 373 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
372 ], 374 ],
373 }, 375 },
374 } 376 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | gyp/tests.gypi » ('j') | src/gpu/GrPathRendererChain.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698