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

Side by Side Diff: gyp/gpu.gypi

Issue 1311673014: Remove GrAddPathRenderers_default (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 3 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 | src/gpu/GrAddPathRenderers_default.cpp » ('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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', 48 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
49 '<(skia_include_path)/gpu/effects/GrExtractAlphaFragmentProcessor.h', 49 '<(skia_include_path)/gpu/effects/GrExtractAlphaFragmentProcessor.h',
50 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', 50 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
51 51
52 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 52 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
53 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 53 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
54 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 54 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
55 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 55 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
56 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 56 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
57 57
58 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
59 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 58 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
60 '<(skia_src_path)/gpu/GrAllocator.h', 59 '<(skia_src_path)/gpu/GrAllocator.h',
61 '<(skia_src_path)/gpu/GrAtlas.cpp', 60 '<(skia_src_path)/gpu/GrAtlas.cpp',
62 '<(skia_src_path)/gpu/GrAtlas.h', 61 '<(skia_src_path)/gpu/GrAtlas.h',
63 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp', 62 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp',
64 '<(skia_src_path)/gpu/GrAtlasTextBlob.h', 63 '<(skia_src_path)/gpu/GrAtlasTextBlob.h',
65 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', 64 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
66 '<(skia_src_path)/gpu/GrAtlasTextContext.h', 65 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
67 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 66 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
68 '<(skia_src_path)/gpu/GrBatchAtlas.h', 67 '<(skia_src_path)/gpu/GrBatchAtlas.h',
(...skipping 14 matching lines...) Expand all
83 '<(skia_src_path)/gpu/GrClipMaskCache.h', 82 '<(skia_src_path)/gpu/GrClipMaskCache.h',
84 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 83 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
85 '<(skia_src_path)/gpu/GrClipMaskManager.h', 84 '<(skia_src_path)/gpu/GrClipMaskManager.h',
86 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 85 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
87 '<(skia_src_path)/gpu/GrContext.cpp', 86 '<(skia_src_path)/gpu/GrContext.cpp',
88 '<(skia_src_path)/gpu/GrCommandBuilder.h', 87 '<(skia_src_path)/gpu/GrCommandBuilder.h',
89 '<(skia_src_path)/gpu/GrCommandBuilder.cpp', 88 '<(skia_src_path)/gpu/GrCommandBuilder.cpp',
90 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 89 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
91 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 90 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
92 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 91 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
93 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
94 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
95 '<(skia_src_path)/gpu/GrDrawContext.cpp', 92 '<(skia_src_path)/gpu/GrDrawContext.cpp',
96 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 93 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
97 '<(skia_src_path)/gpu/GrDrawTarget.h', 94 '<(skia_src_path)/gpu/GrDrawTarget.h',
98 '<(skia_src_path)/gpu/GrFontScaler.cpp', 95 '<(skia_src_path)/gpu/GrFontScaler.cpp',
99 '<(skia_src_path)/gpu/GrFontScaler.h', 96 '<(skia_src_path)/gpu/GrFontScaler.h',
100 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 97 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
101 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 98 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
102 '<(skia_src_path)/gpu/GrGlyph.h', 99 '<(skia_src_path)/gpu/GrGlyph.h',
103 '<(skia_src_path)/gpu/GrGpu.cpp', 100 '<(skia_src_path)/gpu/GrGpu.cpp',
104 '<(skia_src_path)/gpu/GrGpu.h', 101 '<(skia_src_path)/gpu/GrGpu.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h', 213 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h',
217 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp', 214 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp',
218 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h', 215 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h',
219 '<(skia_src_path)/gpu/batches/GrBatch.cpp', 216 '<(skia_src_path)/gpu/batches/GrBatch.cpp',
220 '<(skia_src_path)/gpu/batches/GrBatch.h', 217 '<(skia_src_path)/gpu/batches/GrBatch.h',
221 '<(skia_src_path)/gpu/batches/GrClearBatch.h', 218 '<(skia_src_path)/gpu/batches/GrClearBatch.h',
222 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp', 219 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp',
223 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h', 220 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h',
224 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp', 221 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp',
225 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h', 222 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h',
223 '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.cpp',
224 '<(skia_src_path)/gpu/batches/GrDefaultPathRenderer.h',
226 '<(skia_src_path)/gpu/batches/GrDiscardBatch.h', 225 '<(skia_src_path)/gpu/batches/GrDiscardBatch.h',
227 '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp', 226 '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp',
228 '<(skia_src_path)/gpu/batches/GrDrawBatch.h', 227 '<(skia_src_path)/gpu/batches/GrDrawBatch.h',
229 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', 228 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp',
230 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', 229 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h',
231 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', 230 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h',
232 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', 231 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp',
233 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', 232 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
234 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', 233 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h',
235 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', 234 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 463 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
465 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 464 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
466 ], 465 ],
467 'skgpu_null_gl_sources': [ 466 'skgpu_null_gl_sources': [
468 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 467 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
469 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 468 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
470 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 469 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
471 ], 470 ],
472 }, 471 },
473 } 472 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAddPathRenderers_default.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698