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

Side by Side Diff: gyp/gpu.gypi

Issue 716143004: Replace GrResourceCache with GrResourceCache2. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix asserts Created 6 years, 1 month 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/gpu.gyp ('k') | include/gpu/GrConfig.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 129 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
130 '<(skia_src_path)/gpu/GrRectanizer.h', 130 '<(skia_src_path)/gpu/GrRectanizer.h',
131 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 131 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
132 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 132 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
133 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 133 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
134 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 134 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
135 '<(skia_src_path)/gpu/GrRedBlackTree.h', 135 '<(skia_src_path)/gpu/GrRedBlackTree.h',
136 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 136 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
137 '<(skia_src_path)/gpu/GrReducedClip.cpp', 137 '<(skia_src_path)/gpu/GrReducedClip.cpp',
138 '<(skia_src_path)/gpu/GrReducedClip.h', 138 '<(skia_src_path)/gpu/GrReducedClip.h',
139 '<(skia_src_path)/gpu/GrResourceCache.cpp',
140 '<(skia_src_path)/gpu/GrResourceCache.h',
141 '<(skia_src_path)/gpu/GrResourceCache2.cpp', 139 '<(skia_src_path)/gpu/GrResourceCache2.cpp',
142 '<(skia_src_path)/gpu/GrResourceCache2.h', 140 '<(skia_src_path)/gpu/GrResourceCache2.h',
143 '<(skia_src_path)/gpu/GrStencil.cpp', 141 '<(skia_src_path)/gpu/GrStencil.cpp',
144 '<(skia_src_path)/gpu/GrStencil.h', 142 '<(skia_src_path)/gpu/GrStencil.h',
145 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', 143 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
146 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', 144 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
147 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', 145 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
148 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', 146 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
149 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', 147 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
150 '<(skia_src_path)/gpu/GrStencilBuffer.h', 148 '<(skia_src_path)/gpu/GrStencilBuffer.h',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 ], 356 ],
359 'skgpu_null_gl_sources': [ 357 'skgpu_null_gl_sources': [
360 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 358 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
361 359
362 # Sk files 360 # Sk files
363 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 361 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
364 '<(skia_src_path)/gpu/gl/SkNullGLContext.h', 362 '<(skia_src_path)/gpu/gl/SkNullGLContext.h',
365 ], 363 ],
366 }, 364 },
367 } 365 }
OLDNEW
« no previous file with comments | « gyp/gpu.gyp ('k') | include/gpu/GrConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698