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

Side by Side Diff: gyp/gpu.gypi

Issue 597323002: Split GrDrawState and GrOptDrawState into separate classes and remove base class. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More nits Created 6 years, 2 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/GrGpuResourceRef.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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 125 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
126 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 126 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
127 '<(skia_src_path)/gpu/GrRedBlackTree.h', 127 '<(skia_src_path)/gpu/GrRedBlackTree.h',
128 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 128 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
129 '<(skia_src_path)/gpu/GrReducedClip.cpp', 129 '<(skia_src_path)/gpu/GrReducedClip.cpp',
130 '<(skia_src_path)/gpu/GrReducedClip.h', 130 '<(skia_src_path)/gpu/GrReducedClip.h',
131 '<(skia_src_path)/gpu/GrResourceCache.cpp', 131 '<(skia_src_path)/gpu/GrResourceCache.cpp',
132 '<(skia_src_path)/gpu/GrResourceCache.h', 132 '<(skia_src_path)/gpu/GrResourceCache.h',
133 '<(skia_src_path)/gpu/GrResourceCache2.cpp', 133 '<(skia_src_path)/gpu/GrResourceCache2.cpp',
134 '<(skia_src_path)/gpu/GrResourceCache2.h', 134 '<(skia_src_path)/gpu/GrResourceCache2.h',
135 '<(skia_src_path)/gpu/GrRODrawState.cpp',
136 '<(skia_src_path)/gpu/GrRODrawState.h',
137 '<(skia_src_path)/gpu/GrStencil.cpp', 135 '<(skia_src_path)/gpu/GrStencil.cpp',
138 '<(skia_src_path)/gpu/GrStencil.h', 136 '<(skia_src_path)/gpu/GrStencil.h',
139 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', 137 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
140 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', 138 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
141 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', 139 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
142 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', 140 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
143 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', 141 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
144 '<(skia_src_path)/gpu/GrStencilBuffer.h', 142 '<(skia_src_path)/gpu/GrStencilBuffer.h',
145 '<(skia_src_path)/gpu/GrStrokeInfo.h', 143 '<(skia_src_path)/gpu/GrStrokeInfo.h',
146 '<(skia_src_path)/gpu/GrTBSearch.h', 144 '<(skia_src_path)/gpu/GrTBSearch.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ], 348 ],
351 'skgpu_null_gl_sources': [ 349 'skgpu_null_gl_sources': [
352 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 350 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
353 351
354 # Sk files 352 # Sk files
355 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 353 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
356 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 354 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
357 ], 355 ],
358 }, 356 },
359 } 357 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrGpuResourceRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698