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

Side by Side Diff: gyp/public_headers.gypi

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

Powered by Google App Engine
This is Rietveld 408576698