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

Side by Side Diff: gyp/gpu.gypi

Issue 196133014: Implement text rendering with NVPR (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase and fix postext Created 6 years, 6 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 '<(skia_src_path)/gpu/GrRedBlackTree.h', 109 '<(skia_src_path)/gpu/GrRedBlackTree.h',
110 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 110 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
111 '<(skia_src_path)/gpu/GrReducedClip.cpp', 111 '<(skia_src_path)/gpu/GrReducedClip.cpp',
112 '<(skia_src_path)/gpu/GrReducedClip.h', 112 '<(skia_src_path)/gpu/GrReducedClip.h',
113 '<(skia_src_path)/gpu/GrResourceCache.cpp', 113 '<(skia_src_path)/gpu/GrResourceCache.cpp',
114 '<(skia_src_path)/gpu/GrResourceCache.h', 114 '<(skia_src_path)/gpu/GrResourceCache.h',
115 '<(skia_src_path)/gpu/GrStencil.cpp', 115 '<(skia_src_path)/gpu/GrStencil.cpp',
116 '<(skia_src_path)/gpu/GrStencil.h', 116 '<(skia_src_path)/gpu/GrStencil.h',
117 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', 117 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
118 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', 118 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
119 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
120 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
119 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', 121 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
120 '<(skia_src_path)/gpu/GrStencilBuffer.h', 122 '<(skia_src_path)/gpu/GrStencilBuffer.h',
121 '<(skia_src_path)/gpu/GrTBSearch.h', 123 '<(skia_src_path)/gpu/GrTBSearch.h',
122 '<(skia_src_path)/gpu/GrTraceMarker.cpp', 124 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
123 '<(skia_src_path)/gpu/GrTraceMarker.h', 125 '<(skia_src_path)/gpu/GrTraceMarker.h',
124 '<(skia_src_path)/gpu/GrTracing.h', 126 '<(skia_src_path)/gpu/GrTracing.h',
125 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 127 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
126 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 128 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
127 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 129 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
128 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 130 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 ], 300 ],
299 'skgpu_null_gl_sources': [ 301 'skgpu_null_gl_sources': [
300 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 302 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
301 303
302 # Sk files 304 # Sk files
303 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 305 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
304 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 306 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
305 ], 307 ],
306 }, 308 },
307 } 309 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkPaint.h » ('j') | src/core/SkDrawProcs.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698