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

Side by Side Diff: gyp/gpu.gypi

Issue 481443002: Add GrResourceCache2. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix leaks Created 6 years, 4 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 107 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
108 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 108 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
109 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 109 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
110 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 110 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
111 '<(skia_src_path)/gpu/GrRedBlackTree.h', 111 '<(skia_src_path)/gpu/GrRedBlackTree.h',
112 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 112 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
113 '<(skia_src_path)/gpu/GrReducedClip.cpp', 113 '<(skia_src_path)/gpu/GrReducedClip.cpp',
114 '<(skia_src_path)/gpu/GrReducedClip.h', 114 '<(skia_src_path)/gpu/GrReducedClip.h',
115 '<(skia_src_path)/gpu/GrResourceCache.cpp', 115 '<(skia_src_path)/gpu/GrResourceCache.cpp',
116 '<(skia_src_path)/gpu/GrResourceCache.h', 116 '<(skia_src_path)/gpu/GrResourceCache.h',
117 '<(skia_src_path)/gpu/GrResourceCache2.cpp',
118 '<(skia_src_path)/gpu/GrResourceCache2.h',
117 '<(skia_src_path)/gpu/GrStencil.cpp', 119 '<(skia_src_path)/gpu/GrStencil.cpp',
118 '<(skia_src_path)/gpu/GrStencil.h', 120 '<(skia_src_path)/gpu/GrStencil.h',
119 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', 121 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
120 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h', 122 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
121 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', 123 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
122 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', 124 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
123 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', 125 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
124 '<(skia_src_path)/gpu/GrStencilBuffer.h', 126 '<(skia_src_path)/gpu/GrStencilBuffer.h',
125 '<(skia_src_path)/gpu/GrStrokeInfo.h', 127 '<(skia_src_path)/gpu/GrStrokeInfo.h',
126 '<(skia_src_path)/gpu/GrTBSearch.h', 128 '<(skia_src_path)/gpu/GrTBSearch.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 ], 316 ],
315 'skgpu_null_gl_sources': [ 317 'skgpu_null_gl_sources': [
316 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 318 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
317 319
318 # Sk files 320 # Sk files
319 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 321 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
320 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 322 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
321 ], 323 ],
322 }, 324 },
323 } 325 }
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