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

Side by Side Diff: gyp/public_headers.gypi

Issue 22450005: remove include from the header paths (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all public header files that exist in the 1 # Include this gypi to include all public header files that exist in the
2 # include directory. 2 # include directory.
3 # 3 #
4 # The list is computed by running 'find include -name *.h'' in the root dir of 4 # The list is computed by running 'find include -name *.h'' in the root dir of
5 # the project. 5 # the project.
6 # 6 #
7 { 7 {
8 'variables': { 8 'variables': {
9 'header_filenames': [ 9 'header_filenames': [
10 'include/pdf/SkPDFDevice.h' 10 'pdf/SkPDFDevice.h'
tfarina 2013/08/09 22:00:12 can you sort this list in ASCII alphabetical order
11 'include/pdf/SkPDFDocument.h' 11 'pdf/SkPDFDocument.h'
12 'include/svg/SkSVGTypes.h' 12 'svg/SkSVGTypes.h'
13 'include/svg/SkSVGBase.h' 13 'svg/SkSVGBase.h'
14 'include/svg/SkSVGAttribute.h' 14 'svg/SkSVGAttribute.h'
15 'include/svg/SkSVGParser.h' 15 'svg/SkSVGParser.h'
16 'include/svg/SkSVGPaintState.h' 16 'svg/SkSVGPaintState.h'
17 'include/animator/SkAnimator.h' 17 'animator/SkAnimator.h'
18 'include/animator/SkAnimatorView.h' 18 'animator/SkAnimatorView.h'
19 'include/gpu/GrTexture.h' 19 'gpu/GrTexture.h'
20 'include/gpu/SkGr.h' 20 'gpu/SkGr.h'
21 'include/gpu/GrContext.h' 21 'gpu/GrContext.h'
22 'include/gpu/gl/GrGLConfig_chrome.h' 22 'gpu/gl/GrGLConfig_chrome.h'
23 'include/gpu/gl/SkNativeGLContext.h' 23 'gpu/gl/SkNativeGLContext.h'
24 'include/gpu/gl/SkMesaGLContext.h' 24 'gpu/gl/SkMesaGLContext.h'
25 'include/gpu/gl/SkDebugGLContext.h' 25 'gpu/gl/SkDebugGLContext.h'
26 'include/gpu/gl/SkANGLEGLContext.h' 26 'gpu/gl/SkANGLEGLContext.h'
27 'include/gpu/gl/GrGLConfig.h' 27 'gpu/gl/GrGLConfig.h'
28 'include/gpu/gl/GrGLInterface.h' 28 'gpu/gl/GrGLInterface.h'
29 'include/gpu/gl/SkNullGLContext.h' 29 'gpu/gl/SkNullGLContext.h'
30 'include/gpu/gl/GrGLFunctions.h' 30 'gpu/gl/GrGLFunctions.h'
31 'include/gpu/gl/SkGLContextHelper.h' 31 'gpu/gl/SkGLContextHelper.h'
32 'include/gpu/gl/GrGLExtensions.h' 32 'gpu/gl/GrGLExtensions.h'
33 'include/gpu/SkGpuDevice.h' 33 'gpu/SkGpuDevice.h'
34 'include/gpu/GrTypes.h' 34 'gpu/GrTypes.h'
35 'include/gpu/GrFontScaler.h' 35 'gpu/GrFontScaler.h'
36 'include/gpu/GrResource.h' 36 'gpu/GrResource.h'
37 'include/gpu/GrRefCnt.h' 37 'gpu/GrRefCnt.h'
38 'include/gpu/GrKey.h' 38 'gpu/GrKey.h'
39 'include/gpu/GrOvalRenderer.h' 39 'gpu/GrOvalRenderer.h'
40 'include/gpu/GrEffectUnitTest.h' 40 'gpu/GrEffectUnitTest.h'
41 'include/gpu/GrConfig.h' 41 'gpu/GrConfig.h'
42 'include/gpu/GrPaint.h' 42 'gpu/GrPaint.h'
43 'include/gpu/GrPathRendererChain.h' 43 'gpu/GrPathRendererChain.h'
44 'include/gpu/GrTBackendEffectFactory.h' 44 'gpu/GrTBackendEffectFactory.h'
45 'include/gpu/GrDrawEffect.h' 45 'gpu/GrDrawEffect.h'
46 'include/gpu/GrTextContext.h' 46 'gpu/GrTextContext.h'
47 'include/gpu/GrEffect.h' 47 'gpu/GrEffect.h'
48 'include/gpu/GrNoncopyable.h' 48 'gpu/GrNoncopyable.h'
49 'include/gpu/SkGrTexturePixelRef.h' 49 'gpu/SkGrTexturePixelRef.h'
50 'include/gpu/GrTextureAccess.h' 50 'gpu/GrTextureAccess.h'
51 'include/gpu/GrRect.h' 51 'gpu/GrRect.h'
52 'include/gpu/GrEffectStage.h' 52 'gpu/GrEffectStage.h'
53 'include/gpu/GrClipData.h' 53 'gpu/GrClipData.h'
54 'include/gpu/GrUserConfig.h' 54 'gpu/GrUserConfig.h'
55 'include/gpu/SkGrPixelRef.h' 55 'gpu/SkGrPixelRef.h'
56 'include/gpu/GrAARectRenderer.h' 56 'gpu/GrAARectRenderer.h'
57 'include/gpu/GrColor.h' 57 'gpu/GrColor.h'
58 'include/gpu/GrGlyph.h' 58 'gpu/GrGlyph.h'
59 'include/gpu/GrBackendEffectFactory.h' 59 'gpu/GrBackendEffectFactory.h'
60 'include/gpu/GrContextFactory.h' 60 'gpu/GrContextFactory.h'
61 'include/gpu/GrRenderTarget.h' 61 'gpu/GrRenderTarget.h'
62 'include/gpu/GrSurface.h' 62 'gpu/GrSurface.h'
63 'include/gpu/GrTypesPriv.h' 63 'gpu/GrTypesPriv.h'
64 'include/gpu/GrPoint.h' 64 'gpu/GrPoint.h'
65 'include/config/sk_stdint.h' 65 'config/sk_stdint.h'
66 'include/config/SkUserConfig.h' 66 'config/SkUserConfig.h'
67 'include/pipe/SkGPipe.h' 67 'pipe/SkGPipe.h'
68 'include/images/SkImageRef.h' 68 'images/SkImageRef.h'
69 'include/images/SkMovie.h' 69 'images/SkMovie.h'
70 'include/images/SkPageFlipper.h' 70 'images/SkPageFlipper.h'
71 'include/images/SkForceLinking.h' 71 'images/SkForceLinking.h'
72 'include/images/SkImageRef_GlobalPool.h' 72 'images/SkImageRef_GlobalPool.h'
73 'include/images/SkImages.h' 73 'images/SkImages.h'
74 'include/effects/SkMorphologyImageFilter.h' 74 'effects/SkMorphologyImageFilter.h'
75 'include/effects/Sk2DPathEffect.h' 75 'effects/Sk2DPathEffect.h'
76 'include/effects/SkXfermodeImageFilter.h' 76 'effects/SkXfermodeImageFilter.h'
77 'include/effects/SkArithmeticMode.h' 77 'effects/SkArithmeticMode.h'
78 'include/effects/SkMergeImageFilter.h' 78 'effects/SkMergeImageFilter.h'
79 'include/effects/SkPerlinNoiseShader.h' 79 'effects/SkPerlinNoiseShader.h'
80 'include/effects/SkLerpXfermode.h' 80 'effects/SkLerpXfermode.h'
81 'include/effects/SkRectShaderImageFilter.h' 81 'effects/SkRectShaderImageFilter.h'
82 'include/effects/SkMagnifierImageFilter.h' 82 'effects/SkMagnifierImageFilter.h'
83 'include/effects/SkBicubicImageFilter.h' 83 'effects/SkBicubicImageFilter.h'
84 'include/effects/SkPorterDuff.h' 84 'effects/SkPorterDuff.h'
85 'include/effects/SkBlurImageFilter.h' 85 'effects/SkBlurImageFilter.h'
86 'include/effects/SkKernel33MaskFilter.h' 86 'effects/SkKernel33MaskFilter.h'
87 'include/effects/SkTableMaskFilter.h' 87 'effects/SkTableMaskFilter.h'
88 'include/effects/SkAvoidXfermode.h' 88 'effects/SkAvoidXfermode.h'
89 'include/effects/SkBitmapSource.h' 89 'effects/SkBitmapSource.h'
90 'include/effects/SkCornerPathEffect.h' 90 'effects/SkCornerPathEffect.h'
91 'include/effects/SkTransparentShader.h' 91 'effects/SkTransparentShader.h'
92 'include/effects/SkStippleMaskFilter.h' 92 'effects/SkStippleMaskFilter.h'
93 'include/effects/SkPaintFlagsDrawFilter.h' 93 'effects/SkPaintFlagsDrawFilter.h'
94 'include/effects/SkOffsetImageFilter.h' 94 'effects/SkOffsetImageFilter.h'
95 'include/effects/SkDiscretePathEffect.h' 95 'effects/SkDiscretePathEffect.h'
96 'include/effects/SkTableColorFilter.h' 96 'effects/SkTableColorFilter.h'
97 'include/effects/SkGradientShader.h' 97 'effects/SkGradientShader.h'
98 'include/effects/SkEmbossMaskFilter.h' 98 'effects/SkEmbossMaskFilter.h'
99 'include/effects/SkComposeImageFilter.h' 99 'effects/SkComposeImageFilter.h'
100 'include/effects/SkTestImageFilters.h' 100 'effects/SkTestImageFilters.h'
101 'include/effects/SkLayerRasterizer.h' 101 'effects/SkLayerRasterizer.h'
102 'include/effects/SkDashPathEffect.h' 102 'effects/SkDashPathEffect.h'
103 'include/effects/Sk1DPathEffect.h' 103 'effects/Sk1DPathEffect.h'
104 'include/effects/SkBlurMaskFilter.h' 104 'effects/SkBlurMaskFilter.h'
105 'include/effects/SkDrawExtraPathEffect.h' 105 'effects/SkDrawExtraPathEffect.h'
106 'include/effects/SkDisplacementMapEffect.h' 106 'effects/SkDisplacementMapEffect.h'
107 'include/effects/SkPixelXorXfermode.h' 107 'effects/SkPixelXorXfermode.h'
108 'include/effects/SkColorMatrixFilter.h' 108 'effects/SkColorMatrixFilter.h'
109 'include/effects/SkColorMatrix.h' 109 'effects/SkColorMatrix.h'
110 'include/effects/SkBlurDrawLooper.h' 110 'effects/SkBlurDrawLooper.h'
111 'include/effects/SkColorFilterImageFilter.h' 111 'effects/SkColorFilterImageFilter.h'
112 'include/effects/SkLayerDrawLooper.h' 112 'effects/SkLayerDrawLooper.h'
113 'include/effects/SkLightingImageFilter.h' 113 'effects/SkLightingImageFilter.h'
114 'include/effects/SkDropShadowImageFilter.h' 114 'effects/SkDropShadowImageFilter.h'
115 'include/effects/SkMatrixConvolutionImageFilter.h' 115 'effects/SkMatrixConvolutionImageFilter.h'
116 'include/utils/win/SkAutoCoInitialize.h' 116 'utils/win/SkAutoCoInitialize.h'
117 'include/utils/win/SkHRESULT.h' 117 'utils/win/SkHRESULT.h'
118 'include/utils/win/SkIStream.h' 118 'utils/win/SkIStream.h'
119 'include/utils/win/SkTScopedComPtr.h' 119 'utils/win/SkTScopedComPtr.h'
120 'include/utils/SkBoundaryPatch.h' 120 'utils/SkBoundaryPatch.h'
121 'include/utils/SkUnitMappers.h' 121 'utils/SkUnitMappers.h'
122 'include/utils/SkPictureUtils.h' 122 'utils/SkPictureUtils.h'
123 'include/utils/SkRandom.h' 123 'utils/SkRandom.h'
124 'include/utils/SkMeshUtils.h' 124 'utils/SkMeshUtils.h'
125 'include/utils/SkCullPoints.h' 125 'utils/SkCullPoints.h'
126 'include/utils/SkCamera.h' 126 'utils/SkCamera.h'
127 'include/utils/SkLua.h' 127 'utils/SkLua.h'
128 'include/utils/SkParsePaint.h' 128 'utils/SkParsePaint.h'
129 'include/utils/SkCountdown.h' 129 'utils/SkCountdown.h'
130 'include/utils/SkRunnable.h' 130 'utils/SkRunnable.h'
131 'include/utils/SkParse.h' 131 'utils/SkParse.h'
132 'include/utils/SkThreadPool.h' 132 'utils/SkThreadPool.h'
133 'include/utils/SkMatrix44.h' 133 'utils/SkMatrix44.h'
134 'include/utils/SkInterpolator.h' 134 'utils/SkInterpolator.h'
135 'include/utils/SkWGL.h' 135 'utils/SkWGL.h'
136 'include/utils/SkDumpCanvas.h' 136 'utils/SkDumpCanvas.h'
137 'include/utils/SkRTConf.h' 137 'utils/SkRTConf.h'
138 'include/utils/SkCubicInterval.h' 138 'utils/SkCubicInterval.h'
139 'include/utils/SkLuaCanvas.h' 139 'utils/SkLuaCanvas.h'
140 'include/utils/SkDebugUtils.h' 140 'utils/SkDebugUtils.h'
141 'include/utils/SkLayer.h' 141 'utils/SkLayer.h'
142 'include/utils/SkProxyCanvas.h' 142 'utils/SkProxyCanvas.h'
143 'include/utils/SkNWayCanvas.h' 143 'utils/SkNWayCanvas.h'
144 'include/utils/SkPathUtils.h' 144 'utils/SkPathUtils.h'
145 'include/utils/SkDeferredCanvas.h' 145 'utils/SkDeferredCanvas.h'
146 'include/utils/ios/SkStream_NSData.h' 146 'utils/ios/SkStream_NSData.h'
147 'include/utils/SkNullCanvas.h' 147 'utils/SkNullCanvas.h'
148 'include/utils/SkParsePath.h' 148 'utils/SkParsePath.h'
149 'include/utils/SkJSON.h' 149 'utils/SkJSON.h'
150 'include/utils/SkCondVar.h' 150 'utils/SkCondVar.h'
151 'include/utils/SkNinePatch.h' 151 'utils/SkNinePatch.h'
152 'include/utils/mac/SkCGUtils.h' 152 'utils/mac/SkCGUtils.h'
153 'include/xml/SkDOM.h' 153 'xml/SkDOM.h'
154 'include/xml/SkJS.h' 154 'xml/SkJS.h'
155 'include/xml/SkXMLParser.h' 155 'xml/SkXMLParser.h'
156 'include/xml/SkBML_XMLParser.h' 156 'xml/SkBML_XMLParser.h'
157 'include/xml/SkBML_WXMLParser.h' 157 'xml/SkBML_WXMLParser.h'
158 'include/xml/SkXMLWriter.h' 158 'xml/SkXMLWriter.h'
159 'include/device/xps/SkXPSDevice.h' 159 'device/xps/SkXPSDevice.h'
160 'include/device/xps/SkConstexprMath.h' 160 'device/xps/SkConstexprMath.h'
161 'include/ports/SkTypeface_win.h' 161 'ports/SkTypeface_win.h'
162 'include/ports/SkHarfBuzzFont.h' 162 'ports/SkHarfBuzzFont.h'
163 'include/ports/SkFontConfigInterface.h' 163 'ports/SkFontConfigInterface.h'
164 'include/ports/SkTypeface_mac.h' 164 'ports/SkTypeface_mac.h'
165 'include/ports/SkTypeface_android.h' 165 'ports/SkTypeface_android.h'
166 'include/ports/SkFontStyle.h' 166 'ports/SkFontStyle.h'
167 'include/ports/SkFontMgr.h' 167 'ports/SkFontMgr.h'
168 'include/text/SkTextLayout.h' 168 'text/SkTextLayout.h'
169 'include/core/SkColor.h' 169 'core/SkColor.h'
170 'include/core/SkFontHost.h' 170 'core/SkFontHost.h'
171 'include/core/SkMetaData.h' 171 'core/SkMetaData.h'
172 'include/core/SkRRect.h' 172 'core/SkRRect.h'
173 'include/core/SkMatrix.h' 173 'core/SkMatrix.h'
174 'include/core/SkDataTable.h' 174 'core/SkDataTable.h'
175 'include/core/SkScalar.h' 175 'core/SkScalar.h'
176 'include/core/SkFlattenableSerialization.h' 176 'core/SkFlattenableSerialization.h'
177 'include/core/SkTypeface.h' 177 'core/SkTypeface.h'
178 'include/core/SkImageEncoder.h' 178 'core/SkImageEncoder.h'
179 'include/core/SkDrawFilter.h' 179 'core/SkDrawFilter.h'
180 'include/core/SkTDict.h' 180 'core/SkTDict.h'
181 'include/core/SkRasterizer.h' 181 'core/SkRasterizer.h'
182 'include/core/SkColorPriv.h' 182 'core/SkColorPriv.h'
183 'include/core/SkFloatingPoint.h' 183 'core/SkFloatingPoint.h'
184 'include/core/SkOSFile.h' 184 'core/SkOSFile.h'
185 'include/core/SkPaint.h' 185 'core/SkPaint.h'
186 'include/core/SkTDStack.h' 186 'core/SkTDStack.h'
187 'include/core/SkDither.h' 187 'core/SkDither.h'
188 'include/core/SkFixed.h' 188 'core/SkFixed.h'
189 'include/core/SkDocument.h' 189 'core/SkDocument.h'
190 'include/core/SkInstCnt.h' 190 'core/SkInstCnt.h'
191 'include/core/SkEndian.h' 191 'core/SkEndian.h'
192 'include/core/SkColorTable.h' 192 'core/SkColorTable.h'
193 'include/core/SkBitmap.h' 193 'core/SkBitmap.h'
194 'include/core/SkDraw.h' 194 'core/SkDraw.h'
195 'include/core/SkPackBits.h' 195 'core/SkPackBits.h'
196 'include/core/SkFloatBits.h' 196 'core/SkFloatBits.h'
197 'include/core/SkDeque.h' 197 'core/SkDeque.h'
198 'include/core/SkTRegistry.h' 198 'core/SkTRegistry.h'
199 'include/core/Sk64.h' 199 'core/Sk64.h'
200 'include/core/SkTLazy.h' 200 'core/SkTLazy.h'
201 'include/core/SkComposeShader.h' 201 'core/SkComposeShader.h'
202 'include/core/SkUtils.h' 202 'core/SkUtils.h'
203 'include/core/SkImage.h' 203 'core/SkImage.h'
204 'include/core/SkTileGridPicture.h' 204 'core/SkTileGridPicture.h'
205 'include/core/SkPaintOptionsAndroid.h' 205 'core/SkPaintOptionsAndroid.h'
206 'include/core/SkDeviceProperties.h' 206 'core/SkDeviceProperties.h'
207 'include/core/SkGraphics.h' 207 'core/SkGraphics.h'
208 'include/core/SkCanvas.h' 208 'core/SkCanvas.h'
209 'include/core/SkPicture.h' 209 'core/SkPicture.h'
210 'include/core/SkClipStack.h' 210 'core/SkClipStack.h'
211 'include/core/SkTScopedPtr.h' 211 'core/SkTScopedPtr.h'
212 'include/core/SkXfermode.h' 212 'core/SkXfermode.h'
213 'include/core/SkColorFilter.h' 213 'core/SkColorFilter.h'
214 'include/core/SkRegion.h' 214 'core/SkRegion.h'
215 'include/core/SkRefCnt.h' 215 'core/SkRefCnt.h'
216 'include/core/SkStream.h' 216 'core/SkStream.h'
217 'include/core/SkFontLCDConfig.h' 217 'core/SkFontLCDConfig.h'
218 'include/core/SkBlitRow.h' 218 'core/SkBlitRow.h'
219 'include/core/SkGeometry.h' 219 'core/SkGeometry.h'
220 'include/core/SkStrokeRec.h' 220 'core/SkStrokeRec.h'
221 'include/core/SkImageDecoder.h' 221 'core/SkImageDecoder.h'
222 'include/core/SkTime.h' 222 'core/SkTime.h'
223 'include/core/SkImageTypes.h' 223 'core/SkImageTypes.h'
224 'include/core/SkScalarCompare.h' 224 'core/SkScalarCompare.h'
225 'include/core/SkPathMeasure.h' 225 'core/SkPathMeasure.h'
226 'include/core/SkMaskFilter.h' 226 'core/SkMaskFilter.h'
227 'include/core/SkBounder.h' 227 'core/SkBounder.h'
228 'include/core/SkFlate.h' 228 'core/SkFlate.h'
229 'include/core/SkTDArray.h' 229 'core/SkTDArray.h'
230 'include/core/SkAnnotation.h' 230 'core/SkAnnotation.h'
231 'include/core/SkChecksum.h' 231 'core/SkChecksum.h'
232 'include/core/SkMath.h' 232 'core/SkMath.h'
233 'include/core/SkDrawLooper.h' 233 'core/SkDrawLooper.h'
234 'include/core/SkThread_platform.h' 234 'core/SkThread_platform.h'
235 'include/core/SkFlattenableBuffers.h' 235 'core/SkFlattenableBuffers.h'
236 'include/core/SkTemplates.h' 236 'core/SkTemplates.h'
237 'include/core/SkMask.h' 237 'core/SkMask.h'
238 'include/core/SkMallocPixelRef.h' 238 'core/SkMallocPixelRef.h'
239 'include/core/SkWeakRefCnt.h' 239 'core/SkWeakRefCnt.h'
240 'include/core/SkTypes.h' 240 'core/SkTypes.h'
241 'include/core/SkThread.h' 241 'core/SkThread.h'
242 'include/core/SkData.h' 242 'core/SkData.h'
243 'include/core/SkPoint.h' 243 'core/SkPoint.h'
244 'include/core/SkColorShader.h' 244 'core/SkColorShader.h'
245 'include/core/SkChunkAlloc.h' 245 'core/SkChunkAlloc.h'
246 'include/core/SkUnPreMultiply.h' 246 'core/SkUnPreMultiply.h'
247 'include/core/SkReader32.h' 247 'core/SkReader32.h'
248 'include/core/SkDevice.h' 248 'core/SkDevice.h'
249 'include/core/SkImageFilter.h' 249 'core/SkImageFilter.h'
250 'include/core/SkAdvancedTypefaceMetrics.h' 250 'core/SkAdvancedTypefaceMetrics.h'
251 'include/core/SkTInternalLList.h' 251 'core/SkTInternalLList.h'
252 'include/core/SkTArray.h' 252 'core/SkTArray.h'
253 'include/core/SkStringUtils.h' 253 'core/SkStringUtils.h'
254 'include/core/SkPreConfig.h' 254 'core/SkPreConfig.h'
255 'include/core/SkImageFilterUtils.h' 255 'core/SkImageFilterUtils.h'
256 'include/core/SkLineClipper.h' 256 'core/SkLineClipper.h'
257 'include/core/SkDataSet.h' 257 'core/SkDataSet.h'
258 'include/core/SkPathEffect.h' 258 'core/SkPathEffect.h'
259 'include/core/SkString.h' 259 'core/SkString.h'
260 'include/core/SkPixelRef.h' 260 'core/SkPixelRef.h'
261 'include/core/SkSize.h' 261 'core/SkSize.h'
262 'include/core/SkEmptyShader.h' 262 'core/SkEmptyShader.h'
263 'include/core/SkSurface.h' 263 'core/SkSurface.h'
264 'include/core/SkPostConfig.h' 264 'core/SkPostConfig.h'
265 'include/core/SkShader.h' 265 'core/SkShader.h'
266 'include/core/SkWriter32.h' 266 'core/SkWriter32.h'
267 'include/core/SkError.h' 267 'core/SkError.h'
268 'include/core/SkPath.h' 268 'core/SkPath.h'
269 'include/core/SkTrace.h' 269 'core/SkTrace.h'
270 'include/core/SkUnitMapper.h' 270 'core/SkUnitMapper.h'
271 'include/core/SkFlattenable.h' 271 'core/SkFlattenable.h'
272 'include/core/SkTSearch.h' 272 'core/SkTSearch.h'
273 'include/core/SkRect.h' 273 'core/SkRect.h'
274 'include/pathops/SkPathOps.h' 274 'pathops/SkPathOps.h'
275 'include/views/SkTouchGesture.h' 275 'views/SkTouchGesture.h'
276 'include/views/SkEvent.h' 276 'views/SkEvent.h'
277 'include/views/SkOSWindow_NaCl.h' 277 'views/SkOSWindow_NaCl.h'
278 'include/views/SkTextBox.h' 278 'views/SkTextBox.h'
279 'include/views/SkViewInflate.h' 279 'views/SkViewInflate.h'
280 'include/views/SkOSWindow_iOS.h' 280 'views/SkOSWindow_iOS.h'
281 'include/views/SkBGViewArtist.h' 281 'views/SkBGViewArtist.h'
282 'include/views/SkOSWindow_SDL.h' 282 'views/SkOSWindow_SDL.h'
283 'include/views/SkWindow.h' 283 'views/SkWindow.h'
284 'include/views/SkSystemEventTypes.h' 284 'views/SkSystemEventTypes.h'
285 'include/views/SkOSWindow_Android.h' 285 'views/SkOSWindow_Android.h'
286 'include/views/SkOSWindow_Mac.h' 286 'views/SkOSWindow_Mac.h'
287 'include/views/android/AndroidKeyToSkKey.h' 287 'views/android/AndroidKeyToSkKey.h'
288 'include/views/SkEventSink.h' 288 'views/SkEventSink.h'
289 'include/views/animated/SkImageView.h' 289 'views/animated/SkImageView.h'
290 'include/views/animated/SkWidgetViews.h' 290 'views/animated/SkWidgetViews.h'
291 'include/views/animated/SkProgressBarView.h' 291 'views/animated/SkProgressBarView.h'
292 'include/views/animated/SkBorderView.h' 292 'views/animated/SkBorderView.h'
293 'include/views/animated/SkScrollBarView.h' 293 'views/animated/SkScrollBarView.h'
294 'include/views/SkStackViewLayout.h' 294 'views/SkStackViewLayout.h'
295 'include/views/SkApplication.h' 295 'views/SkApplication.h'
296 'include/views/unix/keysym2ucs.h' 296 'views/unix/keysym2ucs.h'
297 'include/views/unix/XkeysToSkKeys.h' 297 'views/unix/XkeysToSkKeys.h'
298 'include/views/SkKey.h' 298 'views/SkKey.h'
299 'include/views/SkView.h' 299 'views/SkView.h'
300 'include/views/SkOSMenu.h' 300 'views/SkOSMenu.h'
301 'include/views/SkOSWindow_Unix.h' 301 'views/SkOSWindow_Unix.h'
302 'include/views/SkWidget.h' 302 'views/SkWidget.h'
303 'include/views/SkOSWindow_Win.h' 303 'views/SkOSWindow_Win.h'
304 'include/lazy/SkBitmapFactory.h' 304 'lazy/SkBitmapFactory.h'
305 'include/lazy/SkImageCache.h' 305 'lazy/SkImageCache.h'
306 'include/lazy/SkPurgeableImageCache.h' 306 'lazy/SkPurgeableImageCache.h'
307 'include/lazy/SkLruImageCache.h' 307 'lazy/SkLruImageCache.h'
308 ], 308 ],
309 }, 309 },
310 } 310 }
311 311
312 # Local Variables: 312 # Local Variables:
313 # tab-width:2 313 # tab-width:2
314 # indent-tabs-mode:nil 314 # indent-tabs-mode:nil
315 # End: 315 # End:
316 # vim: set expandtab tabstop=2 shiftwidth=2: 316 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698