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

Side by Side Diff: gyp/gpu.gypi

Issue 311183002: Push dash checks into GrContext. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Merge issues 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
« no previous file with comments | « no previous file | include/gpu/GrContext.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/GrStencilBuffer.cpp', 119 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
120 '<(skia_src_path)/gpu/GrStencilBuffer.h', 120 '<(skia_src_path)/gpu/GrStencilBuffer.h',
121 '<(skia_src_path)/gpu/GrStrokeInfo.h',
121 '<(skia_src_path)/gpu/GrTBSearch.h', 122 '<(skia_src_path)/gpu/GrTBSearch.h',
122 '<(skia_src_path)/gpu/GrTraceMarker.cpp', 123 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
123 '<(skia_src_path)/gpu/GrTraceMarker.h', 124 '<(skia_src_path)/gpu/GrTraceMarker.h',
124 '<(skia_src_path)/gpu/GrTracing.h', 125 '<(skia_src_path)/gpu/GrTracing.h',
125 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 126 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
126 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 127 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
127 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 128 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
128 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 129 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
129 '<(skia_src_path)/gpu/GrSurface.cpp', 130 '<(skia_src_path)/gpu/GrSurface.cpp',
130 '<(skia_src_path)/gpu/GrTemplates.h', 131 '<(skia_src_path)/gpu/GrTemplates.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 ], 301 ],
301 'skgpu_null_gl_sources': [ 302 'skgpu_null_gl_sources': [
302 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 303 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
303 304
304 # Sk files 305 # Sk files
305 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 306 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
306 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 307 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
307 ], 308 ],
308 }, 309 },
309 } 310 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698