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

Side by Side Diff: gyp/gpu.gypi

Issue 1950523002: Remove GrLayerHoister (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Forgot to remove some files Created 4 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 | « gyp/core.gypi ('k') | include/core/SkDevice.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 105 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
106 '<(skia_src_path)/gpu/GrGpuCommandBuffer.cpp', 106 '<(skia_src_path)/gpu/GrGpuCommandBuffer.cpp',
107 '<(skia_src_path)/gpu/GrGpuCommandBuffer.h', 107 '<(skia_src_path)/gpu/GrGpuCommandBuffer.h',
108 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 108 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
109 '<(skia_src_path)/gpu/GrGpuResource.cpp', 109 '<(skia_src_path)/gpu/GrGpuResource.cpp',
110 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 110 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
111 '<(skia_src_path)/gpu/GrGpuFactory.h', 111 '<(skia_src_path)/gpu/GrGpuFactory.h',
112 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp', 112 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.cpp',
113 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h', 113 '<(skia_src_path)/gpu/GrImageIDTextureAdjuster.h',
114 '<(skia_src_path)/gpu/GrInvariantOutput.cpp', 114 '<(skia_src_path)/gpu/GrInvariantOutput.cpp',
115 '<(skia_src_path)/gpu/GrLayerAtlas.cpp',
116 '<(skia_src_path)/gpu/GrLayerAtlas.h',
117 '<(skia_src_path)/gpu/GrLayerCache.cpp',
118 '<(skia_src_path)/gpu/GrLayerCache.h',
119 '<(skia_src_path)/gpu/GrLayerHoister.cpp',
120 '<(skia_src_path)/gpu/GrLayerHoister.h',
121 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 115 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
122 '<(skia_src_path)/gpu/GrMemoryPool.h', 116 '<(skia_src_path)/gpu/GrMemoryPool.h',
123 '<(skia_src_path)/gpu/GrMesh.h', 117 '<(skia_src_path)/gpu/GrMesh.h',
124 '<(skia_src_path)/gpu/GrNonAtomicRef.h', 118 '<(skia_src_path)/gpu/GrNonAtomicRef.h',
125 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 119 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
126 '<(skia_src_path)/gpu/GrOvalRenderer.h', 120 '<(skia_src_path)/gpu/GrOvalRenderer.h',
127 '<(skia_src_path)/gpu/GrPaint.cpp', 121 '<(skia_src_path)/gpu/GrPaint.cpp',
128 '<(skia_src_path)/gpu/GrPath.cpp', 122 '<(skia_src_path)/gpu/GrPath.cpp',
129 '<(skia_src_path)/gpu/GrPath.h', 123 '<(skia_src_path)/gpu/GrPath.h',
130 '<(skia_src_path)/gpu/GrPathProcessor.cpp', 124 '<(skia_src_path)/gpu/GrPathProcessor.cpp',
(...skipping 16 matching lines...) Expand all
147 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp', 141 '<(skia_src_path)/gpu/GrPrimitiveProcessor.cpp',
148 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h', 142 '<(skia_src_path)/gpu/GrPrimitiveProcessor.h',
149 '<(skia_src_path)/gpu/GrProgramDesc.h', 143 '<(skia_src_path)/gpu/GrProgramDesc.h',
150 '<(skia_src_path)/gpu/GrProgramElement.cpp', 144 '<(skia_src_path)/gpu/GrProgramElement.cpp',
151 '<(skia_src_path)/gpu/GrProcessor.cpp', 145 '<(skia_src_path)/gpu/GrProcessor.cpp',
152 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp', 146 '<(skia_src_path)/gpu/GrProcessorUnitTest.cpp',
153 '<(skia_src_path)/gpu/GrProcOptInfo.cpp', 147 '<(skia_src_path)/gpu/GrProcOptInfo.cpp',
154 '<(skia_src_path)/gpu/GrProcOptInfo.h', 148 '<(skia_src_path)/gpu/GrProcOptInfo.h',
155 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp', 149 '<(skia_src_path)/gpu/GrGpuResourceRef.cpp',
156 '<(skia_src_path)/gpu/GrQuad.h', 150 '<(skia_src_path)/gpu/GrQuad.h',
157 '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp',
158 '<(skia_src_path)/gpu/GrRecordReplaceDraw.h',
159 '<(skia_src_path)/gpu/GrRect.h', 151 '<(skia_src_path)/gpu/GrRect.h',
160 '<(skia_src_path)/gpu/GrRectanizer.h', 152 '<(skia_src_path)/gpu/GrRectanizer.h',
161 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', 153 '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp',
162 '<(skia_src_path)/gpu/GrRectanizer_pow2.h', 154 '<(skia_src_path)/gpu/GrRectanizer_pow2.h',
163 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp', 155 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
164 '<(skia_src_path)/gpu/GrRectanizer_skyline.h', 156 '<(skia_src_path)/gpu/GrRectanizer_skyline.h',
165 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 157 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
166 '<(skia_src_path)/gpu/GrRenderTargetPriv.h', 158 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
167 '<(skia_src_path)/gpu/GrRenderTargetProxy.cpp', 159 '<(skia_src_path)/gpu/GrRenderTargetProxy.cpp',
168 '<(skia_src_path)/gpu/GrReducedClip.cpp', 160 '<(skia_src_path)/gpu/GrReducedClip.cpp',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 519 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
528 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 520 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
529 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 521 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
530 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 522 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
531 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 523 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
532 ], 524 ],
533 'skgpu_null_gl_sources': [ 525 'skgpu_null_gl_sources': [
534 ], 526 ],
535 }, 527 },
536 } 528 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698