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

Side by Side Diff: gyp/gpu.gypi

Issue 1226203013: Remove GrRedBlackTree (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 5 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 | « bench/GrOrderedSetBench.cpp ('k') | src/gpu/GrOrderedSet.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'gpu' files 5 # Include this gypi to include all 'gpu' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.h', 128 '<(skia_src_path)/gpu/GrInOrderCommandBuilder.h',
129 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', 129 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
130 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', 130 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
131 '<(skia_src_path)/gpu/GrLayerCache.cpp', 131 '<(skia_src_path)/gpu/GrLayerCache.cpp',
132 '<(skia_src_path)/gpu/GrLayerCache.h', 132 '<(skia_src_path)/gpu/GrLayerCache.h',
133 '<(skia_src_path)/gpu/GrLayerHoister.cpp', 133 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
134 '<(skia_src_path)/gpu/GrLayerHoister.h', 134 '<(skia_src_path)/gpu/GrLayerHoister.h',
135 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 135 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
136 '<(skia_src_path)/gpu/GrMemoryPool.h', 136 '<(skia_src_path)/gpu/GrMemoryPool.h',
137 '<(skia_src_path)/gpu/GrNonAtomicRef.h', 137 '<(skia_src_path)/gpu/GrNonAtomicRef.h',
138 '<(skia_src_path)/gpu/GrOrderedSet.h',
139 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 138 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
140 '<(skia_src_path)/gpu/GrOvalRenderer.h', 139 '<(skia_src_path)/gpu/GrOvalRenderer.h',
141 '<(skia_src_path)/gpu/GrPaint.cpp', 140 '<(skia_src_path)/gpu/GrPaint.cpp',
142 '<(skia_src_path)/gpu/GrPath.cpp', 141 '<(skia_src_path)/gpu/GrPath.cpp',
143 '<(skia_src_path)/gpu/GrPath.h', 142 '<(skia_src_path)/gpu/GrPath.h',
144 '<(skia_src_path)/gpu/GrPathProcessor.cpp', 143 '<(skia_src_path)/gpu/GrPathProcessor.cpp',
145 '<(skia_src_path)/gpu/GrPathProcessor.h', 144 '<(skia_src_path)/gpu/GrPathProcessor.h',
146 '<(skia_src_path)/gpu/GrPathRange.cpp', 145 '<(skia_src_path)/gpu/GrPathRange.cpp',
147 '<(skia_src_path)/gpu/GrPathRange.h', 146 '<(skia_src_path)/gpu/GrPathRange.h',
148 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 147 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
(...skipping 20 matching lines...) Expand all
169 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 168 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
170 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 169 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
171 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 170 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
172 '<(skia_src_path)/gpu/GrRectanizer.h', 171 '<(skia_src_path)/gpu/GrRectanizer.h',
173 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 172 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
174 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 173 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
175 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 174 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
176 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 175 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
177 '<(skia_src_path)/gpu/GrRectBatch.h', 176 '<(skia_src_path)/gpu/GrRectBatch.h',
178 '<(skia_src_path)/gpu/GrRectBatch.cpp', 177 '<(skia_src_path)/gpu/GrRectBatch.cpp',
179 '<(skia_src_path)/gpu/GrRedBlackTree.h',
180 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 178 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
181 '<(skia_src_path)/gpu/GrRenderTargetPriv.h', 179 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
182 '<(skia_src_path)/gpu/GrReducedClip.cpp', 180 '<(skia_src_path)/gpu/GrReducedClip.cpp',
183 '<(skia_src_path)/gpu/GrReducedClip.h', 181 '<(skia_src_path)/gpu/GrReducedClip.h',
184 '<(skia_src_path)/gpu/GrReorderCommandBuilder.h', 182 '<(skia_src_path)/gpu/GrReorderCommandBuilder.h',
185 '<(skia_src_path)/gpu/GrReorderCommandBuilder.cpp', 183 '<(skia_src_path)/gpu/GrReorderCommandBuilder.cpp',
186 '<(skia_src_path)/gpu/GrResourceCache.cpp', 184 '<(skia_src_path)/gpu/GrResourceCache.cpp',
187 '<(skia_src_path)/gpu/GrResourceCache.h', 185 '<(skia_src_path)/gpu/GrResourceCache.h',
188 '<(skia_src_path)/gpu/GrResourceProvider.cpp', 186 '<(skia_src_path)/gpu/GrResourceProvider.cpp',
189 '<(skia_src_path)/gpu/GrResourceProvider.h', 187 '<(skia_src_path)/gpu/GrResourceProvider.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 431 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
434 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 432 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
435 ], 433 ],
436 'skgpu_null_gl_sources': [ 434 'skgpu_null_gl_sources': [
437 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 435 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
438 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 436 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
439 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 437 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
440 ], 438 ],
441 }, 439 },
442 } 440 }
OLDNEW
« no previous file with comments | « bench/GrOrderedSetBench.cpp ('k') | src/gpu/GrOrderedSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698