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

Side by Side Diff: gyp/gpu.gypi

Issue 1944953002: Revert of Add Gr*Proxy classes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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/core/SkTypes.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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 54 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
55 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 55 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
56 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 56 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
57 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 57 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
58 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 58 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
59 '<(skia_include_path)/gpu/gl/GrGLTypes.h', 59 '<(skia_include_path)/gpu/gl/GrGLTypes.h',
60 60
61 # Private includes 61 # Private includes
62 '<(skia_include_path)/private/GrAuditTrail.h', 62 '<(skia_include_path)/private/GrAuditTrail.h',
63 '<(skia_include_path)/private/GrSingleOwner.h', 63 '<(skia_include_path)/private/GrSingleOwner.h',
64 '<(skia_include_path)/private/GrRenderTargetProxy.h',
65 '<(skia_include_path)/private/GrSurfaceProxy.h',
66 '<(skia_include_path)/private/GrTextureProxy.h',
67 64
68 '<(skia_src_path)/gpu/GrAuditTrail.cpp', 65 '<(skia_src_path)/gpu/GrAuditTrail.cpp',
69 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 66 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
70 '<(skia_src_path)/gpu/GrAllocator.h', 67 '<(skia_src_path)/gpu/GrAllocator.h',
71 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 68 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
72 '<(skia_src_path)/gpu/GrBatchAtlas.h', 69 '<(skia_src_path)/gpu/GrBatchAtlas.h',
73 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 70 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
74 '<(skia_src_path)/gpu/GrBatchFlushState.h', 71 '<(skia_src_path)/gpu/GrBatchFlushState.h',
75 '<(skia_src_path)/gpu/GrBatchTest.cpp', 72 '<(skia_src_path)/gpu/GrBatchTest.cpp',
76 '<(skia_src_path)/gpu/GrBatchTest.h', 73 '<(skia_src_path)/gpu/GrBatchTest.h',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', 150 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
154 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', 151 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
155 '<(skia_src_path)/gpu/GrRect.h', 152 '<(skia_src_path)/gpu/GrRect.h',
156 '<(skia_src_path)/gpu/GrRectanizer.h', 153 '<(skia_src_path)/gpu/GrRectanizer.h',
157 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 154 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
158 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 155 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
159 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 156 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
160 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 157 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
161 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 158 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
162 '<(skia_src_path)/gpu/GrRenderTargetPriv.h', 159 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
163 '<(skia_src_path)/gpu/GrRenderTargetProxy.cpp',
164 '<(skia_src_path)/gpu/GrReducedClip.cpp', 160 '<(skia_src_path)/gpu/GrReducedClip.cpp',
165 '<(skia_src_path)/gpu/GrReducedClip.h', 161 '<(skia_src_path)/gpu/GrReducedClip.h',
166 '<(skia_src_path)/gpu/GrResourceCache.cpp', 162 '<(skia_src_path)/gpu/GrResourceCache.cpp',
167 '<(skia_src_path)/gpu/GrResourceCache.h', 163 '<(skia_src_path)/gpu/GrResourceCache.h',
168 '<(skia_src_path)/gpu/GrResourceProvider.cpp', 164 '<(skia_src_path)/gpu/GrResourceProvider.cpp',
169 '<(skia_src_path)/gpu/GrResourceProvider.h', 165 '<(skia_src_path)/gpu/GrResourceProvider.h',
170 '<(skia_src_path)/gpu/GrShape.cpp', 166 '<(skia_src_path)/gpu/GrShape.cpp',
171 '<(skia_src_path)/gpu/GrShape.h', 167 '<(skia_src_path)/gpu/GrShape.h',
172 '<(skia_src_path)/gpu/GrStencil.cpp', 168 '<(skia_src_path)/gpu/GrStencil.cpp',
173 '<(skia_src_path)/gpu/GrStencil.h', 169 '<(skia_src_path)/gpu/GrStencil.h',
174 '<(skia_src_path)/gpu/GrStencilAttachment.cpp', 170 '<(skia_src_path)/gpu/GrStencilAttachment.cpp',
175 '<(skia_src_path)/gpu/GrStencilAttachment.h', 171 '<(skia_src_path)/gpu/GrStencilAttachment.h',
176 '<(skia_src_path)/gpu/GrStrokeInfo.cpp', 172 '<(skia_src_path)/gpu/GrStrokeInfo.cpp',
177 '<(skia_src_path)/gpu/GrStrokeInfo.h', 173 '<(skia_src_path)/gpu/GrStrokeInfo.h',
178 '<(skia_src_path)/gpu/GrStyle.cpp', 174 '<(skia_src_path)/gpu/GrStyle.cpp',
179 '<(skia_src_path)/gpu/GrStyle.h', 175 '<(skia_src_path)/gpu/GrStyle.h',
180 '<(skia_src_path)/gpu/GrTessellator.cpp', 176 '<(skia_src_path)/gpu/GrTessellator.cpp',
181 '<(skia_src_path)/gpu/GrTessellator.h', 177 '<(skia_src_path)/gpu/GrTessellator.h',
182 '<(skia_src_path)/gpu/GrTraceMarker.cpp', 178 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
183 '<(skia_src_path)/gpu/GrTraceMarker.h', 179 '<(skia_src_path)/gpu/GrTraceMarker.h',
184 '<(skia_src_path)/gpu/GrTracing.h', 180 '<(skia_src_path)/gpu/GrTracing.h',
185 '<(skia_src_path)/gpu/GrTestUtils.cpp', 181 '<(skia_src_path)/gpu/GrTestUtils.cpp',
186 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 182 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
187 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 183 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
188 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 184 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
189 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 185 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
190 '<(skia_src_path)/gpu/GrSurfacePriv.h', 186 '<(skia_src_path)/gpu/GrSurfacePriv.h',
191 '<(skia_src_path)/gpu/GrSurface.cpp', 187 '<(skia_src_path)/gpu/GrSurface.cpp',
192 '<(skia_src_path)/gpu/GrSurfaceProxy.cpp',
193 '<(skia_src_path)/gpu/GrSwizzle.h', 188 '<(skia_src_path)/gpu/GrSwizzle.h',
194 '<(skia_src_path)/gpu/GrTexture.cpp', 189 '<(skia_src_path)/gpu/GrTexture.cpp',
195 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', 190 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
196 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', 191 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
192 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
197 '<(skia_src_path)/gpu/GrTexturePriv.h', 193 '<(skia_src_path)/gpu/GrTexturePriv.h',
198 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
199 '<(skia_src_path)/gpu/GrTextureProxy.cpp',
200 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp', 194 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.cpp',
201 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h', 195 '<(skia_src_path)/gpu/GrTextureToYUVPlanes.h',
202 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 196 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
203 '<(skia_src_path)/gpu/GrTRecorder.h', 197 '<(skia_src_path)/gpu/GrTRecorder.h',
204 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 198 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
205 '<(skia_src_path)/gpu/GrYUVProvider.cpp', 199 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
206 '<(skia_src_path)/gpu/GrYUVProvider.h', 200 '<(skia_src_path)/gpu/GrYUVProvider.h',
207 201
208 # Batches 202 # Batches
209 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', 203 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 505 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
512 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 506 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
513 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 507 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
514 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 508 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
515 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 509 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
516 ], 510 ],
517 'skgpu_null_gl_sources': [ 511 'skgpu_null_gl_sources': [
518 ], 512 ],
519 }, 513 },
520 } 514 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698