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

Side by Side Diff: gyp/public_headers.gypi

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