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

Side by Side Diff: gyp/gpu.gypi

Issue 1388113002: Bye bye processor data manager (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove files Created 5 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 | « gm/yuvtorgbeffect.cpp ('k') | include/core/SkColorFilter.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
11 # 11 #
12 { 12 {
13 'variables': { 13 'variables': {
14 'skgpu_sources': [ 14 'skgpu_sources': [
15 '<(skia_include_path)/gpu/GrBlend.h', 15 '<(skia_include_path)/gpu/GrBlend.h',
16 '<(skia_include_path)/gpu/GrCaps.h', 16 '<(skia_include_path)/gpu/GrCaps.h',
17 '<(skia_include_path)/gpu/GrClip.h', 17 '<(skia_include_path)/gpu/GrClip.h',
18 '<(skia_include_path)/gpu/GrColor.h', 18 '<(skia_include_path)/gpu/GrColor.h',
19 '<(skia_include_path)/gpu/GrConfig.h', 19 '<(skia_include_path)/gpu/GrConfig.h',
20 '<(skia_include_path)/gpu/GrContextOptions.h', 20 '<(skia_include_path)/gpu/GrContextOptions.h',
21 '<(skia_include_path)/gpu/GrContext.h', 21 '<(skia_include_path)/gpu/GrContext.h',
22 '<(skia_include_path)/gpu/GrCoordTransform.h', 22 '<(skia_include_path)/gpu/GrCoordTransform.h',
23 '<(skia_include_path)/gpu/GrDrawContext.h', 23 '<(skia_include_path)/gpu/GrDrawContext.h',
24 '<(skia_include_path)/gpu/GrFragmentProcessor.h', 24 '<(skia_include_path)/gpu/GrFragmentProcessor.h',
25 '<(skia_include_path)/gpu/GrGpuResource.h', 25 '<(skia_include_path)/gpu/GrGpuResource.h',
26 '<(skia_include_path)/gpu/GrInvariantOutput.h', 26 '<(skia_include_path)/gpu/GrInvariantOutput.h',
27 '<(skia_include_path)/gpu/GrPaint.h', 27 '<(skia_include_path)/gpu/GrPaint.h',
28 '<(skia_include_path)/gpu/GrPathRendererChain.h', 28 '<(skia_include_path)/gpu/GrPathRendererChain.h',
29 '<(skia_include_path)/gpu/GrProcessor.h', 29 '<(skia_include_path)/gpu/GrProcessor.h',
30 '<(skia_include_path)/gpu/GrProcessorDataManager.h',
31 '<(skia_include_path)/gpu/GrProcessorUnitTest.h', 30 '<(skia_include_path)/gpu/GrProcessorUnitTest.h',
32 '<(skia_include_path)/gpu/GrProgramElement.h', 31 '<(skia_include_path)/gpu/GrProgramElement.h',
33 '<(skia_include_path)/gpu/GrGpuResourceRef.h', 32 '<(skia_include_path)/gpu/GrGpuResourceRef.h',
34 '<(skia_include_path)/gpu/GrRect.h', 33 '<(skia_include_path)/gpu/GrRect.h',
35 '<(skia_include_path)/gpu/GrRenderTarget.h', 34 '<(skia_include_path)/gpu/GrRenderTarget.h',
36 '<(skia_include_path)/gpu/GrResourceKey.h', 35 '<(skia_include_path)/gpu/GrResourceKey.h',
37 '<(skia_include_path)/gpu/GrShaderVar.h', 36 '<(skia_include_path)/gpu/GrShaderVar.h',
38 '<(skia_include_path)/gpu/GrSurface.h', 37 '<(skia_include_path)/gpu/GrSurface.h',
39 '<(skia_include_path)/gpu/GrTexture.h', 38 '<(skia_include_path)/gpu/GrTexture.h',
40 '<(skia_include_path)/gpu/GrTextureProvider.h', 39 '<(skia_include_path)/gpu/GrTextureProvider.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 '<(skia_src_path)/gpu/GrPendingProgramElement.h', 127 '<(skia_src_path)/gpu/GrPendingProgramElement.h',
129 '<(skia_src_path)/gpu/GrPipeline.cpp', 128 '<(skia_src_path)/gpu/GrPipeline.cpp',
130 '<(skia_src_path)/gpu/GrPipeline.h', 129 '<(skia_src_path)/gpu/GrPipeline.h',
131 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp', 130 '<(skia_src_path)/gpu/GrPipelineBuilder.cpp',
132 '<(skia_src_path)/gpu/GrPipelineBuilder.h', 131 '<(skia_src_path)/gpu/GrPipelineBuilder.h',
133 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', 132 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
134 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', 133 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
135 '<(skia_src_path)/gpu/GrProgramDesc.h', 134 '<(skia_src_path)/gpu/GrProgramDesc.h',
136 '<(skia_src_path)/gpu/GrProgramElement.cpp', 135 '<(skia_src_path)/gpu/GrProgramElement.cpp',
137 '<(skia_src_path)/gpu/GrProcessor.cpp', 136 '<(skia_src_path)/gpu/GrProcessor.cpp',
138 '<(skia_src_path)/gpu/GrProcessorDataManager.cpp',
139 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', 137 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
140 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 138 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
141 '<(skia_src_path)/gpu/GrProcOptInfo.h', 139 '<(skia_src_path)/gpu/GrProcOptInfo.h',
142 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 140 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
143 '<(skia_src_path)/gpu/GrQuad.h', 141 '<(skia_src_path)/gpu/GrQuad.h',
144 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 142 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
145 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 143 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
146 '<(skia_src_path)/gpu/GrRectanizer.h', 144 '<(skia_src_path)/gpu/GrRectanizer.h',
147 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 145 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
148 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 146 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 445 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
448 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 446 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
449 ], 447 ],
450 'skgpu_null_gl_sources': [ 448 'skgpu_null_gl_sources': [
451 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 449 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
452 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 450 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
453 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 451 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
454 ], 452 ],
455 }, 453 },
456 } 454 }
OLDNEW
« no previous file with comments | « gm/yuvtorgbeffect.cpp ('k') | include/core/SkColorFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698